Shades of Mauve #D996FB
Tints of Mauve #D996FB
RGB
CMYK
RGB Variations
Color information
#D996FB (or 0xD996FB) is known color: Mauve. HEX triplet: D9, 96 and FB. RGB value is (217,150,251). Sum of RGB (Red+Green+Blue) = 217+150+251=618 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.11% from 618); Green value is 150 (58.98% from 255 or 24.27% from 618); Blue value is 251 (98.44% from 255 or 40.61% from 618); Max value from RGB is 251 - color contains mainly: blue. Hex color #D996FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D996FB is #266904. Grayscale: #B5B5B5. Windows color (decimal): -2517253 or 16488153. OLE color: 16488153.
HSL color Cylindrical-coordinate representation of color #D996FB: hue angle of 279.8º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D996FB is Cyan = 0.14, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 150 | 251 | - |
| CMYK | 0.14 | 0.40 | 0 | 0.02 |
| HSL | 279.8º | 0.93% | 0.79% | - |
| HSV(B) | 279.8º | 0.4% | 0.98% | - |
| XYZ | 56.93 | 43.53 | 96.67 | - |
| YUV | 181.55 | 167.2 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 150 | 251 | 0.14 | 0.40 | 0 | 0.02 | 279.8 | 0.93 | 0.79 |
| Hex | D9 | 96 | FB | E | 28 | 0 | 2 | 118 | 5D | 4F |
| Octal | 331 | 226 | 373 | 16 | 50 | 0 | 2 | 430 | 135 | 117 |
| Binary | 11011001 | 10010110 | 11111011 | 1110 | 101000 | 0 | 10 | 100011000 | 1011101 | 1001111 |
Color Harmonies of #D996FB
Complementary color
Monochromatic Colors of #D996FB
Black with #D996FB
Text Example
Text Example
White with #D996FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D996FB; }
p { color: rgb(217,150,251); }
H1.HeaderClassName
{
color: #D996FB;
}
.AnyTagClassName
{
color: #D996FB;
}
</style>
background-color css
<style>
a { background-color: #D996FB; }
a { background-color: rgb(217,150,251); }
div.DivClassName
{
background-color: #D996FB;
}
.BgClassName
{
background-color: #D996FB;
}
</style>
border-color css
<style>
span { border-color: #D996FB; }
span { border-color: rgb(217,150,251); }
td.TdClassName
{
border-color: #D996FB;
}
.TagClassName
{
border-color: #D996FB;
}
</style>