#DB8AD8

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

Shades of Plum #DB8AD8

Tints of Plum #DB8AD8

Color information

#DB8AD8 (or 0xDB8AD8) is unknown color: approx Plum. HEX triplet: DB, 8A and D8. RGB value is (219,138,216). Sum of RGB (Red+Green+Blue) = 219+138+216=573 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.22% from 573); Green value is 138 (54.30% from 255 or 24.08% from 573); Blue value is 216 (84.77% from 255 or 37.70% from 573); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8AD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8AD8 is #247527. Grayscale: #AAAAAA. Windows color (decimal): -2389288 or 14191323. OLE color: 14191323.

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

Color convert

RGB219138216-
CMYK00.370.010.14
HSL302.22º52.94%70%-
HSV(B)302.22º36.99%85.88%-
XYZ50.738.1969.67-
YUV171.11153.34162.16-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.22%
GREEN value IS 138 (54.30% from 255) = 24.08%
BLUE value IS 216 (84.77% from 255) = 37.70%
R=38.22%
G=24.08%
B=37.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21913821600.370.010.14302.2252.9470
HexDB8AD80251E12e3546
Octal33321233004511645665106
Binary1101101110001010110110000100101111101001011101101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8AD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8AD8; }

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

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

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

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

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

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

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

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