Shades of Plum #DB9AD1
Tints of Plum #DB9AD1
RGB
CMYK
RGB Variations
Color information
#DB9AD1 (or 0xDB9AD1) is known color: Plum. HEX triplet: DB, 9A and D1. RGB value is (219,154,209). Sum of RGB (Red+Green+Blue) = 219+154+209=582 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.63% from 582); Green value is 154 (60.55% from 255 or 26.46% from 582); Blue value is 209 (82.03% from 255 or 35.91% from 582); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9AD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9AD1 is #24652E. Grayscale: #B3B3B3. Windows color (decimal): -2385199 or 13736667. OLE color: 13736667.
HSL color Cylindrical-coordinate representation of color #DB9AD1: hue angle of 309.23º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DB9AD1 is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 154 | 209 | - |
| CMYK | 0 | 0.30 | 0.05 | 0.14 |
| HSL | 309.23º | 0.47% | 0.73% | - |
| HSV(B) | 309.23º | 0.3% | 0.86% | - |
| XYZ | 52.28 | 42.77 | 65.82 | - |
| YUV | 179.71 | 144.53 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 154 | 209 | 0 | 0.30 | 0.05 | 0.14 | 309.23 | 0.47 | 0.73 |
| Hex | DB | 9A | D1 | 0 | 1E | 5 | E | 135 | 2F | 49 |
| Octal | 333 | 232 | 321 | 0 | 36 | 5 | 16 | 465 | 57 | 111 |
| Binary | 11011011 | 10011010 | 11010001 | 0 | 11110 | 101 | 1110 | 100110101 | 101111 | 1001001 |
Color Harmonies of #DB9AD1
Complementary color
Monochromatic Colors of #DB9AD1
Black with #DB9AD1
Text Example
Text Example
White with #DB9AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9AD1; }
p { color: rgb(219,154,209); }
H1.HeaderClassName
{
color: #DB9AD1;
}
.AnyTagClassName
{
color: #DB9AD1;
}
</style>
background-color css
<style>
a { background-color: #DB9AD1; }
a { background-color: rgb(219,154,209); }
div.DivClassName
{
background-color: #DB9AD1;
}
.BgClassName
{
background-color: #DB9AD1;
}
</style>
border-color css
<style>
span { border-color: #DB9AD1; }
span { border-color: rgb(219,154,209); }
td.TdClassName
{
border-color: #DB9AD1;
}
.TagClassName
{
border-color: #DB9AD1;
}
</style>