Shades of Plum #DB9AD5
Tints of Plum #DB9AD5
RGB
CMYK
RGB Variations
Color information
#DB9AD5 (or 0xDB9AD5) is known color: Plum. HEX triplet: DB, 9A and D5. RGB value is (219,154,213). Sum of RGB (Red+Green+Blue) = 219+154+213=586 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.37% from 586); Green value is 154 (60.55% from 255 or 26.28% from 586); Blue value is 213 (83.59% from 255 or 36.35% from 586); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9AD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9AD5 is #24652A. Grayscale: #B3B3B3. Windows color (decimal): -2385195 or 13998811. OLE color: 13998811.
HSL color Cylindrical-coordinate representation of color #DB9AD5: hue angle of 305.54º 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 #DB9AD5 is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 154 | 213 | - |
| CMYK | 0 | 0.30 | 0.03 | 0.14 |
| HSL | 305.54º | 0.47% | 0.73% | - |
| HSV(B) | 305.54º | 0.3% | 0.86% | - |
| XYZ | 52.78 | 42.98 | 68.46 | - |
| YUV | 180.16 | 146.53 | 155.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 154 | 213 | 0 | 0.30 | 0.03 | 0.14 | 305.54 | 0.47 | 0.73 |
| Hex | DB | 9A | D5 | 0 | 1E | 3 | E | 132 | 2F | 49 |
| Octal | 333 | 232 | 325 | 0 | 36 | 3 | 16 | 462 | 57 | 111 |
| Binary | 11011011 | 10011010 | 11010101 | 0 | 11110 | 11 | 1110 | 100110010 | 101111 | 1001001 |
Color Harmonies of #DB9AD5
Complementary color
Monochromatic Colors of #DB9AD5
Black with #DB9AD5
Text Example
Text Example
White with #DB9AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9AD5; }
p { color: rgb(219,154,213); }
H1.HeaderClassName
{
color: #DB9AD5;
}
.AnyTagClassName
{
color: #DB9AD5;
}
</style>
background-color css
<style>
a { background-color: #DB9AD5; }
a { background-color: rgb(219,154,213); }
div.DivClassName
{
background-color: #DB9AD5;
}
.BgClassName
{
background-color: #DB9AD5;
}
</style>
border-color css
<style>
span { border-color: #DB9AD5; }
span { border-color: rgb(219,154,213); }
td.TdClassName
{
border-color: #DB9AD5;
}
.TagClassName
{
border-color: #DB9AD5;
}
</style>