#D889DB

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

Shades of Plum #D889DB

Tints of Plum #D889DB

Color information

#D889DB (or 0xD889DB) is unknown color: approx Plum. HEX triplet: D8, 89 and DB. RGB value is (216,137,219). Sum of RGB (Red+Green+Blue) = 216+137+219=572 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.76% from 572); Green value is 137 (53.91% from 255 or 23.95% from 572); Blue value is 219 (85.94% from 255 or 38.29% from 572); Max value from RGB is 219 - color contains mainly: blue. Hex color #D889DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D889DB is #277624. Grayscale: #A9A9A9. Windows color (decimal): -2586149 or 14387672. OLE color: 14387672.

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

Color convert

RGB216137219-
CMYK0.010.3700.14
HSL297.8º53.25%69.8%-
HSV(B)297.8º37.44%85.88%-
XYZ50.0537.671.64-
YUV169.97155.67160.83-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.76%
GREEN value IS 137 (53.91% from 255) = 23.95%
BLUE value IS 219 (85.94% from 255) = 38.29%
R=37.76%
G=23.95%
B=38.29%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2161372190.010.3700.14297.853.2569.8
HexD889DB1250E12a3546
Octal33021133314501645265106
Binary1101100010001001110110111100101011101001010101101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D889DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D889DB; }

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

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

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

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

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

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

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

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