COLOR #D885C5

HEX: #D885C5 RGB: (216,133,197)

Color info

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

RGB color model

#D885C5 color RGB value is (216,133,197).

RGB: (216,133,197) (85%, 52%, 77%)

RGB channels and saturation

R 216 of 255 = 85%
G 133 of 255 = 52%
B 197 of 255 = 77%

216
133
197

R + G + B ~ 71%. #D885C5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 216 + 133 + 197 = 546 (100%)
R 216 of 546 ~ 39.56%
G 133 of 546 ~ 24.36%
B 197 of 546 ~ 36.08'%

%39.56
%24.36
%36.08

CMYK color model

#D885C5 color CMYK value is (0,38,9,15).

  • cyan value is 0.00%
  • magenta value is 38.43%
  • yellow value is 8.80%
  • key color value is 15.29%

CMYK: (0,38,9,15)
C0M38Y9K15 (0%, 38%, 9%, 15%)
(0.00 / 0.38 / 0.09 / 0.15)

CMYK percentages

%0
%38.43
%8.8
%15.29

Codes

Color #D885C5 in popluar color models

D8 85 C5
RGB 216 133 197
HSL 314° 51.55% 68.43%
HSB/HSV 314° 38.43% 84.71%
CMYK 0.00% 38.43% 8.80%
15.29%

Color #D885C5 in popluar number systems.

HEX D8 85 C5
Decimal 216 133 197
Binary 11011000 10000101 11000101
Octal 330 205 305

Shades and tints

Shades of #D885C5

#D885C5
(216,133,197)
#C579B4
(197,121,180)
#B26DA3
(178,109,163)
#9F6192
(159,97,146)
#8C5581
(140,85,129)
#794970
(121,73,112)
#663D5F
(102,61,95)
#53314E
(83,49,78)
#40253D
(64,37,61)
#2D192C
(45,25,44)
#1A0D1B
(26,13,27)
#000000
(0,0,0)

Tints of #D885C5

#D885C5
(216,133,197)
#DB90CA
(219,144,202)
#DE9BCF
(222,155,207)
#E1A6D4
(225,166,212)
#E4B1D9
(228,177,217)
#E7BCDE
(231,188,222)
#EAC7E3
(234,199,227)
#EDD2E8
(237,210,232)
#F0DDED
(240,221,237)
#F3E8F2
(243,232,242)
#F6F3F7
(246,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D885C5 color. Also use rgb(216,133,197) instead hex code.

Text Font Color

.myTextColor { color: #D885C5; }

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

This text font color is #D885C5.

Background Color

.myBgColor { background-color: #D885C5; }

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

This div background color is #D885C5.

Border color

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

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

This div border color is #D885C5.

Opacity

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

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

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

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

This text has shadow with #D885C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D885C5.

Preview

Color preview on black background

This text has color #D885C5 on black background.


Color preview on white background

This text has color #D885C5 on white background.


Black color preview on #D885C5 background

This text has black color on #D885C5 background.


White color preview on #D885C5 background

This text has white color on #D885C5 background.


Related colors

Complementary color

Complementary color for #hex is #277A3A.


I love getcolorcode.com

Triadic colors

1 #C5D885 and #85C5D8 with #D885C5 are triadic colors.

2 #C585D8 and #85D8C5 with #D885C5 are triadic colors.