Shades of Mauve #D99AF6
Tints of Mauve #D99AF6
RGB
CMYK
RGB Variations
Color information
#D99AF6 (or 0xD99AF6) is known color: Mauve. HEX triplet: D9, 9A and F6. RGB value is (217,154,246). Sum of RGB (Red+Green+Blue) = 217+154+246=617 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.17% from 617); Green value is 154 (60.55% from 255 or 24.96% from 617); Blue value is 246 (96.48% from 255 or 39.87% from 617); Max value from RGB is 246 - color contains mainly: blue. Hex color #D99AF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D99AF6 is #266509. Grayscale: #B7B7B7. Windows color (decimal): -2516234 or 16161497. OLE color: 16161497.
HSL color Cylindrical-coordinate representation of color #D99AF6: hue angle of 281.09º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D99AF6 is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 217 | 154 | 246 | - |
| CMYK | 0.12 | 0.37 | 0 | 0.04 |
| HSL | 281.09º | 0.84% | 0.78% | - |
| HSV(B) | 281.09º | 0.37% | 0.96% | - |
| XYZ | 56.81 | 44.52 | 92.79 | - |
| YUV | 183.33 | 163.37 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 154 | 246 | 0.12 | 0.37 | 0 | 0.04 | 281.09 | 0.84 | 0.78 |
| Hex | D9 | 9A | F6 | C | 25 | 0 | 4 | 119 | 54 | 4E |
| Octal | 331 | 232 | 366 | 14 | 45 | 0 | 4 | 431 | 124 | 116 |
| Binary | 11011001 | 10011010 | 11110110 | 1100 | 100101 | 0 | 100 | 100011001 | 1010100 | 1001110 |
Color Harmonies of #D99AF6
Complementary color
Monochromatic Colors of #D99AF6
Black with #D99AF6
Text Example
Text Example
White with #D99AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99AF6; }
p { color: rgb(217,154,246); }
H1.HeaderClassName
{
color: #D99AF6;
}
.AnyTagClassName
{
color: #D99AF6;
}
</style>
background-color css
<style>
a { background-color: #D99AF6; }
a { background-color: rgb(217,154,246); }
div.DivClassName
{
background-color: #D99AF6;
}
.BgClassName
{
background-color: #D99AF6;
}
</style>
border-color css
<style>
span { border-color: #D99AF6; }
span { border-color: rgb(217,154,246); }
td.TdClassName
{
border-color: #D99AF6;
}
.TagClassName
{
border-color: #D99AF6;
}
</style>