Shades of Mauve #DB95F6
Tints of Mauve #DB95F6
RGB
CMYK
RGB Variations
Color information
#DB95F6 (or 0xDB95F6) is known color: Mauve. HEX triplet: DB, 95 and F6. RGB value is (219,149,246). Sum of RGB (Red+Green+Blue) = 219+149+246=614 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.67% from 614); Green value is 149 (58.59% from 255 or 24.27% from 614); Blue value is 246 (96.48% from 255 or 40.07% from 614); Max value from RGB is 246 - color contains mainly: blue. Hex color #DB95F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB95F6 is #246A09. Grayscale: #B4B4B4. Windows color (decimal): -2386442 or 16160219. OLE color: 16160219.
HSL color Cylindrical-coordinate representation of color #DB95F6: hue angle of 283.3º degrees, saturation: 0.84, 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 #DB95F6 is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 149 | 246 | - |
| CMYK | 0.11 | 0.39 | 0 | 0.04 |
| HSL | 283.3º | 0.84% | 0.77% | - |
| HSV(B) | 283.3º | 0.39% | 0.96% | - |
| XYZ | 56.6 | 43.21 | 92.55 | - |
| YUV | 180.99 | 164.69 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 149 | 246 | 0.11 | 0.39 | 0 | 0.04 | 283.3 | 0.84 | 0.77 |
| Hex | DB | 95 | F6 | B | 27 | 0 | 4 | 11B | 54 | 4D |
| Octal | 333 | 225 | 366 | 13 | 47 | 0 | 4 | 433 | 124 | 115 |
| Binary | 11011011 | 10010101 | 11110110 | 1011 | 100111 | 0 | 100 | 100011011 | 1010100 | 1001101 |
Color Harmonies of #DB95F6
Complementary color
Monochromatic Colors of #DB95F6
Black with #DB95F6
Text Example
Text Example
White with #DB95F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB95F6; }
p { color: rgb(219,149,246); }
H1.HeaderClassName
{
color: #DB95F6;
}
.AnyTagClassName
{
color: #DB95F6;
}
</style>
background-color css
<style>
a { background-color: #DB95F6; }
a { background-color: rgb(219,149,246); }
div.DivClassName
{
background-color: #DB95F6;
}
.BgClassName
{
background-color: #DB95F6;
}
</style>
border-color css
<style>
span { border-color: #DB95F6; }
span { border-color: rgb(219,149,246); }
td.TdClassName
{
border-color: #DB95F6;
}
.TagClassName
{
border-color: #DB95F6;
}
</style>