COLOR #D28BB4

HEX: #D28BB4 RGB: (210,139,180)

Color info

#D28BB4 contains mainly red and blue colors. Web safe color of #D28BB4 is #CC99CC (or #C9C).

RGB color model

#D28BB4 color RGB value is (210,139,180).

RGB: (210,139,180) (82%, 55%, 71%)

RGB channels and saturation

R 210 of 255 = 82%
G 139 of 255 = 55%
B 180 of 255 = 71%

210
139
180

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

Portions of RGB colors in percentages

R + G + B = 210 + 139 + 180 = 529 (100%)
R 210 of 529 ~ 39.7%
G 139 of 529 ~ 26.28%
B 180 of 529 ~ 34.03'%

%39.7
%26.28
%34.03

CMYK color model

#D28BB4 color CMYK value is (0,34,14,18).

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

CMYK: (0,34,14,18)
C0M34Y14K18 (0%, 34%, 14%, 18%)
(0.00 / 0.34 / 0.14 / 0.18)

CMYK percentages

%0
%33.81
%14.29
%17.65

Codes

Color #D28BB4 in popluar color models

D2 8B B4
RGB 210 139 180
HSL 325° 44.10% 68.43%
HSB/HSV 325° 33.81% 82.35%
CMYK 0.00% 33.81% 14.29%
17.65%

Color #D28BB4 in popluar number systems.

HEX D2 8B B4
Decimal 210 139 180
Binary 11010010 10001011 10110100
Octal 322 213 264

Shades and tints

Shades of #D28BB4

#D28BB4
(210,139,180)
#BF7FA4
(191,127,164)
#AC7394
(172,115,148)
#996784
(153,103,132)
#865B74
(134,91,116)
#734F64
(115,79,100)
#604354
(96,67,84)
#4D3744
(77,55,68)
#3A2B34
(58,43,52)
#271F24
(39,31,36)
#141314
(20,19,20)
#000000
(0,0,0)

Tints of #D28BB4

#D28BB4
(210,139,180)
#D695BA
(214,149,186)
#DA9FC0
(218,159,192)
#DEA9C6
(222,169,198)
#E2B3CC
(226,179,204)
#E6BDD2
(230,189,210)
#EAC7D8
(234,199,216)
#EED1DE
(238,209,222)
#F2DBE4
(242,219,228)
#F6E5EA
(246,229,234)
#FAEFF0
(250,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D28BB4; }

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

This text font color is #D28BB4.

Background Color

.myBgColor { background-color: #D28BB4; }

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

This div background color is #D28BB4.

Border color

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

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

This div border color is #D28BB4.

Opacity

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

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

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

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

This text has shadow with #D28BB4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D28BB4.

Preview

Color preview on black background

This text has color #D28BB4 on black background.


Color preview on white background

This text has color #D28BB4 on white background.


Black color preview on #D28BB4 background

This text has black color on #D28BB4 background.


White color preview on #D28BB4 background

This text has white color on #D28BB4 background.


Related colors

Complementary color

Complementary color for #hex is #2D744B.


I love getcolorcode.com

Triadic colors

1 #B4D28B and #8BB4D2 with #D28BB4 are triadic colors.

2 #B48BD2 and #8BD2B4 with #D28BB4 are triadic colors.