Shades of Plum #DB98D8
Tints of Plum #DB98D8
RGB
CMYK
RGB Variations
Color information
#DB98D8 (or 0xDB98D8) is known color: Plum. HEX triplet: DB, 98 and D8. RGB value is (219,152,216). Sum of RGB (Red+Green+Blue) = 219+152+216=587 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.31% from 587); Green value is 152 (59.77% from 255 or 25.89% from 587); Blue value is 216 (84.77% from 255 or 36.80% from 587); Max value from RGB is 219 - color contains mainly: red. Hex color #DB98D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB98D8 is #246727. Grayscale: #B3B3B3. Windows color (decimal): -2385704 or 14194907. OLE color: 14194907.
HSL color Cylindrical-coordinate representation of color #DB98D8: hue angle of 302.69º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DB98D8 is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 152 | 216 | - |
| CMYK | 0 | 0.31 | 0.01 | 0.14 |
| HSL | 302.69º | 0.48% | 0.73% | - |
| HSV(B) | 302.69º | 0.31% | 0.86% | - |
| XYZ | 52.84 | 42.47 | 70.38 | - |
| YUV | 179.33 | 148.7 | 156.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 152 | 216 | 0 | 0.31 | 0.01 | 0.14 | 302.69 | 0.48 | 0.73 |
| Hex | DB | 98 | D8 | 0 | 1F | 1 | E | 12F | 30 | 49 |
| Octal | 333 | 230 | 330 | 0 | 37 | 1 | 16 | 457 | 60 | 111 |
| Binary | 11011011 | 10011000 | 11011000 | 0 | 11111 | 1 | 1110 | 100101111 | 110000 | 1001001 |
Color Harmonies of #DB98D8
Complementary color
Monochromatic Colors of #DB98D8
Black with #DB98D8
Text Example
Text Example
White with #DB98D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB98D8; }
p { color: rgb(219,152,216); }
H1.HeaderClassName
{
color: #DB98D8;
}
.AnyTagClassName
{
color: #DB98D8;
}
</style>
background-color css
<style>
a { background-color: #DB98D8; }
a { background-color: rgb(219,152,216); }
div.DivClassName
{
background-color: #DB98D8;
}
.BgClassName
{
background-color: #DB98D8;
}
</style>
border-color css
<style>
span { border-color: #DB98D8; }
span { border-color: rgb(219,152,216); }
td.TdClassName
{
border-color: #DB98D8;
}
.TagClassName
{
border-color: #DB98D8;
}
</style>