COLOR #DB66D1

HEX: #DB66D1
RGB: (219,102,209)

Color info

#DB66D1 contains mainly red and blue colors. Web safe color of #DB66D1 is #CC66CC (or #C6C).

RGB color model

#DB66D1 color RGB value is (219,102,209).

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

RGB channels and saturation

R 219 of 255 = 86%
G 102 of 255 = 40%
B 209 of 255 = 82%

219
102
209

R + G + B ~ 69%. #DB66D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
219 + 102 + 209 = 530 (100%)
R 219 of 530 ~ 41.32%
G 102 of 530 ~ 19.25%
B 209 of 530 ~ 39.43%

%41.32
%19.25
%39.43

CMYK color model

#DB66D1 color CMYK value is (0,53,5,14).

  • cyan value is 0.00%
  • magenta value is 53.42%
  • yellow value is 4.57%
  • key color value is 14.12%
CMYK:
(0,53,5,14)
C0M53Y5K14 
(0%,53%,5%,14%)
(0.00/0.53/0.05/0.14)	

CMYK percentages

%0
%53.42
%4.57
%14.12

Codes

Color #DB66D1 in popluar color models

DB66D1
RGB219102209
HSL305°61.90%62.94%
HSB/HSV305°53.42%85.88%
CMYK0.00%53.42%4.57%
14.12%

Color #DB66D1 in popluar number systems.

HEXDB66D1
Decimal219102209
Binary11011011110011011010001
Octal333146321

Shades and tints

Shades of #DB66D1

#DB66D1
(219,102,209)
#C85DBE
(200,93,190)
#B554AB
(181,84,171)
#A24B98
(162,75,152)
#8F4285
(143,66,133)
#7C3972
(124,57,114)
#69305F
(105,48,95)
#56274C
(86,39,76)
#431E39
(67,30,57)
#301526
(48,21,38)
#1D0C13
(29,12,19)
#000000
(0,0,0)

Tints of #DB66D1

#DB66D1
(219,102,209)
#DE73D5
(222,115,213)
#E180D9
(225,128,217)
#E48DDD
(228,141,221)
#E79AE1
(231,154,225)
#EAA7E5
(234,167,229)
#EDB4E9
(237,180,233)
#F0C1ED
(240,193,237)
#F3CEF1
(243,206,241)
#F6DBF5
(246,219,245)
#F9E8F9
(249,232,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DB66D1; }

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

This text font color is #DB66D1.


Background Color

.myBgColor { background-color: #DB66D1; }

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

This div background color is #DB66D1.


Border color

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

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

This div border color is #DB66D1.


Opacity

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

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

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

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

This text has shadow with #DB66D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DB66D1 on black background.


Color preview on white background

This text has color #DB66D1 on white background.



Black color preview on #DB66D1 background

This text has black color on #DB66D1 background.


White color preview on #DB66D1 background

This text has white color on #DB66D1 background.