#D88ED2

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

Shades of Plum #D88ED2

Tints of Plum #D88ED2

Color information

#D88ED2 (or 0xD88ED2) is unknown color: approx Plum. HEX triplet: D8, 8E and D2. RGB value is (216,142,210). Sum of RGB (Red+Green+Blue) = 216+142+210=568 (75% of max value = 765). Red value is 216 (84.77% from 255 or 38.03% from 568); Green value is 142 (55.86% from 255 or 25% from 568); Blue value is 210 (82.42% from 255 or 36.97% from 568); Max value from RGB is 216 - color contains mainly: red. Hex color #D88ED2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88ED2 is #27712D. Grayscale: #ABABAB. Windows color (decimal): -2584878 or 13799128. OLE color: 13799128.

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

Color convert

RGB216142210-
CMYK00.340.030.15
HSL304.86º48.68%70.2%-
HSV(B)304.86º34.26%84.71%-
XYZ49.6238.665.81-
YUV171.88149.52159.47-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.03%
GREEN value IS 142 (55.86% from 255) = 25%
BLUE value IS 210 (82.42% from 255) = 36.97%
R=38.03%
G=25%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.03
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614221000.340.030.15304.8648.6870.2
HexD88ED20223F1313146
Octal33021632204231746161106
Binary11011000100011101101001001000101111111001100011100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88ED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88ED2; }

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

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

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

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

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

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

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

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