COLOR #D28CA8

HEX: #D28CA8 RGB: (210,140,168)

Color info

#D28CA8 contains mainly red and blue colors. Web safe color of #D28CA8 is #CC9999 (or #C99).

RGB color model

#D28CA8 color RGB value is (210,140,168).

RGB: (210,140,168) (82%, 55%, 66%)

RGB channels and saturation

R 210 of 255 = 82%
G 140 of 255 = 55%
B 168 of 255 = 66%

210
140
168

R + G + B ~ 68%. #D28CA8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 210 + 140 + 168 = 518 (100%)
R 210 of 518 ~ 40.54%
G 140 of 518 ~ 27.03%
B 168 of 518 ~ 32.43'%

%40.54
%27.03
%32.43

CMYK color model

#D28CA8 color CMYK value is (0,33,20,18).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 20.00%
  • key color value is 17.65%

CMYK: (0,33,20,18)
C0M33Y20K18 (0%, 33%, 20%, 18%)
(0.00 / 0.33 / 0.20 / 0.18)

CMYK percentages

%0
%33.33
%20
%17.65

Codes

Color #D28CA8 in popluar color models

D2 8C A8
RGB 210 140 168
HSL 336° 43.75% 68.63%
HSB/HSV 336° 33.33% 82.35%
CMYK 0.00% 33.33% 20.00%
17.65%

Color #D28CA8 in popluar number systems.

HEX D2 8C A8
Decimal 210 140 168
Binary 11010010 10001100 10101000
Octal 322 214 250

Shades and tints

Shades of #D28CA8

#D28CA8
(210,140,168)
#BF8099
(191,128,153)
#AC748A
(172,116,138)
#99687B
(153,104,123)
#865C6C
(134,92,108)
#73505D
(115,80,93)
#60444E
(96,68,78)
#4D383F
(77,56,63)
#3A2C30
(58,44,48)
#272021
(39,32,33)
#141412
(20,20,18)
#000000
(0,0,0)

Tints of #D28CA8

#D28CA8
(210,140,168)
#D696AF
(214,150,175)
#DAA0B6
(218,160,182)
#DEAABD
(222,170,189)
#E2B4C4
(226,180,196)
#E6BECB
(230,190,203)
#EAC8D2
(234,200,210)
#EED2D9
(238,210,217)
#F2DCE0
(242,220,224)
#F6E6E7
(246,230,231)
#FAF0EE
(250,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D28CA8 color. Also use rgb(210,140,168) instead hex code.

Text Font Color

.myTextColor { color: #D28CA8; }

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

This text font color is #D28CA8.

Background Color

.myBgColor { background-color: #D28CA8; }

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

This div background color is #D28CA8.

Border color

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

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

This div border color is #D28CA8.

Opacity

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

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

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

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

This text has shadow with #D28CA8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D28CA8.

Preview

Color preview on black background

This text has color #D28CA8 on black background.


Color preview on white background

This text has color #D28CA8 on white background.


Black color preview on #D28CA8 background

This text has black color on #D28CA8 background.


White color preview on #D28CA8 background

This text has white color on #D28CA8 background.


Related colors

Complementary color

Complementary color for #hex is #2D7357.


I love getcolorcode.com

Triadic colors

1 #A8D28C and #8CA8D2 with #D28CA8 are triadic colors.

2 #A88CD2 and #8CD2A8 with #D28CA8 are triadic colors.