Shades of Mauve #DB96F9
Tints of Mauve #DB96F9
RGB
CMYK
RGB Variations
Color information
#DB96F9 (or 0xDB96F9) is known color: Mauve. HEX triplet: DB, 96 and F9. RGB value is (219,150,249). Sum of RGB (Red+Green+Blue) = 219+150+249=618 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.44% from 618); Green value is 150 (58.98% from 255 or 24.27% from 618); Blue value is 249 (97.66% from 255 or 40.29% from 618); Max value from RGB is 249 - color contains mainly: blue. Hex color #DB96F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB96F9 is #246906. Grayscale: #B5B5B5. Windows color (decimal): -2386183 or 16357083. OLE color: 16357083.
HSL color Cylindrical-coordinate representation of color #DB96F9: hue angle of 281.82º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DB96F9 is Cyan = 0.12, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 150 | 249 | - |
| CMYK | 0.12 | 0.40 | 0 | 0.02 |
| HSL | 281.82º | 0.89% | 0.78% | - |
| HSV(B) | 281.82º | 0.4% | 0.98% | - |
| XYZ | 57.22 | 43.71 | 95.04 | - |
| YUV | 181.92 | 165.86 | 154.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 150 | 249 | 0.12 | 0.40 | 0 | 0.02 | 281.82 | 0.89 | 0.78 |
| Hex | DB | 96 | F9 | C | 28 | 0 | 2 | 11A | 59 | 4E |
| Octal | 333 | 226 | 371 | 14 | 50 | 0 | 2 | 432 | 131 | 116 |
| Binary | 11011011 | 10010110 | 11111001 | 1100 | 101000 | 0 | 10 | 100011010 | 1011001 | 1001110 |
Color Harmonies of #DB96F9
Complementary color
Monochromatic Colors of #DB96F9
Black with #DB96F9
Text Example
Text Example
White with #DB96F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB96F9; }
p { color: rgb(219,150,249); }
H1.HeaderClassName
{
color: #DB96F9;
}
.AnyTagClassName
{
color: #DB96F9;
}
</style>
background-color css
<style>
a { background-color: #DB96F9; }
a { background-color: rgb(219,150,249); }
div.DivClassName
{
background-color: #DB96F9;
}
.BgClassName
{
background-color: #DB96F9;
}
</style>
border-color css
<style>
span { border-color: #DB96F9; }
span { border-color: rgb(219,150,249); }
td.TdClassName
{
border-color: #DB96F9;
}
.TagClassName
{
border-color: #DB96F9;
}
</style>