#DB8AD2

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

Shades of Plum #DB8AD2

Tints of Plum #DB8AD2

Color information

#DB8AD2 (or 0xDB8AD2) is unknown color: approx Plum. HEX triplet: DB, 8A and D2. RGB value is (219,138,210). Sum of RGB (Red+Green+Blue) = 219+138+210=567 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.62% from 567); Green value is 138 (54.30% from 255 or 24.34% from 567); Blue value is 210 (82.42% from 255 or 37.04% from 567); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8AD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8AD2 is #24752D. Grayscale: #AAAAAA. Windows color (decimal): -2389294 or 13798107. OLE color: 13798107.

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

Color convert

RGB219138210-
CMYK00.370.040.14
HSL306.67º52.94%70%-
HSV(B)306.67º36.99%85.88%-
XYZ49.9337.8965.65-
YUV170.43150.34162.65-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.62%
GREEN value IS 138 (54.30% from 255) = 24.34%
BLUE value IS 210 (82.42% from 255) = 37.04%
R=38.62%
G=24.34%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.04
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21913821000.370.040.14306.6752.9470
HexDB8AD20254E1333546
Octal33321232204541646365106
Binary110110111000101011010010010010110011101001100111101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8AD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8AD2; }

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

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

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

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

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

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

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

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