Shades of Mauve #DB99FA
Tints of Mauve #DB99FA
RGB
CMYK
RGB Variations
Color information
#DB99FA (or 0xDB99FA) is known color: Mauve. HEX triplet: DB, 99 and FA. RGB value is (219,153,250). Sum of RGB (Red+Green+Blue) = 219+153+250=622 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.21% from 622); Green value is 153 (60.16% from 255 or 24.60% from 622); Blue value is 250 (98.05% from 255 or 40.19% from 622); Max value from RGB is 250 - color contains mainly: blue. Hex color #DB99FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB99FA is #246605. Grayscale: #B7B7B7. Windows color (decimal): -2385414 or 16423387. OLE color: 16423387.
HSL color Cylindrical-coordinate representation of color #DB99FA: hue angle of 280.82º degrees, saturation: 0.91, 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 #DB99FA is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 153 | 250 | - |
| CMYK | 0.12 | 0.39 | 0 | 0.02 |
| HSL | 280.82º | 0.91% | 0.79% | - |
| HSV(B) | 280.82º | 0.39% | 0.98% | - |
| XYZ | 57.86 | 44.74 | 96.03 | - |
| YUV | 183.79 | 165.37 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 153 | 250 | 0.12 | 0.39 | 0 | 0.02 | 280.82 | 0.91 | 0.79 |
| Hex | DB | 99 | FA | C | 27 | 0 | 2 | 119 | 5B | 4F |
| Octal | 333 | 231 | 372 | 14 | 47 | 0 | 2 | 431 | 133 | 117 |
| Binary | 11011011 | 10011001 | 11111010 | 1100 | 100111 | 0 | 10 | 100011001 | 1011011 | 1001111 |
Color Harmonies of #DB99FA
Complementary color
Monochromatic Colors of #DB99FA
Black with #DB99FA
Text Example
Text Example
White with #DB99FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB99FA; }
p { color: rgb(219,153,250); }
H1.HeaderClassName
{
color: #DB99FA;
}
.AnyTagClassName
{
color: #DB99FA;
}
</style>
background-color css
<style>
a { background-color: #DB99FA; }
a { background-color: rgb(219,153,250); }
div.DivClassName
{
background-color: #DB99FA;
}
.BgClassName
{
background-color: #DB99FA;
}
</style>
border-color css
<style>
span { border-color: #DB99FA; }
span { border-color: rgb(219,153,250); }
td.TdClassName
{
border-color: #DB99FA;
}
.TagClassName
{
border-color: #DB99FA;
}
</style>