Shades of Plum #DB9ADA
Tints of Plum #DB9ADA
RGB
CMYK
RGB Variations
Color information
#DB9ADA (or 0xDB9ADA) is known color: Plum. HEX triplet: DB, 9A and DA. RGB value is (219,154,218). Sum of RGB (Red+Green+Blue) = 219+154+218=591 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.06% from 591); Green value is 154 (60.55% from 255 or 26.06% from 591); Blue value is 218 (85.55% from 255 or 36.89% from 591); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9ADA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9ADA is #246525. Grayscale: #B4B4B4. Windows color (decimal): -2385190 or 14326491. OLE color: 14326491.
HSL color Cylindrical-coordinate representation of color #DB9ADA: hue angle of 300.92º 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 #DB9ADA is Cyan = 0, Magento = 0.30, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 154 | 218 | - |
| CMYK | 0 | 0.30 | 0.00 | 0.14 |
| HSL | 300.92º | 0.47% | 0.73% | - |
| HSV(B) | 300.92º | 0.3% | 0.86% | - |
| XYZ | 53.42 | 43.23 | 71.86 | - |
| YUV | 180.73 | 149.03 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 154 | 218 | 0 | 0.30 | 0.00 | 0.14 | 300.92 | 0.47 | 0.73 |
| Hex | DB | 9A | DA | 0 | 1E | 0 | E | 12D | 2F | 49 |
| Octal | 333 | 232 | 332 | 0 | 36 | 0 | 16 | 455 | 57 | 111 |
| Binary | 11011011 | 10011010 | 11011010 | 0 | 11110 | 0 | 1110 | 100101101 | 101111 | 1001001 |
Color Harmonies of #DB9ADA
Complementary color
Monochromatic Colors of #DB9ADA
Black with #DB9ADA
Text Example
Text Example
White with #DB9ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9ADA; }
p { color: rgb(219,154,218); }
H1.HeaderClassName
{
color: #DB9ADA;
}
.AnyTagClassName
{
color: #DB9ADA;
}
</style>
background-color css
<style>
a { background-color: #DB9ADA; }
a { background-color: rgb(219,154,218); }
div.DivClassName
{
background-color: #DB9ADA;
}
.BgClassName
{
background-color: #DB9ADA;
}
</style>
border-color css
<style>
span { border-color: #DB9ADA; }
span { border-color: rgb(219,154,218); }
td.TdClassName
{
border-color: #DB9ADA;
}
.TagClassName
{
border-color: #DB9ADA;
}
</style>