Shades of Plum #DB8AD1
Tints of Plum #DB8AD1
RGB
CMYK
RGB Variations
Color information
#DB8AD1 (or 0xDB8AD1) is known color: Plum. HEX triplet: DB, 8A and D1. RGB value is (219,138,209). Sum of RGB (Red+Green+Blue) = 219+138+209=566 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.69% from 566); Green value is 138 (54.30% from 255 or 24.38% from 566); Blue value is 209 (82.03% from 255 or 36.93% from 566); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8AD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8AD1 is #24752E. Grayscale: #AAAAAA. Windows color (decimal): -2389295 or 13732571. OLE color: 13732571.
HSL color Cylindrical-coordinate representation of color #DB8AD1: hue angle of 307.41º 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 #DB8AD1 is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 138 | 209 | - |
| CMYK | 0 | 0.37 | 0.05 | 0.14 |
| HSL | 307.41º | 0.53% | 0.7% | - |
| HSV(B) | 307.41º | 0.37% | 0.86% | - |
| XYZ | 49.81 | 37.84 | 65 | - |
| YUV | 170.31 | 149.84 | 162.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 138 | 209 | 0 | 0.37 | 0.05 | 0.14 | 307.41 | 0.53 | 0.7 |
| Hex | DB | 8A | D1 | 0 | 25 | 5 | E | 133 | 35 | 46 |
| Octal | 333 | 212 | 321 | 0 | 45 | 5 | 16 | 463 | 65 | 106 |
| Binary | 11011011 | 10001010 | 11010001 | 0 | 100101 | 101 | 1110 | 100110011 | 110101 | 1000110 |
Color Harmonies of #DB8AD1
Complementary color
Monochromatic Colors of #DB8AD1
Black with #DB8AD1
Text Example
Text Example
White with #DB8AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8AD1; }
p { color: rgb(219,138,209); }
H1.HeaderClassName
{
color: #DB8AD1;
}
.AnyTagClassName
{
color: #DB8AD1;
}
</style>
background-color css
<style>
a { background-color: #DB8AD1; }
a { background-color: rgb(219,138,209); }
div.DivClassName
{
background-color: #DB8AD1;
}
.BgClassName
{
background-color: #DB8AD1;
}
</style>
border-color css
<style>
span { border-color: #DB8AD1; }
span { border-color: rgb(219,138,209); }
td.TdClassName
{
border-color: #DB8AD1;
}
.TagClassName
{
border-color: #DB8AD1;
}
</style>