Shades of Mauve #DB99F6
Tints of Mauve #DB99F6
RGB
CMYK
RGB Variations
Color information
#DB99F6 (or 0xDB99F6) is known color: Mauve. HEX triplet: DB, 99 and F6. RGB value is (219,153,246). Sum of RGB (Red+Green+Blue) = 219+153+246=618 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.44% from 618); Green value is 153 (60.16% from 255 or 24.76% from 618); Blue value is 246 (96.48% from 255 or 39.81% from 618); Max value from RGB is 246 - color contains mainly: blue. Hex color #DB99F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB99F6 is #246609. Grayscale: #B7B7B7. Windows color (decimal): -2385418 or 16161243. OLE color: 16161243.
HSL color Cylindrical-coordinate representation of color #DB99F6: hue angle of 282.58º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DB99F6 is Cyan = 0.11, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 153 | 246 | - |
| CMYK | 0.11 | 0.38 | 0 | 0.04 |
| HSL | 282.58º | 0.84% | 0.78% | - |
| HSV(B) | 282.58º | 0.38% | 0.96% | - |
| XYZ | 57.24 | 44.5 | 92.76 | - |
| YUV | 183.34 | 163.37 | 153.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 153 | 246 | 0.11 | 0.38 | 0 | 0.04 | 282.58 | 0.84 | 0.78 |
| Hex | DB | 99 | F6 | B | 26 | 0 | 4 | 11B | 54 | 4E |
| Octal | 333 | 231 | 366 | 13 | 46 | 0 | 4 | 433 | 124 | 116 |
| Binary | 11011011 | 10011001 | 11110110 | 1011 | 100110 | 0 | 100 | 100011011 | 1010100 | 1001110 |
Color Harmonies of #DB99F6
Complementary color
Monochromatic Colors of #DB99F6
Black with #DB99F6
Text Example
Text Example
White with #DB99F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB99F6; }
p { color: rgb(219,153,246); }
H1.HeaderClassName
{
color: #DB99F6;
}
.AnyTagClassName
{
color: #DB99F6;
}
</style>
background-color css
<style>
a { background-color: #DB99F6; }
a { background-color: rgb(219,153,246); }
div.DivClassName
{
background-color: #DB99F6;
}
.BgClassName
{
background-color: #DB99F6;
}
</style>
border-color css
<style>
span { border-color: #DB99F6; }
span { border-color: rgb(219,153,246); }
td.TdClassName
{
border-color: #DB99F6;
}
.TagClassName
{
border-color: #DB99F6;
}
</style>