Shades of Plum #DB98CF
Tints of Plum #DB98CF
RGB
CMYK
RGB Variations
Color information
#DB98CF (or 0xDB98CF) is known color: Plum. HEX triplet: DB, 98 and CF. RGB value is (219,152,207). Sum of RGB (Red+Green+Blue) = 219+152+207=578 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.89% from 578); Green value is 152 (59.77% from 255 or 26.30% from 578); Blue value is 207 (81.25% from 255 or 35.81% from 578); Max value from RGB is 219 - color contains mainly: red. Hex color #DB98CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB98CF is #246730. Grayscale: #B2B2B2. Windows color (decimal): -2385713 or 13605083. OLE color: 13605083.
HSL color Cylindrical-coordinate representation of color #DB98CF: hue angle of 310.75º 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 #DB98CF is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 152 | 207 | - |
| CMYK | 0 | 0.31 | 0.05 | 0.14 |
| HSL | 310.75º | 0.48% | 0.73% | - |
| HSV(B) | 310.75º | 0.31% | 0.86% | - |
| XYZ | 51.7 | 42.02 | 64.42 | - |
| YUV | 178.3 | 144.2 | 157.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 152 | 207 | 0 | 0.31 | 0.05 | 0.14 | 310.75 | 0.48 | 0.73 |
| Hex | DB | 98 | CF | 0 | 1F | 5 | E | 137 | 30 | 49 |
| Octal | 333 | 230 | 317 | 0 | 37 | 5 | 16 | 467 | 60 | 111 |
| Binary | 11011011 | 10011000 | 11001111 | 0 | 11111 | 101 | 1110 | 100110111 | 110000 | 1001001 |
Color Harmonies of #DB98CF
Complementary color
Monochromatic Colors of #DB98CF
Black with #DB98CF
Text Example
Text Example
White with #DB98CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB98CF; }
p { color: rgb(219,152,207); }
H1.HeaderClassName
{
color: #DB98CF;
}
.AnyTagClassName
{
color: #DB98CF;
}
</style>
background-color css
<style>
a { background-color: #DB98CF; }
a { background-color: rgb(219,152,207); }
div.DivClassName
{
background-color: #DB98CF;
}
.BgClassName
{
background-color: #DB98CF;
}
</style>
border-color css
<style>
span { border-color: #DB98CF; }
span { border-color: rgb(219,152,207); }
td.TdClassName
{
border-color: #DB98CF;
}
.TagClassName
{
border-color: #DB98CF;
}
</style>