Shades of Mauve #DB9FF7
Tints of Mauve #DB9FF7
RGB
CMYK
RGB Variations
Color information
#DB9FF7 (or 0xDB9FF7) is known color: Mauve. HEX triplet: DB, 9F and F7. RGB value is (219,159,247). Sum of RGB (Red+Green+Blue) = 219+159+247=625 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.04% from 625); Green value is 159 (62.5% from 255 or 25.44% from 625); Blue value is 247 (96.88% from 255 or 39.52% from 625); Max value from RGB is 247 - color contains mainly: blue. Hex color #DB9FF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB9FF7 is #246008. Grayscale: #BABABA. Windows color (decimal): -2383881 or 16228315. OLE color: 16228315.
HSL color Cylindrical-coordinate representation of color #DB9FF7: hue angle of 280.91º degrees, saturation: 0.85, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DB9FF7 is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 159 | 247 | - |
| CMYK | 0.11 | 0.36 | 0 | 0.03 |
| HSL | 280.91º | 0.85% | 0.8% | - |
| HSV(B) | 280.91º | 0.36% | 0.97% | - |
| XYZ | 58.4 | 46.57 | 93.91 | - |
| YUV | 186.97 | 161.88 | 150.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 159 | 247 | 0.11 | 0.36 | 0 | 0.03 | 280.91 | 0.85 | 0.8 |
| Hex | DB | 9F | F7 | B | 24 | 0 | 3 | 119 | 55 | 50 |
| Octal | 333 | 237 | 367 | 13 | 44 | 0 | 3 | 431 | 125 | 120 |
| Binary | 11011011 | 10011111 | 11110111 | 1011 | 100100 | 0 | 11 | 100011001 | 1010101 | 1010000 |
Color Harmonies of #DB9FF7
Complementary color
Monochromatic Colors of #DB9FF7
Black with #DB9FF7
Text Example
Text Example
White with #DB9FF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9FF7; }
p { color: rgb(219,159,247); }
H1.HeaderClassName
{
color: #DB9FF7;
}
.AnyTagClassName
{
color: #DB9FF7;
}
</style>
background-color css
<style>
a { background-color: #DB9FF7; }
a { background-color: rgb(219,159,247); }
div.DivClassName
{
background-color: #DB9FF7;
}
.BgClassName
{
background-color: #DB9FF7;
}
</style>
border-color css
<style>
span { border-color: #DB9FF7; }
span { border-color: rgb(219,159,247); }
td.TdClassName
{
border-color: #DB9FF7;
}
.TagClassName
{
border-color: #DB9FF7;
}
</style>