Shades of Plum #DB98D6
Tints of Plum #DB98D6
RGB
CMYK
RGB Variations
Color information
#DB98D6 (or 0xDB98D6) is known color: Plum. HEX triplet: DB, 98 and D6. RGB value is (219,152,214). Sum of RGB (Red+Green+Blue) = 219+152+214=585 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.44% from 585); Green value is 152 (59.77% from 255 or 25.98% from 585); Blue value is 214 (83.98% from 255 or 36.58% from 585); Max value from RGB is 219 - color contains mainly: red. Hex color #DB98D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB98D6 is #246729. Grayscale: #B2B2B2. Windows color (decimal): -2385706 or 14063835. OLE color: 14063835.
HSL color Cylindrical-coordinate representation of color #DB98D6: hue angle of 304.48º 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 #DB98D6 is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 152 | 214 | - |
CMYK | 0 | 0.31 | 0.02 | 0.14 |
HSL | 304.48º | 0.48% | 0.73% | - |
HSV(B) | 304.48º | 0.31% | 0.86% | - |
XYZ | 52.58 | 42.37 | 69.03 | - |
YUV | 179.1 | 147.7 | 156.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 152 | 214 | 0 | 0.31 | 0.02 | 0.14 | 304.48 | 0.48 | 0.73 |
Hex | DB | 98 | D6 | 0 | 1F | 2 | E | 130 | 30 | 49 |
Octal | 333 | 230 | 326 | 0 | 37 | 2 | 16 | 460 | 60 | 111 |
Binary | 11011011 | 10011000 | 11010110 | 0 | 11111 | 10 | 1110 | 100110000 | 110000 | 1001001 |
Color Harmonies of #DB98D6
Complementary color
Monochromatic Colors of #DB98D6
Black with #DB98D6
Text Example
Text Example
White with #DB98D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB98D6; }
p { color: rgb(219,152,214); }
H1.HeaderClassName
{
color: #DB98D6;
}
.AnyTagClassName
{
color: #DB98D6;
}
</style>
background-color css
<style>
a { background-color: #DB98D6; }
a { background-color: rgb(219,152,214); }
div.DivClassName
{
background-color: #DB98D6;
}
.BgClassName
{
background-color: #DB98D6;
}
</style>
border-color css
<style>
span { border-color: #DB98D6; }
span { border-color: rgb(219,152,214); }
td.TdClassName
{
border-color: #DB98D6;
}
.TagClassName
{
border-color: #DB98D6;
}
</style>