COLOR #D27AA0

HEX: #D27AA0 RGB: (210,122,160)

Color info

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

RGB color model

#D27AA0 color RGB value is (210,122,160).

RGB: (210,122,160) (82%, 48%, 63%)

RGB channels and saturation

R 210 of 255 = 82%
G 122 of 255 = 48%
B 160 of 255 = 63%

210
122
160

R + G + B ~ 64%. #D27AA0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 210 + 122 + 160 = 492 (100%)
R 210 of 492 ~ 42.68%
G 122 of 492 ~ 24.8%
B 160 of 492 ~ 32.52'%

%42.68
%24.8
%32.52

CMYK color model

#D27AA0 color CMYK value is (0,42,24,18).

  • cyan value is 0.00%
  • magenta value is 41.90%
  • yellow value is 23.81%
  • key color value is 17.65%
CMYK: (0,42,24,18) C0M42Y24K18 (0%,42%,24%,18%) (0.00/0.42/0.24/0.18) 

CMYK percentages

%0
%41.9
%23.81
%17.65

Codes

Color #D27AA0 in popluar color models

D2 7A A0
RGB 210 122 160
HSL 334° 49.44% 65.10%
HSB/HSV 334° 41.90% 82.35%
CMYK 0.00% 41.90% 23.81%
17.65%

Color #D27AA0 in popluar number systems.

HEX D2 7A A0
Decimal 210 122 160
Binary 11010010 1111010 10100000
Octal 322 172 240

Shades and tints

Shades of #D27AA0

#D27AA0
(210,122,160)
#BF6F92
(191,111,146)
#AC6484
(172,100,132)
#995976
(153,89,118)
#864E68
(134,78,104)
#73435A
(115,67,90)
#60384C
(96,56,76)
#4D2D3E
(77,45,62)
#3A2230
(58,34,48)
#271722
(39,23,34)
#140C14
(20,12,20)
#000000
(0,0,0)

Tints of #D27AA0

#D27AA0
(210,122,160)
#D686A8
(214,134,168)
#DA92B0
(218,146,176)
#DE9EB8
(222,158,184)
#E2AAC0
(226,170,192)
#E6B6C8
(230,182,200)
#EAC2D0
(234,194,208)
#EECED8
(238,206,216)
#F2DAE0
(242,218,224)
#F6E6E8
(246,230,232)
#FAF2F0
(250,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D27AA0 color. Also use rgb(210,122,160) instead hex code.

Text Font Color

.myTextColor { color: #D27AA0; }

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

This text font color is #D27AA0.

Background Color

.myBgColor { background-color: #D27AA0; }

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

This div background color is #D27AA0.

Border color

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

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

This div border color is #D27AA0.

Opacity

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

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

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

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

This text has shadow with #D27AA0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D27AA0.

Preview

Color preview on black background

This text has color #D27AA0 on black background.


Color preview on white background

This text has color #D27AA0 on white background.


Black color preview on #D27AA0 background

This text has black color on #D27AA0 background.


White color preview on #D27AA0 background

This text has white color on #D27AA0 background.


Related colors

Complementary color

Complementary color for #hex is #2D855F.


I love getcolorcode.com

Triadic colors

1 #A0D27A and #7AA0D2 with #D27AA0 are triadic colors.

2 #A07AD2 and #7AD2A0 with #D27AA0 are triadic colors.