Shades of Mauve #DB98FF
Tints of Mauve #DB98FF
RGB
CMYK
RGB Variations
Color information
#DB98FF (or 0xDB98FF) is known color: Mauve. HEX triplet: DB, 98 and FF. RGB value is (219,152,255). Sum of RGB (Red+Green+Blue) = 219+152+255=626 (82% of max value = 765). Red value is 219 (85.94% from 255 or 34.98% from 626); Green value is 152 (59.77% from 255 or 24.28% from 626); Blue value is 255 (100% from 255 or 40.73% from 626); Max value from RGB is 255 - color contains mainly: blue. Hex color #DB98FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB98FF is #246700. Grayscale: #B7B7B7. Windows color (decimal): -2385665 or 16750811. OLE color: 16750811.
HSL color Cylindrical-coordinate representation of color #DB98FF: hue angle of 279.03º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DB98FF is Cyan = 0.14, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 152 | 255 | - |
| CMYK | 0.14 | 0.40 | 0 | 0 |
| HSL | 279.03º | 1% | 0.8% | - |
| HSV(B) | 279.03º | 0.4% | 1% | - |
| XYZ | 58.49 | 44.74 | 100.16 | - |
| YUV | 183.78 | 168.2 | 153.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 152 | 255 | 0.14 | 0.40 | 0 | 0 | 279.03 | 1 | 0.8 |
| Hex | DB | 98 | FF | E | 28 | 0 | 0 | 117 | 64 | 50 |
| Octal | 333 | 230 | 377 | 16 | 50 | 0 | 0 | 427 | 144 | 120 |
| Binary | 11011011 | 10011000 | 11111111 | 1110 | 101000 | 0 | 0 | 100010111 | 1100100 | 1010000 |
Color Harmonies of #DB98FF
Complementary color
Monochromatic Colors of #DB98FF
Black with #DB98FF
Text Example
Text Example
White with #DB98FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB98FF; }
p { color: rgb(219,152,255); }
H1.HeaderClassName
{
color: #DB98FF;
}
.AnyTagClassName
{
color: #DB98FF;
}
</style>
background-color css
<style>
a { background-color: #DB98FF; }
a { background-color: rgb(219,152,255); }
div.DivClassName
{
background-color: #DB98FF;
}
.BgClassName
{
background-color: #DB98FF;
}
</style>
border-color css
<style>
span { border-color: #DB98FF; }
span { border-color: rgb(219,152,255); }
td.TdClassName
{
border-color: #DB98FF;
}
.TagClassName
{
border-color: #DB98FF;
}
</style>