Shades of Mauve #D994FB
Tints of Mauve #D994FB
RGB
CMYK
RGB Variations
Color information
#D994FB (or 0xD994FB) is known color: Mauve. HEX triplet: D9, 94 and FB. RGB value is (217,148,251). Sum of RGB (Red+Green+Blue) = 217+148+251=616 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.23% from 616); Green value is 148 (58.20% from 255 or 24.03% from 616); Blue value is 251 (98.44% from 255 or 40.75% from 616); Max value from RGB is 251 - color contains mainly: blue. Hex color #D994FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D994FB is #266B04. Grayscale: #B4B4B4. Windows color (decimal): -2517765 or 16487641. OLE color: 16487641.
HSL color Cylindrical-coordinate representation of color #D994FB: hue angle of 280.19º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D994FB is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 148 | 251 | - |
| CMYK | 0.14 | 0.41 | 0 | 0.02 |
| HSL | 280.19º | 0.93% | 0.78% | - |
| HSV(B) | 280.19º | 0.41% | 0.98% | - |
| XYZ | 56.62 | 42.9 | 96.56 | - |
| YUV | 180.37 | 167.86 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 148 | 251 | 0.14 | 0.41 | 0 | 0.02 | 280.19 | 0.93 | 0.78 |
| Hex | D9 | 94 | FB | E | 29 | 0 | 2 | 118 | 5D | 4E |
| Octal | 331 | 224 | 373 | 16 | 51 | 0 | 2 | 430 | 135 | 116 |
| Binary | 11011001 | 10010100 | 11111011 | 1110 | 101001 | 0 | 10 | 100011000 | 1011101 | 1001110 |
Color Harmonies of #D994FB
Complementary color
Monochromatic Colors of #D994FB
Black with #D994FB
Text Example
Text Example
White with #D994FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D994FB; }
p { color: rgb(217,148,251); }
H1.HeaderClassName
{
color: #D994FB;
}
.AnyTagClassName
{
color: #D994FB;
}
</style>
background-color css
<style>
a { background-color: #D994FB; }
a { background-color: rgb(217,148,251); }
div.DivClassName
{
background-color: #D994FB;
}
.BgClassName
{
background-color: #D994FB;
}
</style>
border-color css
<style>
span { border-color: #D994FB; }
span { border-color: rgb(217,148,251); }
td.TdClassName
{
border-color: #D994FB;
}
.TagClassName
{
border-color: #D994FB;
}
</style>