Shades of Plum #DB98E9
Tints of Plum #DB98E9
RGB
CMYK
RGB Variations
Color information
#DB98E9 (or 0xDB98E9) is known color: Plum. HEX triplet: DB, 98 and E9. RGB value is (219,152,233). Sum of RGB (Red+Green+Blue) = 219+152+233=604 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.26% from 604); Green value is 152 (59.77% from 255 or 25.17% from 604); Blue value is 233 (91.41% from 255 or 38.58% from 604); Max value from RGB is 233 - color contains mainly: blue. Hex color #DB98E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB98E9 is #246716. Grayscale: #B5B5B5. Windows color (decimal): -2385687 or 15309019. OLE color: 15309019.
HSL color Cylindrical-coordinate representation of color #DB98E9: hue angle of 289.63º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DB98E9 is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 152 | 233 | - |
| CMYK | 0.06 | 0.35 | 0 | 0.09 |
| HSL | 289.63º | 0.65% | 0.75% | - |
| HSV(B) | 289.63º | 0.35% | 0.91% | - |
| XYZ | 55.15 | 43.4 | 82.56 | - |
| YUV | 181.27 | 157.2 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 152 | 233 | 0.06 | 0.35 | 0 | 0.09 | 289.63 | 0.65 | 0.75 |
| Hex | DB | 98 | E9 | 6 | 23 | 0 | 9 | 122 | 41 | 4B |
| Octal | 333 | 230 | 351 | 6 | 43 | 0 | 11 | 442 | 101 | 113 |
| Binary | 11011011 | 10011000 | 11101001 | 110 | 100011 | 0 | 1001 | 100100010 | 1000001 | 1001011 |
Color Harmonies of #DB98E9
Complementary color
Monochromatic Colors of #DB98E9
Black with #DB98E9
Text Example
Text Example
White with #DB98E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB98E9; }
p { color: rgb(219,152,233); }
H1.HeaderClassName
{
color: #DB98E9;
}
.AnyTagClassName
{
color: #DB98E9;
}
</style>
background-color css
<style>
a { background-color: #DB98E9; }
a { background-color: rgb(219,152,233); }
div.DivClassName
{
background-color: #DB98E9;
}
.BgClassName
{
background-color: #DB98E9;
}
</style>
border-color css
<style>
span { border-color: #DB98E9; }
span { border-color: rgb(219,152,233); }
td.TdClassName
{
border-color: #DB98E9;
}
.TagClassName
{
border-color: #DB98E9;
}
</style>