COLOR #DB5590

HEX: #DB5590
RGB: (219,85,144)

Renk bilgisi

#DB5590 contains mainly red color. #DB5590 ‘ nin web güvenlik rengi #CC6699 (ya da #C69) dir.

RGB renk modeli

#DB5590 color RGB value is (219,85,144).

  • kırmız ton 219;
  • yeşil ton 85;
  • mavi ton 144.
RGB:
(219,85,144)
(86%,33%,56%)

RGB bağlantıları ve doygunluk

R 219 of 255 = 86%
G 85 of 255 = 33%
B 144 of 255 = 56%

219
85
144

R + G + B ~ 58%. #DB5590 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
219 + 85 + 144 = 448 (100%)
R 219 of 448 ~ 48.88%
G 85 of 448 ~ 18.97%
B 144 of 448 ~ 32.14%

%48.88
%18.97
%32.14

CMYK RENK MODELİ

#DB5590 rengi CMYK tonu (0,61,34,14).

  • camgöbeği tonu 0.00%
  • eflatun tonu 61.19%
  • sarı tonu 34.25%
  • ana renk tonu 14.12%
CMYK:
(0,61,34,14)
C0M61Y34K14 
(0%,61%,34%,14%)
(0.00/0.61/0.34/0.14)	

CMYK yüzdeleri

%0
%61.19
%34.25
%14.12

Codes

Color #DB5590 in popluar color models

DB5590
RGB21985144
HSL334°65.05%59.61%
HSB/HSV334°61.19%85.88%
CMYK0.00%61.19%34.25%
14.12%

Color #DB5590 in popluar number systems.

HEXDB5590
Decimal21985144
Binary11011011101010110010000
Octal333125220

Shades and tints

Shades of #DB5590

#DB5590
(219,85,144)
#C84E83
(200,78,131)
#B54776
(181,71,118)
#A24069
(162,64,105)
#8F395C
(143,57,92)
#7C324F
(124,50,79)
#692B42
(105,43,66)
#562435
(86,36,53)
#431D28
(67,29,40)
#30161B
(48,22,27)
#1D0F0E
(29,15,14)
#000000
(0,0,0)

Tints of #DB5590

#DB5590
(219,85,144)
#DE649A
(222,100,154)
#E173A4
(225,115,164)
#E482AE
(228,130,174)
#E791B8
(231,145,184)
#EAA0C2
(234,160,194)
#EDAFCC
(237,175,204)
#F0BED6
(240,190,214)
#F3CDE0
(243,205,224)
#F6DCEA
(246,220,234)
#F9EBF4
(249,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB5590 color. Also use rgb(219,85,144) instead hex code.

Text Font Color

.myTextColor { color: #DB5590; }

<p style="color:#DB5590">This sample text font color is #DB5590.</p>

This text font color is #DB5590.


Background Color

.myBgColor { background-color: #DB5590; }

<div style="background-color:#DB5590">Inner text</div>

This div background color is #DB5590.


Border color

.myBorderColor { border: 1px solid #DB5590; }

<div style="border:3px solid #DB5590">Div</div>

This div border color is #DB5590.


Opacity

.myOpacity80 { color: #DB5590; opacity: 0.8; }

<p style="color:#DB5590;opacity:0.8;">80%</p>

Text with #DB5590 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #DB5590;}

<p style="text-shadow: 3px 3px 1px #DB5590">Text here.</p>

This text has shadow with #DB5590 color.

.textShadow {text-shadow: 3px 3px 1px #DB5590, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #DB5590, 5px 5px 20px red">Text here.</p>

This text has shadow with #DB5590 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#DB5590, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#DB5590, Direction=45, Strength=4)">Text</p>

This text has shadow with #DB5590 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #DB5590;
  -webkit-box-shadow:	1px 1px 3px 2px #DB5590;
  box-shadow:		1px 1px 3px 2px #DB5590;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #DB5590;
-webkit-box-shadow: 1px 1px 3px 2px #DB5590;
box-shadow:1px 1px 3px 2px #DB5590;">
Div content here</div>
This div box has shadow with color #DB5590.

Preview

Color preview on black background

This text has color #DB5590 on black background.


Color preview on white background

This text has color #DB5590 on white background.



Black color preview on #DB5590 background

This text has black color on #DB5590 background.


White color preview on #DB5590 background

This text has white color on #DB5590 background.