COLOR #D895CE

HEX: #D895CE RGB: (216,149,206)

Color info

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

RGB color model

#D895CE color RGB value is (216,149,206).

RGB: (216,149,206) (85%, 58%, 81%)

RGB channels and saturation

R 216 of 255 = 85%
G 149 of 255 = 58%
B 206 of 255 = 81%

216
149
206

R + G + B ~ 75%. #D895CE is quite light color.

Portions of RGB colors in percentages

R + G + B = 216 + 149 + 206 = 571 (100%)
R 216 of 571 ~ 37.83%
G 149 of 571 ~ 26.09%
B 206 of 571 ~ 36.08'%

%37.83
%26.09
%36.08

CMYK color model

#D895CE color CMYK value is (0,31,5,15).

  • cyan value is 0.00%
  • magenta value is 31.02%
  • yellow value is 4.63%
  • key color value is 15.29%

CMYK: (0,31,5,15)
C0M31Y5K15 (0%, 31%, 5%, 15%)
(0.00 / 0.31 / 0.05 / 0.15)

CMYK percentages

%0
%31.02
%4.63
%15.29

Codes

Color #D895CE in popluar color models

D8 95 CE
RGB 216 149 206
HSL 309° 46.21% 71.57%
HSB/HSV 309° 31.02% 84.71%
CMYK 0.00% 31.02% 4.63%
15.29%

Color #D895CE in popluar number systems.

HEX D8 95 CE
Decimal 216 149 206
Binary 11011000 10010101 11001110
Octal 330 225 316

Shades and tints

Shades of #D895CE

#D895CE
(216,149,206)
#C588BC
(197,136,188)
#B27BAA
(178,123,170)
#9F6E98
(159,110,152)
#8C6186
(140,97,134)
#795474
(121,84,116)
#664762
(102,71,98)
#533A50
(83,58,80)
#402D3E
(64,45,62)
#2D202C
(45,32,44)
#1A131A
(26,19,26)
#000000
(0,0,0)

Tints of #D895CE

#D895CE
(216,149,206)
#DB9ED2
(219,158,210)
#DEA7D6
(222,167,214)
#E1B0DA
(225,176,218)
#E4B9DE
(228,185,222)
#E7C2E2
(231,194,226)
#EACBE6
(234,203,230)
#EDD4EA
(237,212,234)
#F0DDEE
(240,221,238)
#F3E6F2
(243,230,242)
#F6EFF6
(246,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D895CE color. Also use rgb(216,149,206) instead hex code.

Text Font Color

.myTextColor { color: #D895CE; }

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

This text font color is #D895CE.

Background Color

.myBgColor { background-color: #D895CE; }

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

This div background color is #D895CE.

Border color

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

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

This div border color is #D895CE.

Opacity

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

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

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

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

This text has shadow with #D895CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D895CE.

Preview

Color preview on black background

This text has color #D895CE on black background.


Color preview on white background

This text has color #D895CE on white background.


Black color preview on #D895CE background

This text has black color on #D895CE background.


White color preview on #D895CE background

This text has white color on #D895CE background.


Related colors

Complementary color

Complementary color for #hex is #276A31.


I love getcolorcode.com

Triadic colors

1 #CED895 and #95CED8 with #D895CE are triadic colors.

2 #CE95D8 and #95D8CE with #D895CE are triadic colors.