COLOR #D85CA0

HEX: #D85CA0
RGB: (216,92,160)

Color info

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

RGB color model

#D85CA0 color RGB value is (216,92,160).

  • red value is 216;
  • green value is 92;
  • blue value is 160.
RGB:
(216,92,160)
(85%,36%,63%)

RGB channels and saturation

R 216 of 255 = 85%
G 92 of 255 = 36%
B 160 of 255 = 63%

216
92
160

R + G + B ~ 61%. #D85CA0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 92 + 160 = 468 (100%)
R 216 of 468 ~ 46.15%
G 92 of 468 ~ 19.66%
B 160 of 468 ~ 34.19%

%46.15
%19.66
%34.19

CMYK color model

#D85CA0 color CMYK value is (0,57,26,15).

  • cyan value is 0.00%
  • magenta value is 57.41%
  • yellow value is 25.93%
  • key color value is 15.29%
CMYK:
(0,57,26,15)
C0M57Y26K15 
(0%,57%,26%,15%)
(0.00/0.57/0.26/0.15)	

CMYK percentages

%0
%57.41
%25.93
%15.29

Codes

Color #D85CA0 in popluar color models

D85CA0
RGB21692160
HSL327°61.39%60.39%
HSB/HSV327°57.41%84.71%
CMYK0.00%57.41%25.93%
15.29%

Color #D85CA0 in popluar number systems.

HEXD85CA0
Decimal21692160
Binary11011000101110010100000
Octal330134240

Shades and tints

Shades of #D85CA0

#D85CA0
(216,92,160)
#C55492
(197,84,146)
#B24C84
(178,76,132)
#9F4476
(159,68,118)
#8C3C68
(140,60,104)
#79345A
(121,52,90)
#662C4C
(102,44,76)
#53243E
(83,36,62)
#401C30
(64,28,48)
#2D1422
(45,20,34)
#1A0C14
(26,12,20)
#000000
(0,0,0)

Tints of #D85CA0

#D85CA0
(216,92,160)
#DB6AA8
(219,106,168)
#DE78B0
(222,120,176)
#E186B8
(225,134,184)
#E494C0
(228,148,192)
#E7A2C8
(231,162,200)
#EAB0D0
(234,176,208)
#EDBED8
(237,190,216)
#F0CCE0
(240,204,224)
#F3DAE8
(243,218,232)
#F6E8F0
(246,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D85CA0 color. Also use rgb(216,92,160) instead hex code.

Text Font Color

.myTextColor { color: #D85CA0; }

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

This text font color is #D85CA0.


Background Color

.myBgColor { background-color: #D85CA0; }

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

This div background color is #D85CA0.


Border color

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

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

This div border color is #D85CA0.


Opacity

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

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

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

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

This text has shadow with #D85CA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D85CA0 on black background.


Color preview on white background

This text has color #D85CA0 on white background.



Black color preview on #D85CA0 background

This text has black color on #D85CA0 background.


White color preview on #D85CA0 background

This text has white color on #D85CA0 background.