Shades of Plum #DB98D2
Tints of Plum #DB98D2
RGB
CMYK
RGB Variations
Color information
#DB98D2 (or 0xDB98D2) is known color: Plum. HEX triplet: DB, 98 and D2. RGB value is (219,152,210). Sum of RGB (Red+Green+Blue) = 219+152+210=581 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.69% from 581); Green value is 152 (59.77% from 255 or 26.16% from 581); Blue value is 210 (82.42% from 255 or 36.14% from 581); Max value from RGB is 219 - color contains mainly: red. Hex color #DB98D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB98D2 is #24672D. Grayscale: #B2B2B2. Windows color (decimal): -2385710 or 13801691. OLE color: 13801691.
HSL color Cylindrical-coordinate representation of color #DB98D2: hue angle of 308.06º 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 #DB98D2 is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 152 | 210 | - |
| CMYK | 0 | 0.31 | 0.04 | 0.14 |
| HSL | 308.06º | 0.48% | 0.73% | - |
| HSV(B) | 308.06º | 0.31% | 0.86% | - |
| XYZ | 52.07 | 42.17 | 66.37 | - |
| YUV | 178.65 | 145.7 | 156.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 152 | 210 | 0 | 0.31 | 0.04 | 0.14 | 308.06 | 0.48 | 0.73 |
| Hex | DB | 98 | D2 | 0 | 1F | 4 | E | 134 | 30 | 49 |
| Octal | 333 | 230 | 322 | 0 | 37 | 4 | 16 | 464 | 60 | 111 |
| Binary | 11011011 | 10011000 | 11010010 | 0 | 11111 | 100 | 1110 | 100110100 | 110000 | 1001001 |
Color Harmonies of #DB98D2
Complementary color
Monochromatic Colors of #DB98D2
Black with #DB98D2
Text Example
Text Example
White with #DB98D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB98D2; }
p { color: rgb(219,152,210); }
H1.HeaderClassName
{
color: #DB98D2;
}
.AnyTagClassName
{
color: #DB98D2;
}
</style>
background-color css
<style>
a { background-color: #DB98D2; }
a { background-color: rgb(219,152,210); }
div.DivClassName
{
background-color: #DB98D2;
}
.BgClassName
{
background-color: #DB98D2;
}
</style>
border-color css
<style>
span { border-color: #DB98D2; }
span { border-color: rgb(219,152,210); }
td.TdClassName
{
border-color: #DB98D2;
}
.TagClassName
{
border-color: #DB98D2;
}
</style>