Shades of Mauve #DB9EF1
Tints of Mauve #DB9EF1
RGB
CMYK
RGB Variations
Color information
#DB9EF1 (or 0xDB9EF1) is known color: Mauve. HEX triplet: DB, 9E and F1. RGB value is (219,158,241). Sum of RGB (Red+Green+Blue) = 219+158+241=618 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.44% from 618); Green value is 158 (62.11% from 255 or 25.57% from 618); Blue value is 241 (94.53% from 255 or 39.00% from 618); Max value from RGB is 241 - color contains mainly: blue. Hex color #DB9EF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB9EF1 is #24610E. Grayscale: #B9B9B9. Windows color (decimal): -2384143 or 15834843. OLE color: 15834843.
HSL color Cylindrical-coordinate representation of color #DB9EF1: hue angle of 284.1º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DB9EF1 is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 158 | 241 | - |
| CMYK | 0.09 | 0.34 | 0 | 0.05 |
| HSL | 284.1º | 0.75% | 0.78% | - |
| HSV(B) | 284.1º | 0.34% | 0.95% | - |
| XYZ | 57.32 | 45.86 | 89.05 | - |
| YUV | 185.7 | 159.21 | 151.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 158 | 241 | 0.09 | 0.34 | 0 | 0.05 | 284.1 | 0.75 | 0.78 |
| Hex | DB | 9E | F1 | 9 | 22 | 0 | 5 | 11C | 4B | 4E |
| Octal | 333 | 236 | 361 | 11 | 42 | 0 | 5 | 434 | 113 | 116 |
| Binary | 11011011 | 10011110 | 11110001 | 1001 | 100010 | 0 | 101 | 100011100 | 1001011 | 1001110 |
Color Harmonies of #DB9EF1
Complementary color
Monochromatic Colors of #DB9EF1
Black with #DB9EF1
Text Example
Text Example
White with #DB9EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9EF1; }
p { color: rgb(219,158,241); }
H1.HeaderClassName
{
color: #DB9EF1;
}
.AnyTagClassName
{
color: #DB9EF1;
}
</style>
background-color css
<style>
a { background-color: #DB9EF1; }
a { background-color: rgb(219,158,241); }
div.DivClassName
{
background-color: #DB9EF1;
}
.BgClassName
{
background-color: #DB9EF1;
}
</style>
border-color css
<style>
span { border-color: #DB9EF1; }
span { border-color: rgb(219,158,241); }
td.TdClassName
{
border-color: #DB9EF1;
}
.TagClassName
{
border-color: #DB9EF1;
}
</style>