Shades of Mauve #DB99F9
Tints of Mauve #DB99F9
RGB
CMYK
RGB Variations
Color information
#DB99F9 (or 0xDB99F9) is known color: Mauve. HEX triplet: DB, 99 and F9. RGB value is (219,153,249). Sum of RGB (Red+Green+Blue) = 219+153+249=621 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.27% from 621); Green value is 153 (60.16% from 255 or 24.64% from 621); Blue value is 249 (97.66% from 255 or 40.10% from 621); Max value from RGB is 249 - color contains mainly: blue. Hex color #DB99F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB99F9 is #246606. Grayscale: #B7B7B7. Windows color (decimal): -2385415 or 16357851. OLE color: 16357851.
HSL color Cylindrical-coordinate representation of color #DB99F9: hue angle of 281.25º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DB99F9 is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 153 | 249 | - |
| CMYK | 0.12 | 0.39 | 0 | 0.02 |
| HSL | 281.25º | 0.89% | 0.79% | - |
| HSV(B) | 281.25º | 0.39% | 0.98% | - |
| XYZ | 57.7 | 44.68 | 95.21 | - |
| YUV | 183.68 | 164.87 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 153 | 249 | 0.12 | 0.39 | 0 | 0.02 | 281.25 | 0.89 | 0.79 |
| Hex | DB | 99 | F9 | C | 27 | 0 | 2 | 119 | 59 | 4F |
| Octal | 333 | 231 | 371 | 14 | 47 | 0 | 2 | 431 | 131 | 117 |
| Binary | 11011011 | 10011001 | 11111001 | 1100 | 100111 | 0 | 10 | 100011001 | 1011001 | 1001111 |
Color Harmonies of #DB99F9
Complementary color
Monochromatic Colors of #DB99F9
Black with #DB99F9
Text Example
Text Example
White with #DB99F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB99F9; }
p { color: rgb(219,153,249); }
H1.HeaderClassName
{
color: #DB99F9;
}
.AnyTagClassName
{
color: #DB99F9;
}
</style>
background-color css
<style>
a { background-color: #DB99F9; }
a { background-color: rgb(219,153,249); }
div.DivClassName
{
background-color: #DB99F9;
}
.BgClassName
{
background-color: #DB99F9;
}
</style>
border-color css
<style>
span { border-color: #DB99F9; }
span { border-color: rgb(219,153,249); }
td.TdClassName
{
border-color: #DB99F9;
}
.TagClassName
{
border-color: #DB99F9;
}
</style>