COLOR #D66AA2

HEX: #D66AA2
RGB: (214,106,162)

Color info

#D66AA2 contains mainly red and blue colors. Web safe color of #D66AA2 is #CC6699 (or #C69).

RGB color model

#D66AA2 color RGB value is (214,106,162).

  • red value is 214;
  • green value is 106;
  • blue value is 162.
RGB:
(214,106,162)
(84%,42%,64%)

RGB channels and saturation

R 214 of 255 = 84%
G 106 of 255 = 42%
B 162 of 255 = 64%

214
106
162

R + G + B ~ 63%. #D66AA2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 106 + 162 = 482 (100%)
R 214 of 482 ~ 44.4%
G 106 of 482 ~ 21.99%
B 162 of 482 ~ 33.61%

%44.4
%21.99
%33.61

CMYK color model

#D66AA2 color CMYK value is (0,50,24,16).

  • cyan value is 0.00%
  • magenta value is 50.47%
  • yellow value is 24.30%
  • key color value is 16.08%
CMYK:
(0,50,24,16)
C0M50Y24K16 
(0%,50%,24%,16%)
(0.00/0.50/0.24/0.16)	

CMYK percentages

%0
%50.47
%24.3
%16.08

Codes

Color #D66AA2 in popluar color models

D66AA2
RGB214106162
HSL329°56.84%62.75%
HSB/HSV329°50.47%83.92%
CMYK0.00%50.47%24.30%
16.08%

Color #D66AA2 in popluar number systems.

HEXD66AA2
Decimal214106162
Binary11010110110101010100010
Octal326152242

Shades and tints

Shades of #D66AA2

#D66AA2
(214,106,162)
#C36194
(195,97,148)
#B05886
(176,88,134)
#9D4F78
(157,79,120)
#8A466A
(138,70,106)
#773D5C
(119,61,92)
#64344E
(100,52,78)
#512B40
(81,43,64)
#3E2232
(62,34,50)
#2B1924
(43,25,36)
#181016
(24,16,22)
#000000
(0,0,0)

Tints of #D66AA2

#D66AA2
(214,106,162)
#D977AA
(217,119,170)
#DC84B2
(220,132,178)
#DF91BA
(223,145,186)
#E29EC2
(226,158,194)
#E5ABCA
(229,171,202)
#E8B8D2
(232,184,210)
#EBC5DA
(235,197,218)
#EED2E2
(238,210,226)
#F1DFEA
(241,223,234)
#F4ECF2
(244,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D66AA2 color. Also use rgb(214,106,162) instead hex code.

Text Font Color

.myTextColor { color: #D66AA2; }

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

This text font color is #D66AA2.


Background Color

.myBgColor { background-color: #D66AA2; }

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

This div background color is #D66AA2.


Border color

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

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

This div border color is #D66AA2.


Opacity

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

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

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

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

This text has shadow with #D66AA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D66AA2 on black background.


Color preview on white background

This text has color #D66AA2 on white background.



Black color preview on #D66AA2 background

This text has black color on #D66AA2 background.


White color preview on #D66AA2 background

This text has white color on #D66AA2 background.