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