Shades of Plum #DB98DD
Tints of Plum #DB98DD
RGB
CMYK
RGB Variations
Color information
#DB98DD (or 0xDB98DD) is known color: Plum. HEX triplet: DB, 98 and DD. RGB value is (219,152,221). Sum of RGB (Red+Green+Blue) = 219+152+221=592 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.99% from 592); Green value is 152 (59.77% from 255 or 25.68% from 592); Blue value is 221 (86.72% from 255 or 37.33% from 592); Max value from RGB is 221 - color contains mainly: blue. Hex color #DB98DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB98DD is #246722. Grayscale: #B3B3B3. Windows color (decimal): -2385699 or 14522587. OLE color: 14522587.
HSL color Cylindrical-coordinate representation of color #DB98DD: hue angle of 298.26º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DB98DD is Cyan = 0.01, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 152 | 221 | - |
| CMYK | 0.01 | 0.31 | 0 | 0.13 |
| HSL | 298.26º | 0.5% | 0.73% | - |
| HSV(B) | 298.26º | 0.31% | 0.87% | - |
| XYZ | 53.49 | 42.74 | 73.84 | - |
| YUV | 179.9 | 151.2 | 155.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 152 | 221 | 0.01 | 0.31 | 0 | 0.13 | 298.26 | 0.5 | 0.73 |
| Hex | DB | 98 | DD | 1 | 1F | 0 | D | 12A | 32 | 49 |
| Octal | 333 | 230 | 335 | 1 | 37 | 0 | 15 | 452 | 62 | 111 |
| Binary | 11011011 | 10011000 | 11011101 | 1 | 11111 | 0 | 1101 | 100101010 | 110010 | 1001001 |
Color Harmonies of #DB98DD
Complementary color
Monochromatic Colors of #DB98DD
Black with #DB98DD
Text Example
Text Example
White with #DB98DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB98DD; }
p { color: rgb(219,152,221); }
H1.HeaderClassName
{
color: #DB98DD;
}
.AnyTagClassName
{
color: #DB98DD;
}
</style>
background-color css
<style>
a { background-color: #DB98DD; }
a { background-color: rgb(219,152,221); }
div.DivClassName
{
background-color: #DB98DD;
}
.BgClassName
{
background-color: #DB98DD;
}
</style>
border-color css
<style>
span { border-color: #DB98DD; }
span { border-color: rgb(219,152,221); }
td.TdClassName
{
border-color: #DB98DD;
}
.TagClassName
{
border-color: #DB98DD;
}
</style>