#D88ECE

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

Shades of Plum #D88ECE

Tints of Plum #D88ECE

Color information

#D88ECE (or 0xD88ECE) is unknown color: approx Plum. HEX triplet: D8, 8E and CE. RGB value is (216,142,206). Sum of RGB (Red+Green+Blue) = 216+142+206=564 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.30% from 564); Green value is 142 (55.86% from 255 or 25.18% from 564); Blue value is 206 (80.86% from 255 or 36.52% from 564); Max value from RGB is 216 - color contains mainly: red. Hex color #D88ECE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88ECE is #277131. Grayscale: #ABABAB. Windows color (decimal): -2584882 or 13536984. OLE color: 13536984.

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

Color convert

RGB216142206-
CMYK00.340.050.15
HSL308.11º48.68%70.2%-
HSV(B)308.11º34.26%84.71%-
XYZ49.1338.463.22-
YUV171.42147.52159.8-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.30%
GREEN value IS 142 (55.86% from 255) = 25.18%
BLUE value IS 206 (80.86% from 255) = 36.52%
R=38.30%
G=25.18%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614220600.340.050.15308.1148.6870.2
HexD88ECE0225F1343146
Octal33021631604251746461106
Binary110110001000111011001110010001010111111001101001100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88ECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88ECE; }

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

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

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

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

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

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

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

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