Shades of Mauve #DB99F7
Tints of Mauve #DB99F7
RGB
CMYK
RGB Variations
Color information
#DB99F7 (or 0xDB99F7) is known color: Mauve. HEX triplet: DB, 99 and F7. RGB value is (219,153,247). Sum of RGB (Red+Green+Blue) = 219+153+247=619 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.38% from 619); Green value is 153 (60.16% from 255 or 24.72% from 619); Blue value is 247 (96.88% from 255 or 39.90% from 619); Max value from RGB is 247 - color contains mainly: blue. Hex color #DB99F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB99F7 is #246608. Grayscale: #B7B7B7. Windows color (decimal): -2385417 or 16226779. OLE color: 16226779.
HSL color Cylindrical-coordinate representation of color #DB99F7: hue angle of 282.13º degrees, saturation: 0.85, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DB99F7 is Cyan = 0.11, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 153 | 247 | - |
| CMYK | 0.11 | 0.38 | 0 | 0.03 |
| HSL | 282.13º | 0.85% | 0.78% | - |
| HSV(B) | 282.13º | 0.38% | 0.97% | - |
| XYZ | 57.39 | 44.56 | 93.57 | - |
| YUV | 183.45 | 163.87 | 153.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 153 | 247 | 0.11 | 0.38 | 0 | 0.03 | 282.13 | 0.85 | 0.78 |
| Hex | DB | 99 | F7 | B | 26 | 0 | 3 | 11A | 55 | 4E |
| Octal | 333 | 231 | 367 | 13 | 46 | 0 | 3 | 432 | 125 | 116 |
| Binary | 11011011 | 10011001 | 11110111 | 1011 | 100110 | 0 | 11 | 100011010 | 1010101 | 1001110 |
Color Harmonies of #DB99F7
Complementary color
Monochromatic Colors of #DB99F7
Black with #DB99F7
Text Example
Text Example
White with #DB99F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB99F7; }
p { color: rgb(219,153,247); }
H1.HeaderClassName
{
color: #DB99F7;
}
.AnyTagClassName
{
color: #DB99F7;
}
</style>
background-color css
<style>
a { background-color: #DB99F7; }
a { background-color: rgb(219,153,247); }
div.DivClassName
{
background-color: #DB99F7;
}
.BgClassName
{
background-color: #DB99F7;
}
</style>
border-color css
<style>
span { border-color: #DB99F7; }
span { border-color: rgb(219,153,247); }
td.TdClassName
{
border-color: #DB99F7;
}
.TagClassName
{
border-color: #DB99F7;
}
</style>