COLOR #D27BB4

HEX: #D27BB4 RGB: (210,123,180)

Color info

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

RGB color model

#D27BB4 color RGB value is (210,123,180).

RGB: (210,123,180) (82%, 48%, 71%)

RGB channels and saturation

R 210 of 255 = 82%
G 123 of 255 = 48%
B 180 of 255 = 71%

210
123
180

R + G + B ~ 67%. #D27BB4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 210 + 123 + 180 = 513 (100%)
R 210 of 513 ~ 40.94%
G 123 of 513 ~ 23.98%
B 180 of 513 ~ 35.09'%

%40.94
%23.98
%35.09

CMYK color model

#D27BB4 color CMYK value is (0,41,14,18).

  • cyan value is 0.00%
  • magenta value is 41.43%
  • yellow value is 14.29%
  • key color value is 17.65%

CMYK: (0,41,14,18)
C0M41Y14K18 (0%, 41%, 14%, 18%)
(0.00 / 0.41 / 0.14 / 0.18)

CMYK percentages

%0
%41.43
%14.29
%17.65

Codes

Color #D27BB4 in popluar color models

D2 7B B4
RGB 210 123 180
HSL 321° 49.15% 65.29%
HSB/HSV 321° 41.43% 82.35%
CMYK 0.00% 41.43% 14.29%
17.65%

Color #D27BB4 in popluar number systems.

HEX D2 7B B4
Decimal 210 123 180
Binary 11010010 1111011 10110100
Octal 322 173 264

Shades and tints

Shades of #D27BB4

#D27BB4
(210,123,180)
#BF70A4
(191,112,164)
#AC6594
(172,101,148)
#995A84
(153,90,132)
#864F74
(134,79,116)
#734464
(115,68,100)
#603954
(96,57,84)
#4D2E44
(77,46,68)
#3A2334
(58,35,52)
#271824
(39,24,36)
#140D14
(20,13,20)
#000000
(0,0,0)

Tints of #D27BB4

#D27BB4
(210,123,180)
#D687BA
(214,135,186)
#DA93C0
(218,147,192)
#DE9FC6
(222,159,198)
#E2ABCC
(226,171,204)
#E6B7D2
(230,183,210)
#EAC3D8
(234,195,216)
#EECFDE
(238,207,222)
#F2DBE4
(242,219,228)
#F6E7EA
(246,231,234)
#FAF3F0
(250,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D27BB4 color. Also use rgb(210,123,180) instead hex code.

Text Font Color

.myTextColor { color: #D27BB4; }

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

This text font color is #D27BB4.

Background Color

.myBgColor { background-color: #D27BB4; }

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

This div background color is #D27BB4.

Border color

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

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

This div border color is #D27BB4.

Opacity

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

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

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

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

This text has shadow with #D27BB4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D27BB4.

Preview

Color preview on black background

This text has color #D27BB4 on black background.


Color preview on white background

This text has color #D27BB4 on white background.


Black color preview on #D27BB4 background

This text has black color on #D27BB4 background.


White color preview on #D27BB4 background

This text has white color on #D27BB4 background.


Related colors

Complementary color

Complementary color for #hex is #2D844B.


I love getcolorcode.com

Triadic colors

1 #B4D27B and #7BB4D2 with #D27BB4 are triadic colors.

2 #B47BD2 and #7BD2B4 with #D27BB4 are triadic colors.