#D88DDB

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

Shades of Plum #D88DDB

Tints of Plum #D88DDB

Color information

#D88DDB (or 0xD88DDB) is unknown color: approx Plum. HEX triplet: D8, 8D and DB. RGB value is (216,141,219). Sum of RGB (Red+Green+Blue) = 216+141+219=576 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.5% from 576); Green value is 141 (55.47% from 255 or 24.48% from 576); Blue value is 219 (85.94% from 255 or 38.02% from 576); Max value from RGB is 219 - color contains mainly: blue. Hex color #D88DDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88DDB is #277224. Grayscale: #ACACAC. Windows color (decimal): -2585125 or 14388696. OLE color: 14388696.

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

Color convert

RGB216141219-
CMYK0.010.3600.14
HSL297.69º52%70.59%-
HSV(B)297.69º35.62%85.88%-
XYZ50.6338.7671.83-
YUV172.32154.35159.16-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.5%
GREEN value IS 141 (55.47% from 255) = 24.48%
BLUE value IS 219 (85.94% from 255) = 38.02%
R=37.5%
G=24.48%
B=38.02%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2161412190.010.3600.14297.695270.59
HexD88DDB1240E12a3447
Octal33021533314401645264107
Binary1101100010001101110110111100100011101001010101101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88DDB; }

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

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

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

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

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

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

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

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