Shades of Plum #DB98DC
Tints of Plum #DB98DC
RGB
CMYK
RGB Variations
Color information
#DB98DC (or 0xDB98DC) is known color: Plum. HEX triplet: DB, 98 and DC. RGB value is (219,152,220). Sum of RGB (Red+Green+Blue) = 219+152+220=591 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.06% from 591); Green value is 152 (59.77% from 255 or 25.72% from 591); Blue value is 220 (86.33% from 255 or 37.23% from 591); Max value from RGB is 220 - color contains mainly: blue. Hex color #DB98DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB98DC is #246723. Grayscale: #B3B3B3. Windows color (decimal): -2385700 or 14457051. OLE color: 14457051.
HSL color Cylindrical-coordinate representation of color #DB98DC: hue angle of 299.12º degrees, saturation: 0.49, 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 #DB98DC is Cyan = 0.00, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 152 | 220 | - |
| CMYK | 0.00 | 0.31 | 0 | 0.14 |
| HSL | 299.12º | 0.49% | 0.73% | - |
| HSV(B) | 299.12º | 0.31% | 0.86% | - |
| XYZ | 53.36 | 42.68 | 73.14 | - |
| YUV | 179.79 | 150.7 | 155.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 152 | 220 | 0.00 | 0.31 | 0 | 0.14 | 299.12 | 0.49 | 0.73 |
| Hex | DB | 98 | DC | 0 | 1F | 0 | E | 12B | 31 | 49 |
| Octal | 333 | 230 | 334 | 0 | 37 | 0 | 16 | 453 | 61 | 111 |
| Binary | 11011011 | 10011000 | 11011100 | 0 | 11111 | 0 | 1110 | 100101011 | 110001 | 1001001 |
Color Harmonies of #DB98DC
Complementary color
Monochromatic Colors of #DB98DC
Black with #DB98DC
Text Example
Text Example
White with #DB98DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB98DC; }
p { color: rgb(219,152,220); }
H1.HeaderClassName
{
color: #DB98DC;
}
.AnyTagClassName
{
color: #DB98DC;
}
</style>
background-color css
<style>
a { background-color: #DB98DC; }
a { background-color: rgb(219,152,220); }
div.DivClassName
{
background-color: #DB98DC;
}
.BgClassName
{
background-color: #DB98DC;
}
</style>
border-color css
<style>
span { border-color: #DB98DC; }
span { border-color: rgb(219,152,220); }
td.TdClassName
{
border-color: #DB98DC;
}
.TagClassName
{
border-color: #DB98DC;
}
</style>