#D888DB

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

Shades of Plum #D888DB

Tints of Plum #D888DB

Color information

#D888DB (or 0xD888DB) is unknown color: approx Plum. HEX triplet: D8, 88 and DB. RGB value is (216,136,219). Sum of RGB (Red+Green+Blue) = 216+136+219=571 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.83% from 571); Green value is 136 (53.52% from 255 or 23.82% from 571); Blue value is 219 (85.94% from 255 or 38.35% from 571); Max value from RGB is 219 - color contains mainly: blue. Hex color #D888DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D888DB is #277724. Grayscale: #A9A9A9. Windows color (decimal): -2586405 or 14387416. OLE color: 14387416.

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

Color convert

RGB216136219-
CMYK0.010.3800.14
HSL297.83º53.55%69.61%-
HSV(B)297.83º37.9%85.88%-
XYZ49.9137.3271.59-
YUV169.38156161.25-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.83%
GREEN value IS 136 (53.52% from 255) = 23.82%
BLUE value IS 219 (85.94% from 255) = 38.35%
R=37.83%
G=23.82%
B=38.35%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2161362190.010.3800.14297.8353.5569.61
HexD888DB1260E12a3646
Octal33021033314601645266106
Binary1101100010001000110110111100110011101001010101101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D888DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D888DB; }

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

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

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

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

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

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

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

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