Shades of Plum #DB8AD4
Tints of Plum #DB8AD4
RGB
CMYK
RGB Variations
Color information
#DB8AD4 (or 0xDB8AD4) is known color: Plum. HEX triplet: DB, 8A and D4. RGB value is (219,138,212). Sum of RGB (Red+Green+Blue) = 219+138+212=569 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.49% from 569); Green value is 138 (54.30% from 255 or 24.25% from 569); Blue value is 212 (83.20% from 255 or 37.26% from 569); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8AD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8AD4 is #24752B. Grayscale: #AAAAAA. Windows color (decimal): -2389292 or 13929179. OLE color: 13929179.
HSL color Cylindrical-coordinate representation of color #DB8AD4: hue angle of 305.19º 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 #DB8AD4 is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 138 | 212 | - |
| CMYK | 0 | 0.37 | 0.03 | 0.14 |
| HSL | 305.19º | 0.53% | 0.7% | - |
| HSV(B) | 305.19º | 0.37% | 0.86% | - |
| XYZ | 50.19 | 37.99 | 66.98 | - |
| YUV | 170.66 | 151.34 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 138 | 212 | 0 | 0.37 | 0.03 | 0.14 | 305.19 | 0.53 | 0.7 |
| Hex | DB | 8A | D4 | 0 | 25 | 3 | E | 131 | 35 | 46 |
| Octal | 333 | 212 | 324 | 0 | 45 | 3 | 16 | 461 | 65 | 106 |
| Binary | 11011011 | 10001010 | 11010100 | 0 | 100101 | 11 | 1110 | 100110001 | 110101 | 1000110 |
Color Harmonies of #DB8AD4
Complementary color
Monochromatic Colors of #DB8AD4
Black with #DB8AD4
Text Example
Text Example
White with #DB8AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8AD4; }
p { color: rgb(219,138,212); }
H1.HeaderClassName
{
color: #DB8AD4;
}
.AnyTagClassName
{
color: #DB8AD4;
}
</style>
background-color css
<style>
a { background-color: #DB8AD4; }
a { background-color: rgb(219,138,212); }
div.DivClassName
{
background-color: #DB8AD4;
}
.BgClassName
{
background-color: #DB8AD4;
}
</style>
border-color css
<style>
span { border-color: #DB8AD4; }
span { border-color: rgb(219,138,212); }
td.TdClassName
{
border-color: #DB8AD4;
}
.TagClassName
{
border-color: #DB8AD4;
}
</style>