#DB8EDD

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

Shades of Plum #DB8EDD

Tints of Plum #DB8EDD

Color information

#DB8EDD (or 0xDB8EDD) is unknown color: approx Plum. HEX triplet: DB, 8E and DD. RGB value is (219,142,221). Sum of RGB (Red+Green+Blue) = 219+142+221=582 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.63% from 582); Green value is 142 (55.86% from 255 or 24.40% from 582); Blue value is 221 (86.72% from 255 or 37.97% from 582); Max value from RGB is 221 - color contains mainly: blue. Hex color #DB8EDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8EDD is #247122. Grayscale: #ADADAD. Windows color (decimal): -2388259 or 14520027. OLE color: 14520027.

HSL color Cylindrical-coordinate representation of color #DB8EDD: hue angle of 298.48º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DB8EDD is Cyan = 0.01, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB219142221-
CMYK0.010.3600.13
HSL298.48º53.74%71.18%-
HSV(B)298.48º35.75%86.67%-
XYZ51.9439.6373.32-
YUV174.03154.51160.08-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.63%
GREEN value IS 142 (55.86% from 255) = 24.40%
BLUE value IS 221 (86.72% from 255) = 37.97%
R=37.63%
G=24.40%
B=37.97%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2191422210.010.3600.13298.4853.7471.18
HexDB8EDD1240D12a3647
Octal33321633514401545266107
Binary1101101110001110110111011100100011011001010101101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8EDD; }

 p { color: rgb(219,142,221); }

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

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

 a { background-color: rgb(219,142,221); }

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

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

 span { border-color: rgb(219,142,221); }

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