Shades of Mauve #DB9EF0
Tints of Mauve #DB9EF0
RGB
CMYK
RGB Variations
Color information
#DB9EF0 (or 0xDB9EF0) is known color: Mauve. HEX triplet: DB, 9E and F0. RGB value is (219,158,240). Sum of RGB (Red+Green+Blue) = 219+158+240=617 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.49% from 617); Green value is 158 (62.11% from 255 or 25.61% from 617); Blue value is 240 (94.14% from 255 or 38.90% from 617); Max value from RGB is 240 - color contains mainly: blue. Hex color #DB9EF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB9EF0 is #24610F. Grayscale: #B9B9B9. Windows color (decimal): -2384144 or 15769307. OLE color: 15769307.
HSL color Cylindrical-coordinate representation of color #DB9EF0: hue angle of 284.63º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DB9EF0 is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 158 | 240 | - |
| CMYK | 0.09 | 0.34 | 0 | 0.06 |
| HSL | 284.63º | 0.73% | 0.78% | - |
| HSV(B) | 284.63º | 0.34% | 0.94% | - |
| XYZ | 57.17 | 45.81 | 88.27 | - |
| YUV | 185.59 | 158.71 | 151.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 158 | 240 | 0.09 | 0.34 | 0 | 0.06 | 284.63 | 0.73 | 0.78 |
| Hex | DB | 9E | F0 | 9 | 22 | 0 | 6 | 11D | 49 | 4E |
| Octal | 333 | 236 | 360 | 11 | 42 | 0 | 6 | 435 | 111 | 116 |
| Binary | 11011011 | 10011110 | 11110000 | 1001 | 100010 | 0 | 110 | 100011101 | 1001001 | 1001110 |
Color Harmonies of #DB9EF0
Complementary color
Monochromatic Colors of #DB9EF0
Black with #DB9EF0
Text Example
Text Example
White with #DB9EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9EF0; }
p { color: rgb(219,158,240); }
H1.HeaderClassName
{
color: #DB9EF0;
}
.AnyTagClassName
{
color: #DB9EF0;
}
</style>
background-color css
<style>
a { background-color: #DB9EF0; }
a { background-color: rgb(219,158,240); }
div.DivClassName
{
background-color: #DB9EF0;
}
.BgClassName
{
background-color: #DB9EF0;
}
</style>
border-color css
<style>
span { border-color: #DB9EF0; }
span { border-color: rgb(219,158,240); }
td.TdClassName
{
border-color: #DB9EF0;
}
.TagClassName
{
border-color: #DB9EF0;
}
</style>