#D88DCE

Color #D88DCE Plum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Plum #D88DCE

Tints of Plum #D88DCE

Color information

#D88DCE (or 0xD88DCE) is unknown color: approx Plum. HEX triplet: D8, 8D and CE. RGB value is (216,141,206). Sum of RGB (Red+Green+Blue) = 216+141+206=563 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.37% from 563); Green value is 141 (55.47% from 255 or 25.04% from 563); Blue value is 206 (80.86% from 255 or 36.59% from 563); Max value from RGB is 216 - color contains mainly: red. Hex color #D88DCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88DCE is #277231. Grayscale: #AAAAAA. Windows color (decimal): -2585138 or 13536728. OLE color: 13536728.

HSL color Cylindrical-coordinate representation of color #D88DCE: hue angle of 308º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D88DCE is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB216141206-
CMYK00.350.050.15
HSL308º49.02%70%-
HSV(B)308º34.72%84.71%-
XYZ48.9838.163.17-
YUV170.84147.85160.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 216 (84.77% from 255) = 38.37%
GREEN value IS 141 (55.47% from 255) = 25.04%
BLUE value IS 206 (80.86% from 255) = 36.59%
R=38.37%
G=25.04%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614120600.350.050.1530849.0270
HexD88DCE0235F1343146
Octal33021531604351746461106
Binary110110001000110111001110010001110111111001101001100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88DCE; }

 p { color: rgb(216,141,206); }

 H1.HeaderClassName
 {
   color: #D88DCE;
 }
 .AnyTagClassName
 {
   color: #D88DCE;
 }
</style>
background-color css

<style>
 a { background-color: #D88DCE; }

 a { background-color: rgb(216,141,206); }

 div.DivClassName
 {
   background-color: #D88DCE;
 }
 .BgClassName
 {
   background-color: #D88DCE;
 }
</style>
border-color css

<style>
 span { border-color: #D88DCE; }

 span { border-color: rgb(216,141,206); }

 td.TdClassName
 {
   border-color: #D88DCE;
 }
 .TagClassName
 {
   border-color: #D88DCE;
 }
</style>