Shades of Mauve #D99FFA
Tints of Mauve #D99FFA
RGB
CMYK
RGB Variations
Color information
#D99FFA (or 0xD99FFA) is known color: Mauve. HEX triplet: D9, 9F and FA. RGB value is (217,159,250). Sum of RGB (Red+Green+Blue) = 217+159+250=626 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.66% from 626); Green value is 159 (62.5% from 255 or 25.40% from 626); Blue value is 250 (98.05% from 255 or 39.94% from 626); Max value from RGB is 250 - color contains mainly: blue. Hex color #D99FFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D99FFA is #266005. Grayscale: #BABABA. Windows color (decimal): -2514950 or 16424921. OLE color: 16424921.
HSL color Cylindrical-coordinate representation of color #D99FFA: hue angle of 278.24º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D99FFA is Cyan = 0.13, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 159 | 250 | - |
| CMYK | 0.13 | 0.36 | 0 | 0.02 |
| HSL | 278.24º | 0.9% | 0.8% | - |
| HSV(B) | 278.24º | 0.36% | 0.98% | - |
| XYZ | 58.27 | 46.45 | 96.34 | - |
| YUV | 186.72 | 163.72 | 149.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 159 | 250 | 0.13 | 0.36 | 0 | 0.02 | 278.24 | 0.9 | 0.8 |
| Hex | D9 | 9F | FA | D | 24 | 0 | 2 | 116 | 5A | 50 |
| Octal | 331 | 237 | 372 | 15 | 44 | 0 | 2 | 426 | 132 | 120 |
| Binary | 11011001 | 10011111 | 11111010 | 1101 | 100100 | 0 | 10 | 100010110 | 1011010 | 1010000 |
Color Harmonies of #D99FFA
Complementary color
Monochromatic Colors of #D99FFA
Black with #D99FFA
Text Example
Text Example
White with #D99FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99FFA; }
p { color: rgb(217,159,250); }
H1.HeaderClassName
{
color: #D99FFA;
}
.AnyTagClassName
{
color: #D99FFA;
}
</style>
background-color css
<style>
a { background-color: #D99FFA; }
a { background-color: rgb(217,159,250); }
div.DivClassName
{
background-color: #D99FFA;
}
.BgClassName
{
background-color: #D99FFA;
}
</style>
border-color css
<style>
span { border-color: #D99FFA; }
span { border-color: rgb(217,159,250); }
td.TdClassName
{
border-color: #D99FFA;
}
.TagClassName
{
border-color: #D99FFA;
}
</style>