#D88ECD

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

Shades of Plum #D88ECD

Tints of Plum #D88ECD

Color information

#D88ECD (or 0xD88ECD) is unknown color: approx Plum. HEX triplet: D8, 8E and CD. RGB value is (216,142,205). Sum of RGB (Red+Green+Blue) = 216+142+205=563 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.37% from 563); Green value is 142 (55.86% from 255 or 25.22% from 563); Blue value is 205 (80.47% from 255 or 36.41% from 563); Max value from RGB is 216 - color contains mainly: red. Hex color #D88ECD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88ECD is #277132. Grayscale: #ABABAB. Windows color (decimal): -2584883 or 13471448. OLE color: 13471448.

HSL color Cylindrical-coordinate representation of color #D88ECD: hue angle of 308.92º 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 #D88ECD is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB216142205-
CMYK00.340.050.15
HSL308.92º48.68%70.2%-
HSV(B)308.92º34.26%84.71%-
XYZ49.0138.3562.58-
YUV171.31147.02159.88-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.37%
GREEN value IS 142 (55.86% from 255) = 25.22%
BLUE value IS 205 (80.47% from 255) = 36.41%
R=38.37%
G=25.22%
B=36.41%

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
Decimal21614220500.340.050.15308.9248.6870.2
HexD88ECD0225F1353146
Octal33021631504251746561106
Binary110110001000111011001101010001010111111001101011100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88ECD; }

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

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

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

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

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

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

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

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