Shades of Mauve #DB9CF7
Tints of Mauve #DB9CF7
RGB
CMYK
RGB Variations
Color information
#DB9CF7 (or 0xDB9CF7) is known color: Mauve. HEX triplet: DB, 9C and F7. RGB value is (219,156,247). Sum of RGB (Red+Green+Blue) = 219+156+247=622 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.21% from 622); Green value is 156 (61.33% from 255 or 25.08% from 622); Blue value is 247 (96.88% from 255 or 39.71% from 622); Max value from RGB is 247 - color contains mainly: blue. Hex color #DB9CF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB9CF7 is #246308. Grayscale: #B8B8B8. Windows color (decimal): -2384649 or 16227547. OLE color: 16227547.
HSL color Cylindrical-coordinate representation of color #DB9CF7: hue angle of 281.54º degrees, saturation: 0.85, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DB9CF7 is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 156 | 247 | - |
| CMYK | 0.11 | 0.37 | 0 | 0.03 |
| HSL | 281.54º | 0.85% | 0.79% | - |
| HSV(B) | 281.54º | 0.37% | 0.97% | - |
| XYZ | 57.89 | 45.55 | 93.74 | - |
| YUV | 185.21 | 162.87 | 152.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 156 | 247 | 0.11 | 0.37 | 0 | 0.03 | 281.54 | 0.85 | 0.79 |
| Hex | DB | 9C | F7 | B | 25 | 0 | 3 | 11A | 55 | 4F |
| Octal | 333 | 234 | 367 | 13 | 45 | 0 | 3 | 432 | 125 | 117 |
| Binary | 11011011 | 10011100 | 11110111 | 1011 | 100101 | 0 | 11 | 100011010 | 1010101 | 1001111 |
Color Harmonies of #DB9CF7
Complementary color
Monochromatic Colors of #DB9CF7
Black with #DB9CF7
Text Example
Text Example
White with #DB9CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9CF7; }
p { color: rgb(219,156,247); }
H1.HeaderClassName
{
color: #DB9CF7;
}
.AnyTagClassName
{
color: #DB9CF7;
}
</style>
background-color css
<style>
a { background-color: #DB9CF7; }
a { background-color: rgb(219,156,247); }
div.DivClassName
{
background-color: #DB9CF7;
}
.BgClassName
{
background-color: #DB9CF7;
}
</style>
border-color css
<style>
span { border-color: #DB9CF7; }
span { border-color: rgb(219,156,247); }
td.TdClassName
{
border-color: #DB9CF7;
}
.TagClassName
{
border-color: #DB9CF7;
}
</style>