#D88EDD

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

Shades of Plum #D88EDD

Tints of Plum #D88EDD

Color information

#D88EDD (or 0xD88EDD) is unknown color: approx Plum. HEX triplet: D8, 8E and DD. RGB value is (216,142,221). Sum of RGB (Red+Green+Blue) = 216+142+221=579 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.31% from 579); Green value is 142 (55.86% from 255 or 24.53% from 579); Blue value is 221 (86.72% from 255 or 38.17% from 579); Max value from RGB is 221 - color contains mainly: blue. Hex color #D88EDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88EDD is #277122. Grayscale: #ACACAC. Windows color (decimal): -2584867 or 14520024. OLE color: 14520024.

HSL color Cylindrical-coordinate representation of color #D88EDD: hue angle of 296.2º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D88EDD is Cyan = 0.02, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB216142221-
CMYK0.020.3600.13
HSL296.2º53.74%71.18%-
HSV(B)296.2º35.75%86.67%-
XYZ51.0439.1773.28-
YUV173.13155.02158.58-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.31%
GREEN value IS 142 (55.86% from 255) = 24.53%
BLUE value IS 221 (86.72% from 255) = 38.17%
R=37.31%
G=24.53%
B=38.17%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2161422210.020.3600.13296.253.7471.18
HexD88EDD2240D1283647
Octal33021633524401545066107
Binary11011000100011101101110110100100011011001010001101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88EDD; }

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

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

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

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

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

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

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

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