COLOR #DB0066

HEX: #DB0066
RGB: (219,0,102)

Color info

#DB0066 contains mainly red color. Web safe color of #DB0066 is #CC0066 (or #C06).

RGB color model

#DB0066 color RGB value is (219,0,102).

  • red value is 219;
  • green value is 0;
  • blue value is 102.
RGB:
(219,0,102)
(86%,0%,40%)

RGB channels and saturation

R 219 of 255 = 86%
G 0 of 255 = 0%
B 102 of 255 = 40%

219
0
102

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

Portions of RGB colors in percentages

R + G + B =
219 + 0 + 102 = 321 (100%)
R 219 of 321 ~ 68.22%
G 0 of 321 ~ 0%
B 102 of 321 ~ 31.78%

%68.22
%31.78

CMYK color model

#DB0066 color CMYK value is (0,100,53,14).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 53.42%
  • key color value is 14.12%
CMYK:
(0,100,53,14)
C0M100Y53K14 
(0%,100%,53%,14%)
(0.00/1.00/0.53/0.14)	

CMYK percentages

%0
%100
%53.42
%14.12

Codes

Color #DB0066 in popluar color models

DB0066
RGB2190102
HSL332°100.00%42.94%
HSB/HSV332°100.00%85.88%
CMYK0.00%100.00%53.42%
14.12%

Color #DB0066 in popluar number systems.

HEXDB0066
Decimal2190102
Binary1101101101100110
Octal3330146

Shades and tints

Shades of #DB0066

#DB0066
(219,0,102)
#C8005D
(200,0,93)
#B50054
(181,0,84)
#A2004B
(162,0,75)
#8F0042
(143,0,66)
#7C0039
(124,0,57)
#690030
(105,0,48)
#560027
(86,0,39)
#43001E
(67,0,30)
#300015
(48,0,21)
#1D000C
(29,0,12)
#000000
(0,0,0)

Tints of #DB0066

#DB0066
(219,0,102)
#DE1773
(222,23,115)
#E12E80
(225,46,128)
#E4458D
(228,69,141)
#E75C9A
(231,92,154)
#EA73A7
(234,115,167)
#ED8AB4
(237,138,180)
#F0A1C1
(240,161,193)
#F3B8CE
(243,184,206)
#F6CFDB
(246,207,219)
#F9E6E8
(249,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DB0066 color. Also use rgb(219,0,102) instead hex code.

Text Font Color

.myTextColor { color: #DB0066; }

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

This text font color is #DB0066.


Background Color

.myBgColor { background-color: #DB0066; }

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

This div background color is #DB0066.


Border color

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

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

This div border color is #DB0066.


Opacity

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

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

Text with #DB0066 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 #DB0066;}

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

This text has shadow with #DB0066 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB0066 on black background.


Color preview on white background

This text has color #DB0066 on white background.



Black color preview on #DB0066 background

This text has black color on #DB0066 background.


White color preview on #DB0066 background

This text has white color on #DB0066 background.