Shades of Plum #DB9FDD
Tints of Plum #DB9FDD
RGB
CMYK
RGB Variations
Color information
#DB9FDD (or 0xDB9FDD) is known color: Plum. HEX triplet: DB, 9F and DD. RGB value is (219,159,221). Sum of RGB (Red+Green+Blue) = 219+159+221=599 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.56% from 599); Green value is 159 (62.5% from 255 or 26.54% from 599); Blue value is 221 (86.72% from 255 or 36.89% from 599); Max value from RGB is 221 - color contains mainly: blue. Hex color #DB9FDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9FDD is #246022. Grayscale: #B7B7B7. Windows color (decimal): -2383907 or 14524379. OLE color: 14524379.
HSL color Cylindrical-coordinate representation of color #DB9FDD: hue angle of 298.06º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DB9FDD is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 159 | 221 | - |
| CMYK | 0.01 | 0.28 | 0 | 0.13 |
| HSL | 298.06º | 0.48% | 0.75% | - |
| HSV(B) | 298.06º | 0.28% | 0.87% | - |
| XYZ | 54.66 | 45.08 | 74.23 | - |
| YUV | 184.01 | 148.88 | 152.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 159 | 221 | 0.01 | 0.28 | 0 | 0.13 | 298.06 | 0.48 | 0.75 |
| Hex | DB | 9F | DD | 1 | 1C | 0 | D | 12A | 30 | 4B |
| Octal | 333 | 237 | 335 | 1 | 34 | 0 | 15 | 452 | 60 | 113 |
| Binary | 11011011 | 10011111 | 11011101 | 1 | 11100 | 0 | 1101 | 100101010 | 110000 | 1001011 |
Color Harmonies of #DB9FDD
Complementary color
Monochromatic Colors of #DB9FDD
Black with #DB9FDD
Text Example
Text Example
White with #DB9FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9FDD; }
p { color: rgb(219,159,221); }
H1.HeaderClassName
{
color: #DB9FDD;
}
.AnyTagClassName
{
color: #DB9FDD;
}
</style>
background-color css
<style>
a { background-color: #DB9FDD; }
a { background-color: rgb(219,159,221); }
div.DivClassName
{
background-color: #DB9FDD;
}
.BgClassName
{
background-color: #DB9FDD;
}
</style>
border-color css
<style>
span { border-color: #DB9FDD; }
span { border-color: rgb(219,159,221); }
td.TdClassName
{
border-color: #DB9FDD;
}
.TagClassName
{
border-color: #DB9FDD;
}
</style>