Shades of Mauve #DB96F4
Tints of Mauve #DB96F4
RGB
CMYK
RGB Variations
Color information
#DB96F4 (or 0xDB96F4) is known color: Mauve. HEX triplet: DB, 96 and F4. RGB value is (219,150,244). Sum of RGB (Red+Green+Blue) = 219+150+244=613 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.73% from 613); Green value is 150 (58.98% from 255 or 24.47% from 613); Blue value is 244 (95.70% from 255 or 39.80% from 613); Max value from RGB is 244 - color contains mainly: blue. Hex color #DB96F4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB96F4 is #24690B. Grayscale: #B5B5B5. Windows color (decimal): -2386188 or 16029403. OLE color: 16029403.
HSL color Cylindrical-coordinate representation of color #DB96F4: hue angle of 284.04º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DB96F4 is Cyan = 0.10, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 150 | 244 | - |
| CMYK | 0.10 | 0.39 | 0 | 0.04 |
| HSL | 284.04º | 0.81% | 0.77% | - |
| HSV(B) | 284.04º | 0.39% | 0.96% | - |
| XYZ | 56.45 | 43.4 | 90.99 | - |
| YUV | 181.35 | 163.36 | 154.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 150 | 244 | 0.10 | 0.39 | 0 | 0.04 | 284.04 | 0.81 | 0.77 |
| Hex | DB | 96 | F4 | A | 27 | 0 | 4 | 11C | 51 | 4D |
| Octal | 333 | 226 | 364 | 12 | 47 | 0 | 4 | 434 | 121 | 115 |
| Binary | 11011011 | 10010110 | 11110100 | 1010 | 100111 | 0 | 100 | 100011100 | 1010001 | 1001101 |
Color Harmonies of #DB96F4
Complementary color
Monochromatic Colors of #DB96F4
Black with #DB96F4
Text Example
Text Example
White with #DB96F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB96F4; }
p { color: rgb(219,150,244); }
H1.HeaderClassName
{
color: #DB96F4;
}
.AnyTagClassName
{
color: #DB96F4;
}
</style>
background-color css
<style>
a { background-color: #DB96F4; }
a { background-color: rgb(219,150,244); }
div.DivClassName
{
background-color: #DB96F4;
}
.BgClassName
{
background-color: #DB96F4;
}
</style>
border-color css
<style>
span { border-color: #DB96F4; }
span { border-color: rgb(219,150,244); }
td.TdClassName
{
border-color: #DB96F4;
}
.TagClassName
{
border-color: #DB96F4;
}
</style>