Shades of Plum #DB98DF
Tints of Plum #DB98DF
RGB
CMYK
RGB Variations
Color information
#DB98DF (or 0xDB98DF) is known color: Plum. HEX triplet: DB, 98 and DF. RGB value is (219,152,223). Sum of RGB (Red+Green+Blue) = 219+152+223=594 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.87% from 594); Green value is 152 (59.77% from 255 or 25.59% from 594); Blue value is 223 (87.5% from 255 or 37.54% from 594); Max value from RGB is 223 - color contains mainly: blue. Hex color #DB98DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB98DF is #246720. Grayscale: #B3B3B3. Windows color (decimal): -2385697 or 14653659. OLE color: 14653659.
HSL color Cylindrical-coordinate representation of color #DB98DF: hue angle of 296.62º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DB98DF is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 152 | 223 | - |
| CMYK | 0.02 | 0.32 | 0 | 0.13 |
| HSL | 296.62º | 0.53% | 0.74% | - |
| HSV(B) | 296.62º | 0.32% | 0.87% | - |
| XYZ | 53.76 | 42.84 | 75.25 | - |
| YUV | 180.13 | 152.2 | 155.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 152 | 223 | 0.02 | 0.32 | 0 | 0.13 | 296.62 | 0.53 | 0.74 |
| Hex | DB | 98 | DF | 2 | 20 | 0 | D | 129 | 35 | 4A |
| Octal | 333 | 230 | 337 | 2 | 40 | 0 | 15 | 451 | 65 | 112 |
| Binary | 11011011 | 10011000 | 11011111 | 10 | 100000 | 0 | 1101 | 100101001 | 110101 | 1001010 |
Color Harmonies of #DB98DF
Complementary color
Monochromatic Colors of #DB98DF
Black with #DB98DF
Text Example
Text Example
White with #DB98DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB98DF; }
p { color: rgb(219,152,223); }
H1.HeaderClassName
{
color: #DB98DF;
}
.AnyTagClassName
{
color: #DB98DF;
}
</style>
background-color css
<style>
a { background-color: #DB98DF; }
a { background-color: rgb(219,152,223); }
div.DivClassName
{
background-color: #DB98DF;
}
.BgClassName
{
background-color: #DB98DF;
}
</style>
border-color css
<style>
span { border-color: #DB98DF; }
span { border-color: rgb(219,152,223); }
td.TdClassName
{
border-color: #DB98DF;
}
.TagClassName
{
border-color: #DB98DF;
}
</style>