Shades of Mauve #D999F8
Tints of Mauve #D999F8
RGB
CMYK
RGB Variations
Color information
#D999F8 (or 0xD999F8) is known color: Mauve. HEX triplet: D9, 99 and F8. RGB value is (217,153,248). Sum of RGB (Red+Green+Blue) = 217+153+248=618 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.11% from 618); Green value is 153 (60.16% from 255 or 24.76% from 618); Blue value is 248 (97.27% from 255 or 40.13% from 618); Max value from RGB is 248 - color contains mainly: blue. Hex color #D999F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D999F8 is #266607. Grayscale: #B6B6B6. Windows color (decimal): -2516488 or 16292313. OLE color: 16292313.
HSL color Cylindrical-coordinate representation of color #D999F8: hue angle of 280.42º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D999F8 is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 217 | 153 | 248 | - |
| CMYK | 0.12 | 0.38 | 0 | 0.03 |
| HSL | 280.42º | 0.87% | 0.79% | - |
| HSV(B) | 280.42º | 0.38% | 0.97% | - |
| XYZ | 56.95 | 44.31 | 94.36 | - |
| YUV | 182.97 | 164.7 | 152.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 153 | 248 | 0.12 | 0.38 | 0 | 0.03 | 280.42 | 0.87 | 0.79 |
| Hex | D9 | 99 | F8 | C | 26 | 0 | 3 | 118 | 57 | 4F |
| Octal | 331 | 231 | 370 | 14 | 46 | 0 | 3 | 430 | 127 | 117 |
| Binary | 11011001 | 10011001 | 11111000 | 1100 | 100110 | 0 | 11 | 100011000 | 1010111 | 1001111 |
Color Harmonies of #D999F8
Complementary color
Monochromatic Colors of #D999F8
Black with #D999F8
Text Example
Text Example
White with #D999F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D999F8; }
p { color: rgb(217,153,248); }
H1.HeaderClassName
{
color: #D999F8;
}
.AnyTagClassName
{
color: #D999F8;
}
</style>
background-color css
<style>
a { background-color: #D999F8; }
a { background-color: rgb(217,153,248); }
div.DivClassName
{
background-color: #D999F8;
}
.BgClassName
{
background-color: #D999F8;
}
</style>
border-color css
<style>
span { border-color: #D999F8; }
span { border-color: rgb(217,153,248); }
td.TdClassName
{
border-color: #D999F8;
}
.TagClassName
{
border-color: #D999F8;
}
</style>