COLOR #D88CCF

HEX: #D88CCF
RGB: (216,140,207)

Color info

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

RGB color model

#D88CCF color RGB value is (216,140,207).

  • red value is 216;
  • green value is 140;
  • blue value is 207.
RGB:
(216,140,207)
(85%,55%,81%)

RGB channels and saturation

R 216 of 255 = 85%
G 140 of 255 = 55%
B 207 of 255 = 81%

216
140
207

R + G + B ~ 74%. #D88CCF is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 140 + 207 = 563 (100%)
R 216 of 563 ~ 38.37%
G 140 of 563 ~ 24.87%
B 207 of 563 ~ 36.77%

%38.37
%24.87
%36.77

CMYK color model

#D88CCF color CMYK value is (0,35,4,15).

  • cyan value is 0.00%
  • magenta value is 35.19%
  • yellow value is 4.17%
  • key color value is 15.29%
CMYK:
(0,35,4,15)
C0M35Y4K15 
(0%,35%,4%,15%)
(0.00/0.35/0.04/0.15)	

CMYK percentages

%0
%35.19
%4.17
%15.29

Codes

Color #D88CCF in popluar color models

D88CCF
RGB216140207
HSL307°49.35%69.80%
HSB/HSV307°35.19%84.71%
CMYK0.00%35.19%4.17%
15.29%

Color #D88CCF in popluar number systems.

HEXD88CCF
Decimal216140207
Binary110110001000110011001111
Octal330214317

Shades and tints

Shades of #D88CCF

#D88CCF
(216,140,207)
#C580BD
(197,128,189)
#B274AB
(178,116,171)
#9F6899
(159,104,153)
#8C5C87
(140,92,135)
#795075
(121,80,117)
#664463
(102,68,99)
#533851
(83,56,81)
#402C3F
(64,44,63)
#2D202D
(45,32,45)
#1A141B
(26,20,27)
#000000
(0,0,0)

Tints of #D88CCF

#D88CCF
(216,140,207)
#DB96D3
(219,150,211)
#DEA0D7
(222,160,215)
#E1AADB
(225,170,219)
#E4B4DF
(228,180,223)
#E7BEE3
(231,190,227)
#EAC8E7
(234,200,231)
#EDD2EB
(237,210,235)
#F0DCEF
(240,220,239)
#F3E6F3
(243,230,243)
#F6F0F7
(246,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D88CCF color. Also use rgb(216,140,207) instead hex code.

Text Font Color

.myTextColor { color: #D88CCF; }

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

This text font color is #D88CCF.


Background Color

.myBgColor { background-color: #D88CCF; }

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

This div background color is #D88CCF.


Border color

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

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

This div border color is #D88CCF.


Opacity

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

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

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

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

This text has shadow with #D88CCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D88CCF on black background.


Color preview on white background

This text has color #D88CCF on white background.



Black color preview on #D88CCF background

This text has black color on #D88CCF background.


White color preview on #D88CCF background

This text has white color on #D88CCF background.