#D88EE5

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

Shades of Plum #D88EE5

Tints of Plum #D88EE5

Color information

#D88EE5 (or 0xD88EE5) is unknown color: approx Plum. HEX triplet: D8, 8E and E5. RGB value is (216,142,229). Sum of RGB (Red+Green+Blue) = 216+142+229=587 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.80% from 587); Green value is 142 (55.86% from 255 or 24.19% from 587); Blue value is 229 (89.84% from 255 or 39.01% from 587); Max value from RGB is 229 - color contains mainly: blue. Hex color #D88EE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88EE5 is #27711A. Grayscale: #ADADAD. Windows color (decimal): -2584859 or 15044312. OLE color: 15044312.

HSL color Cylindrical-coordinate representation of color #D88EE5: hue angle of 291.03º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D88EE5 is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB216142229-
CMYK0.060.3800.10
HSL291.03º62.59%72.75%-
HSV(B)291.03º37.99%89.8%-
XYZ52.1339.679.02-
YUV174.04159.02157.93-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.80%
GREEN value IS 142 (55.86% from 255) = 24.19%
BLUE value IS 229 (89.84% from 255) = 39.01%
R=36.80%
G=24.19%
B=39.01%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2161422290.060.3800.10291.0362.5972.75
HexD88EE56260A1233f49
Octal33021634564601244377111
Binary110110001000111011100101110100110010101001000111111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88EE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88EE5; }

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

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

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

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

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

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

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

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