Shades of Mauve #DB98F9
Tints of Mauve #DB98F9
RGB
CMYK
RGB Variations
Color information
#DB98F9 (or 0xDB98F9) is known color: Mauve. HEX triplet: DB, 98 and F9. RGB value is (219,152,249). Sum of RGB (Red+Green+Blue) = 219+152+249=620 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.32% from 620); Green value is 152 (59.77% from 255 or 24.52% from 620); Blue value is 249 (97.66% from 255 or 40.16% from 620); Max value from RGB is 249 - color contains mainly: blue. Hex color #DB98F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB98F9 is #246706. Grayscale: #B6B6B6. Windows color (decimal): -2385671 or 16357595. OLE color: 16357595.
HSL color Cylindrical-coordinate representation of color #DB98F9: hue angle of 281.44º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DB98F9 is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 152 | 249 | - |
| CMYK | 0.12 | 0.39 | 0 | 0.02 |
| HSL | 281.44º | 0.89% | 0.79% | - |
| HSV(B) | 281.44º | 0.39% | 0.98% | - |
| XYZ | 57.54 | 44.36 | 95.15 | - |
| YUV | 183.09 | 165.2 | 153.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 152 | 249 | 0.12 | 0.39 | 0 | 0.02 | 281.44 | 0.89 | 0.79 |
| Hex | DB | 98 | F9 | C | 27 | 0 | 2 | 119 | 59 | 4F |
| Octal | 333 | 230 | 371 | 14 | 47 | 0 | 2 | 431 | 131 | 117 |
| Binary | 11011011 | 10011000 | 11111001 | 1100 | 100111 | 0 | 10 | 100011001 | 1011001 | 1001111 |
Color Harmonies of #DB98F9
Complementary color
Monochromatic Colors of #DB98F9
Black with #DB98F9
Text Example
Text Example
White with #DB98F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB98F9; }
p { color: rgb(219,152,249); }
H1.HeaderClassName
{
color: #DB98F9;
}
.AnyTagClassName
{
color: #DB98F9;
}
</style>
background-color css
<style>
a { background-color: #DB98F9; }
a { background-color: rgb(219,152,249); }
div.DivClassName
{
background-color: #DB98F9;
}
.BgClassName
{
background-color: #DB98F9;
}
</style>
border-color css
<style>
span { border-color: #DB98F9; }
span { border-color: rgb(219,152,249); }
td.TdClassName
{
border-color: #DB98F9;
}
.TagClassName
{
border-color: #DB98F9;
}
</style>