Shades of Plum #DB8AD2
Tints of Plum #DB8AD2
RGB
CMYK
RGB Variations
Color information
#DB8AD2 (or 0xDB8AD2) is known color: 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
| RGB | 219 | 138 | 210 | - |
| CMYK | 0 | 0.37 | 0.04 | 0.14 |
| HSL | 306.67º | 0.53% | 0.7% | - |
| HSV(B) | 306.67º | 0.37% | 0.86% | - |
| XYZ | 49.93 | 37.89 | 65.65 | - |
| YUV | 170.43 | 150.34 | 162.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 138 | 210 | 0 | 0.37 | 0.04 | 0.14 | 306.67 | 0.53 | 0.7 |
| Hex | DB | 8A | D2 | 0 | 25 | 4 | E | 133 | 35 | 46 |
| Octal | 333 | 212 | 322 | 0 | 45 | 4 | 16 | 463 | 65 | 106 |
| Binary | 11011011 | 10001010 | 11010010 | 0 | 100101 | 100 | 1110 | 100110011 | 110101 | 1000110 |
Color Harmonies of #DB8AD2
Complementary color
Monochromatic Colors of #DB8AD2
Black with #DB8AD2
Text Example
Text Example
White with #DB8AD2
Text Example
Text Example
HTML Codes & Css Web 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>