#D88EDB

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

Shades of Plum #D88EDB

Tints of Plum #D88EDB

Color information

#D88EDB (or 0xD88EDB) is unknown color: approx Plum. HEX triplet: D8, 8E and DB. RGB value is (216,142,219). Sum of RGB (Red+Green+Blue) = 216+142+219=577 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.44% from 577); Green value is 142 (55.86% from 255 or 24.61% from 577); Blue value is 219 (85.94% from 255 or 37.95% from 577); Max value from RGB is 219 - color contains mainly: blue. Hex color #D88EDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88EDB is #277124. Grayscale: #ACACAC. Windows color (decimal): -2584869 or 14388952. OLE color: 14388952.

HSL color Cylindrical-coordinate representation of color #D88EDB: hue angle of 297.66º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D88EDB is Cyan = 0.01, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB216142219-
CMYK0.010.3500.14
HSL297.66º51.68%70.78%-
HSV(B)297.66º35.16%85.88%-
XYZ50.7839.0671.88-
YUV172.9154.02158.74-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.44%
GREEN value IS 142 (55.86% from 255) = 24.61%
BLUE value IS 219 (85.94% from 255) = 37.95%
R=37.44%
G=24.61%
B=37.95%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2161422190.010.3500.14297.6651.6870.78
HexD88EDB1230E12a3447
Octal33021633314301645264107
Binary1101100010001110110110111100011011101001010101101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88EDB; }

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

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

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

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

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

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

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

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