Shades of Mauve #DB9EF7
Tints of Mauve #DB9EF7
RGB
CMYK
RGB Variations
Color information
#DB9EF7 (or 0xDB9EF7) is known color: Mauve. HEX triplet: DB, 9E and F7. RGB value is (219,158,247). Sum of RGB (Red+Green+Blue) = 219+158+247=624 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.10% from 624); Green value is 158 (62.11% from 255 or 25.32% from 624); Blue value is 247 (96.88% from 255 or 39.58% from 624); Max value from RGB is 247 - color contains mainly: blue. Hex color #DB9EF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB9EF7 is #246108. Grayscale: #BABABA. Windows color (decimal): -2384137 or 16228059. OLE color: 16228059.
HSL color Cylindrical-coordinate representation of color #DB9EF7: hue angle of 281.12º degrees, saturation: 0.85, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DB9EF7 is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 158 | 247 | - |
| CMYK | 0.11 | 0.36 | 0 | 0.03 |
| HSL | 281.12º | 0.85% | 0.79% | - |
| HSV(B) | 281.12º | 0.36% | 0.97% | - |
| XYZ | 58.23 | 46.23 | 93.85 | - |
| YUV | 186.39 | 162.21 | 151.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 158 | 247 | 0.11 | 0.36 | 0 | 0.03 | 281.12 | 0.85 | 0.79 |
| Hex | DB | 9E | F7 | B | 24 | 0 | 3 | 119 | 55 | 4F |
| Octal | 333 | 236 | 367 | 13 | 44 | 0 | 3 | 431 | 125 | 117 |
| Binary | 11011011 | 10011110 | 11110111 | 1011 | 100100 | 0 | 11 | 100011001 | 1010101 | 1001111 |
Color Harmonies of #DB9EF7
Complementary color
Monochromatic Colors of #DB9EF7
Black with #DB9EF7
Text Example
Text Example
White with #DB9EF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9EF7; }
p { color: rgb(219,158,247); }
H1.HeaderClassName
{
color: #DB9EF7;
}
.AnyTagClassName
{
color: #DB9EF7;
}
</style>
background-color css
<style>
a { background-color: #DB9EF7; }
a { background-color: rgb(219,158,247); }
div.DivClassName
{
background-color: #DB9EF7;
}
.BgClassName
{
background-color: #DB9EF7;
}
</style>
border-color css
<style>
span { border-color: #DB9EF7; }
span { border-color: rgb(219,158,247); }
td.TdClassName
{
border-color: #DB9EF7;
}
.TagClassName
{
border-color: #DB9EF7;
}
</style>