COLOR #D66AA0

HEX: #D66AA0
RGB: (214,106,160)

Color info

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

RGB color model

#D66AA0 color RGB value is (214,106,160).

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

RGB channels and saturation

R 214 of 255 = 84%
G 106 of 255 = 42%
B 160 of 255 = 63%

214
106
160

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

Portions of RGB colors in percentages

R + G + B =
214 + 106 + 160 = 480 (100%)
R 214 of 480 ~ 44.58%
G 106 of 480 ~ 22.08%
B 160 of 480 ~ 33.33%

%44.58
%22.08
%33.33

CMYK color model

#D66AA0 color CMYK value is (0,50,25,16).

  • cyan value is 0.00%
  • magenta value is 50.47%
  • yellow value is 25.23%
  • key color value is 16.08%
CMYK:
(0,50,25,16)
C0M50Y25K16 
(0%,50%,25%,16%)
(0.00/0.50/0.25/0.16)	

CMYK percentages

%0
%50.47
%25.23
%16.08

Codes

Color #D66AA0 in popluar color models

D66AA0
RGB214106160
HSL330°56.84%62.75%
HSB/HSV330°50.47%83.92%
CMYK0.00%50.47%25.23%
16.08%

Color #D66AA0 in popluar number systems.

HEXD66AA0
Decimal214106160
Binary11010110110101010100000
Octal326152240

Shades and tints

Shades of #D66AA0

#D66AA0
(214,106,160)
#C36192
(195,97,146)
#B05884
(176,88,132)
#9D4F76
(157,79,118)
#8A4668
(138,70,104)
#773D5A
(119,61,90)
#64344C
(100,52,76)
#512B3E
(81,43,62)
#3E2230
(62,34,48)
#2B1922
(43,25,34)
#181014
(24,16,20)
#000000
(0,0,0)

Tints of #D66AA0

#D66AA0
(214,106,160)
#D977A8
(217,119,168)
#DC84B0
(220,132,176)
#DF91B8
(223,145,184)
#E29EC0
(226,158,192)
#E5ABC8
(229,171,200)
#E8B8D0
(232,184,208)
#EBC5D8
(235,197,216)
#EED2E0
(238,210,224)
#F1DFE8
(241,223,232)
#F4ECF0
(244,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D66AA0; }

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

This text font color is #D66AA0.


Background Color

.myBgColor { background-color: #D66AA0; }

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

This div background color is #D66AA0.


Border color

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

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

This div border color is #D66AA0.


Opacity

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

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

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

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

This text has shadow with #D66AA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D66AA0 on black background.


Color preview on white background

This text has color #D66AA0 on white background.



Black color preview on #D66AA0 background

This text has black color on #D66AA0 background.


White color preview on #D66AA0 background

This text has white color on #D66AA0 background.