Shades of Plum #DB9ADD
Tints of Plum #DB9ADD
RGB
CMYK
RGB Variations
Color information
#DB9ADD (or 0xDB9ADD) is known color: Plum. HEX triplet: DB, 9A and DD. RGB value is (219,154,221). Sum of RGB (Red+Green+Blue) = 219+154+221=594 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.87% from 594); Green value is 154 (60.55% from 255 or 25.93% from 594); Blue value is 221 (86.72% from 255 or 37.21% from 594); Max value from RGB is 221 - color contains mainly: blue. Hex color #DB9ADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9ADD is #246522. Grayscale: #B4B4B4. Windows color (decimal): -2385187 or 14523099. OLE color: 14523099.
HSL color Cylindrical-coordinate representation of color #DB9ADD: hue angle of 298.21º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DB9ADD is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 154 | 221 | - |
| CMYK | 0.01 | 0.30 | 0 | 0.13 |
| HSL | 298.21º | 0.5% | 0.74% | - |
| HSV(B) | 298.21º | 0.3% | 0.87% | - |
| XYZ | 53.82 | 43.39 | 73.95 | - |
| YUV | 181.07 | 150.53 | 155.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 154 | 221 | 0.01 | 0.30 | 0 | 0.13 | 298.21 | 0.5 | 0.74 |
| Hex | DB | 9A | DD | 1 | 1E | 0 | D | 12A | 32 | 4A |
| Octal | 333 | 232 | 335 | 1 | 36 | 0 | 15 | 452 | 62 | 112 |
| Binary | 11011011 | 10011010 | 11011101 | 1 | 11110 | 0 | 1101 | 100101010 | 110010 | 1001010 |
Color Harmonies of #DB9ADD
Complementary color
Monochromatic Colors of #DB9ADD
Black with #DB9ADD
Text Example
Text Example
White with #DB9ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9ADD; }
p { color: rgb(219,154,221); }
H1.HeaderClassName
{
color: #DB9ADD;
}
.AnyTagClassName
{
color: #DB9ADD;
}
</style>
background-color css
<style>
a { background-color: #DB9ADD; }
a { background-color: rgb(219,154,221); }
div.DivClassName
{
background-color: #DB9ADD;
}
.BgClassName
{
background-color: #DB9ADD;
}
</style>
border-color css
<style>
span { border-color: #DB9ADD; }
span { border-color: rgb(219,154,221); }
td.TdClassName
{
border-color: #DB9ADD;
}
.TagClassName
{
border-color: #DB9ADD;
}
</style>