Shades of Mauve #DB98FA
Tints of Mauve #DB98FA
RGB
CMYK
RGB Variations
Color information
#DB98FA (or 0xDB98FA) is known color: Mauve. HEX triplet: DB, 98 and FA. RGB value is (219,152,250). Sum of RGB (Red+Green+Blue) = 219+152+250=621 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.27% from 621); Green value is 152 (59.77% from 255 or 24.48% from 621); Blue value is 250 (98.05% from 255 or 40.26% from 621); Max value from RGB is 250 - color contains mainly: blue. Hex color #DB98FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB98FA is #246705. Grayscale: #B6B6B6. Windows color (decimal): -2385670 or 16423131. OLE color: 16423131.
HSL color Cylindrical-coordinate representation of color #DB98FA: hue angle of 281.02º degrees, saturation: 0.91, 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 #DB98FA is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 152 | 250 | - |
| CMYK | 0.12 | 0.39 | 0 | 0.02 |
| HSL | 281.02º | 0.91% | 0.79% | - |
| HSV(B) | 281.02º | 0.39% | 0.98% | - |
| XYZ | 57.7 | 44.42 | 95.98 | - |
| YUV | 183.21 | 165.7 | 153.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 152 | 250 | 0.12 | 0.39 | 0 | 0.02 | 281.02 | 0.91 | 0.79 |
| Hex | DB | 98 | FA | C | 27 | 0 | 2 | 119 | 5B | 4F |
| Octal | 333 | 230 | 372 | 14 | 47 | 0 | 2 | 431 | 133 | 117 |
| Binary | 11011011 | 10011000 | 11111010 | 1100 | 100111 | 0 | 10 | 100011001 | 1011011 | 1001111 |
Color Harmonies of #DB98FA
Complementary color
Monochromatic Colors of #DB98FA
Black with #DB98FA
Text Example
Text Example
White with #DB98FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB98FA; }
p { color: rgb(219,152,250); }
H1.HeaderClassName
{
color: #DB98FA;
}
.AnyTagClassName
{
color: #DB98FA;
}
</style>
background-color css
<style>
a { background-color: #DB98FA; }
a { background-color: rgb(219,152,250); }
div.DivClassName
{
background-color: #DB98FA;
}
.BgClassName
{
background-color: #DB98FA;
}
</style>
border-color css
<style>
span { border-color: #DB98FA; }
span { border-color: rgb(219,152,250); }
td.TdClassName
{
border-color: #DB98FA;
}
.TagClassName
{
border-color: #DB98FA;
}
</style>