Shades of Mauve #DB98FE
Tints of Mauve #DB98FE
RGB
CMYK
RGB Variations
Color information
#DB98FE (or 0xDB98FE) is known color: Mauve. HEX triplet: DB, 98 and FE. RGB value is (219,152,254). Sum of RGB (Red+Green+Blue) = 219+152+254=625 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.04% from 625); Green value is 152 (59.77% from 255 or 24.32% from 625); Blue value is 254 (99.61% from 255 or 40.64% from 625); Max value from RGB is 254 - color contains mainly: blue. Hex color #DB98FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB98FE is #246701. Grayscale: #B7B7B7. Windows color (decimal): -2385666 or 16685275. OLE color: 16685275.
HSL color Cylindrical-coordinate representation of color #DB98FE: hue angle of 279.41º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DB98FE is Cyan = 0.14, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 152 | 254 | - |
| CMYK | 0.14 | 0.40 | 0 | 0.00 |
| HSL | 279.41º | 0.98% | 0.8% | - |
| HSV(B) | 279.41º | 0.4% | 1% | - |
| XYZ | 58.33 | 44.67 | 99.31 | - |
| YUV | 183.66 | 167.7 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 152 | 254 | 0.14 | 0.40 | 0 | 0.00 | 279.41 | 0.98 | 0.8 |
| Hex | DB | 98 | FE | E | 28 | 0 | 0 | 117 | 62 | 50 |
| Octal | 333 | 230 | 376 | 16 | 50 | 0 | 0 | 427 | 142 | 120 |
| Binary | 11011011 | 10011000 | 11111110 | 1110 | 101000 | 0 | 0 | 100010111 | 1100010 | 1010000 |
Color Harmonies of #DB98FE
Complementary color
Monochromatic Colors of #DB98FE
Black with #DB98FE
Text Example
Text Example
White with #DB98FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB98FE; }
p { color: rgb(219,152,254); }
H1.HeaderClassName
{
color: #DB98FE;
}
.AnyTagClassName
{
color: #DB98FE;
}
</style>
background-color css
<style>
a { background-color: #DB98FE; }
a { background-color: rgb(219,152,254); }
div.DivClassName
{
background-color: #DB98FE;
}
.BgClassName
{
background-color: #DB98FE;
}
</style>
border-color css
<style>
span { border-color: #DB98FE; }
span { border-color: rgb(219,152,254); }
td.TdClassName
{
border-color: #DB98FE;
}
.TagClassName
{
border-color: #DB98FE;
}
</style>