Shades of Plum #DB98CC
Tints of Plum #DB98CC
RGB
CMYK
RGB Variations
Color information
#DB98CC (or 0xDB98CC) is known color: Plum. HEX triplet: DB, 98 and CC. RGB value is (219,152,204). Sum of RGB (Red+Green+Blue) = 219+152+204=575 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.09% from 575); Green value is 152 (59.77% from 255 or 26.43% from 575); Blue value is 204 (80.08% from 255 or 35.48% from 575); Max value from RGB is 219 - color contains mainly: red. Hex color #DB98CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB98CC is #246733. Grayscale: #B1B1B1. Windows color (decimal): -2385716 or 13408475. OLE color: 13408475.
HSL color Cylindrical-coordinate representation of color #DB98CC: hue angle of 313.43º 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 #DB98CC is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 152 | 204 | - |
| CMYK | 0 | 0.31 | 0.07 | 0.14 |
| HSL | 313.43º | 0.48% | 0.73% | - |
| HSV(B) | 313.43º | 0.31% | 0.86% | - |
| XYZ | 51.34 | 41.88 | 62.5 | - |
| YUV | 177.96 | 142.7 | 157.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 152 | 204 | 0 | 0.31 | 0.07 | 0.14 | 313.43 | 0.48 | 0.73 |
| Hex | DB | 98 | CC | 0 | 1F | 7 | E | 139 | 30 | 49 |
| Octal | 333 | 230 | 314 | 0 | 37 | 7 | 16 | 471 | 60 | 111 |
| Binary | 11011011 | 10011000 | 11001100 | 0 | 11111 | 111 | 1110 | 100111001 | 110000 | 1001001 |
Color Harmonies of #DB98CC
Complementary color
Monochromatic Colors of #DB98CC
Black with #DB98CC
Text Example
Text Example
White with #DB98CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB98CC; }
p { color: rgb(219,152,204); }
H1.HeaderClassName
{
color: #DB98CC;
}
.AnyTagClassName
{
color: #DB98CC;
}
</style>
background-color css
<style>
a { background-color: #DB98CC; }
a { background-color: rgb(219,152,204); }
div.DivClassName
{
background-color: #DB98CC;
}
.BgClassName
{
background-color: #DB98CC;
}
</style>
border-color css
<style>
span { border-color: #DB98CC; }
span { border-color: rgb(219,152,204); }
td.TdClassName
{
border-color: #DB98CC;
}
.TagClassName
{
border-color: #DB98CC;
}
</style>