Shades of Mauve #D999F6
Tints of Mauve #D999F6
RGB
CMYK
RGB Variations
Color information
#D999F6 (or 0xD999F6) is known color: Mauve. HEX triplet: D9, 99 and F6. RGB value is (217,153,246). Sum of RGB (Red+Green+Blue) = 217+153+246=616 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.23% from 616); Green value is 153 (60.16% from 255 or 24.84% from 616); Blue value is 246 (96.48% from 255 or 39.94% from 616); Max value from RGB is 246 - color contains mainly: blue. Hex color #D999F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D999F6 is #266609. Grayscale: #B6B6B6. Windows color (decimal): -2516490 or 16161241. OLE color: 16161241.
HSL color Cylindrical-coordinate representation of color #D999F6: hue angle of 281.29º 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 #D999F6 is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 217 | 153 | 246 | - |
| CMYK | 0.12 | 0.38 | 0 | 0.04 |
| HSL | 281.29º | 0.84% | 0.78% | - |
| HSV(B) | 281.29º | 0.38% | 0.96% | - |
| XYZ | 56.64 | 44.19 | 92.73 | - |
| YUV | 182.74 | 163.7 | 152.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 153 | 246 | 0.12 | 0.38 | 0 | 0.04 | 281.29 | 0.84 | 0.78 |
| Hex | D9 | 99 | F6 | C | 26 | 0 | 4 | 119 | 54 | 4E |
| Octal | 331 | 231 | 366 | 14 | 46 | 0 | 4 | 431 | 124 | 116 |
| Binary | 11011001 | 10011001 | 11110110 | 1100 | 100110 | 0 | 100 | 100011001 | 1010100 | 1001110 |
Color Harmonies of #D999F6
Complementary color
Monochromatic Colors of #D999F6
Black with #D999F6
Text Example
Text Example
White with #D999F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D999F6; }
p { color: rgb(217,153,246); }
H1.HeaderClassName
{
color: #D999F6;
}
.AnyTagClassName
{
color: #D999F6;
}
</style>
background-color css
<style>
a { background-color: #D999F6; }
a { background-color: rgb(217,153,246); }
div.DivClassName
{
background-color: #D999F6;
}
.BgClassName
{
background-color: #D999F6;
}
</style>
border-color css
<style>
span { border-color: #D999F6; }
span { border-color: rgb(217,153,246); }
td.TdClassName
{
border-color: #D999F6;
}
.TagClassName
{
border-color: #D999F6;
}
</style>