Shades of Mauve #DB9EF6
Tints of Mauve #DB9EF6
RGB
CMYK
RGB Variations
Color information
#DB9EF6 (or 0xDB9EF6) is known color: Mauve. HEX triplet: DB, 9E and F6. RGB value is (219,158,246). Sum of RGB (Red+Green+Blue) = 219+158+246=623 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.15% from 623); Green value is 158 (62.11% from 255 or 25.36% from 623); Blue value is 246 (96.48% from 255 or 39.49% from 623); Max value from RGB is 246 - color contains mainly: blue. Hex color #DB9EF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB9EF6 is #246109. Grayscale: #B9B9B9. Windows color (decimal): -2384138 or 16162523. OLE color: 16162523.
HSL color Cylindrical-coordinate representation of color #DB9EF6: hue angle of 281.59º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DB9EF6 is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 158 | 246 | - |
| CMYK | 0.11 | 0.36 | 0 | 0.04 |
| HSL | 281.59º | 0.83% | 0.79% | - |
| HSV(B) | 281.59º | 0.36% | 0.96% | - |
| XYZ | 58.07 | 46.17 | 93.04 | - |
| YUV | 186.27 | 161.71 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 158 | 246 | 0.11 | 0.36 | 0 | 0.04 | 281.59 | 0.83 | 0.79 |
| Hex | DB | 9E | F6 | B | 24 | 0 | 4 | 11A | 53 | 4F |
| Octal | 333 | 236 | 366 | 13 | 44 | 0 | 4 | 432 | 123 | 117 |
| Binary | 11011011 | 10011110 | 11110110 | 1011 | 100100 | 0 | 100 | 100011010 | 1010011 | 1001111 |
Color Harmonies of #DB9EF6
Complementary color
Monochromatic Colors of #DB9EF6
Black with #DB9EF6
Text Example
Text Example
White with #DB9EF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9EF6; }
p { color: rgb(219,158,246); }
H1.HeaderClassName
{
color: #DB9EF6;
}
.AnyTagClassName
{
color: #DB9EF6;
}
</style>
background-color css
<style>
a { background-color: #DB9EF6; }
a { background-color: rgb(219,158,246); }
div.DivClassName
{
background-color: #DB9EF6;
}
.BgClassName
{
background-color: #DB9EF6;
}
</style>
border-color css
<style>
span { border-color: #DB9EF6; }
span { border-color: rgb(219,158,246); }
td.TdClassName
{
border-color: #DB9EF6;
}
.TagClassName
{
border-color: #DB9EF6;
}
</style>