Shades of Mauve #DB96FF
Tints of Mauve #DB96FF
RGB
CMYK
RGB Variations
Color information
#DB96FF (or 0xDB96FF) is known color: Mauve. HEX triplet: DB, 96 and FF. RGB value is (219,150,255). Sum of RGB (Red+Green+Blue) = 219+150+255=624 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.10% from 624); Green value is 150 (58.98% from 255 or 24.04% from 624); Blue value is 255 (100% from 255 or 40.87% from 624); Max value from RGB is 255 - color contains mainly: blue. Hex color #DB96FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB96FF is #246900. Grayscale: #B6B6B6. Windows color (decimal): -2386177 or 16750299. OLE color: 16750299.
HSL color Cylindrical-coordinate representation of color #DB96FF: hue angle of 279.43º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DB96FF is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 150 | 255 | - |
| CMYK | 0.14 | 0.41 | 0 | 0 |
| HSL | 279.43º | 1% | 0.79% | - |
| HSV(B) | 279.43º | 0.41% | 1% | - |
| XYZ | 58.17 | 44.09 | 100.05 | - |
| YUV | 182.6 | 168.86 | 153.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 150 | 255 | 0.14 | 0.41 | 0 | 0 | 279.43 | 1 | 0.79 |
| Hex | DB | 96 | FF | E | 29 | 0 | 0 | 117 | 64 | 4F |
| Octal | 333 | 226 | 377 | 16 | 51 | 0 | 0 | 427 | 144 | 117 |
| Binary | 11011011 | 10010110 | 11111111 | 1110 | 101001 | 0 | 0 | 100010111 | 1100100 | 1001111 |
Color Harmonies of #DB96FF
Complementary color
Monochromatic Colors of #DB96FF
Black with #DB96FF
Text Example
Text Example
White with #DB96FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB96FF; }
p { color: rgb(219,150,255); }
H1.HeaderClassName
{
color: #DB96FF;
}
.AnyTagClassName
{
color: #DB96FF;
}
</style>
background-color css
<style>
a { background-color: #DB96FF; }
a { background-color: rgb(219,150,255); }
div.DivClassName
{
background-color: #DB96FF;
}
.BgClassName
{
background-color: #DB96FF;
}
</style>
border-color css
<style>
span { border-color: #DB96FF; }
span { border-color: rgb(219,150,255); }
td.TdClassName
{
border-color: #DB96FF;
}
.TagClassName
{
border-color: #DB96FF;
}
</style>