#DB8DD8

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

Shades of Plum #DB8DD8

Tints of Plum #DB8DD8

Color information

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

HSL color Cylindrical-coordinate representation of color #DB8DD8: hue angle of 302.31º 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 #DB8DD8 is Cyan = 0, Magento = 0.36, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB219141216-
CMYK00.360.010.14
HSL302.31º52%70.59%-
HSV(B)302.31º35.62%85.88%-
XYZ51.1339.0769.81-
YUV172.87152.34160.9-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21914121600.360.010.14302.315270.59
HexDB8DD80241E12e3447
Octal33321533004411645664107
Binary1101101110001101110110000100100111101001011101101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8DD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8DD8; }

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

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

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

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

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

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

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

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