Shades of Mauve #D995FA
Tints of Mauve #D995FA
RGB
CMYK
RGB Variations
Color information
#D995FA (or 0xD995FA) is known color: Mauve. HEX triplet: D9, 95 and FA. RGB value is (217,149,250). Sum of RGB (Red+Green+Blue) = 217+149+250=616 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.23% from 616); Green value is 149 (58.59% from 255 or 24.19% from 616); Blue value is 250 (98.05% from 255 or 40.58% from 616); Max value from RGB is 250 - color contains mainly: blue. Hex color #D995FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D995FA is #266A05. Grayscale: #B4B4B4. Windows color (decimal): -2517510 or 16422361. OLE color: 16422361.
HSL color Cylindrical-coordinate representation of color #D995FA: hue angle of 280.4º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D995FA is Cyan = 0.13, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 149 | 250 | - |
| CMYK | 0.13 | 0.40 | 0 | 0.02 |
| HSL | 280.4º | 0.91% | 0.78% | - |
| HSV(B) | 280.4º | 0.4% | 0.98% | - |
| XYZ | 56.62 | 43.15 | 95.79 | - |
| YUV | 180.85 | 167.03 | 153.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 149 | 250 | 0.13 | 0.40 | 0 | 0.02 | 280.4 | 0.91 | 0.78 |
| Hex | D9 | 95 | FA | D | 28 | 0 | 2 | 118 | 5B | 4E |
| Octal | 331 | 225 | 372 | 15 | 50 | 0 | 2 | 430 | 133 | 116 |
| Binary | 11011001 | 10010101 | 11111010 | 1101 | 101000 | 0 | 10 | 100011000 | 1011011 | 1001110 |
Color Harmonies of #D995FA
Complementary color
Monochromatic Colors of #D995FA
Black with #D995FA
Text Example
Text Example
White with #D995FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D995FA; }
p { color: rgb(217,149,250); }
H1.HeaderClassName
{
color: #D995FA;
}
.AnyTagClassName
{
color: #D995FA;
}
</style>
background-color css
<style>
a { background-color: #D995FA; }
a { background-color: rgb(217,149,250); }
div.DivClassName
{
background-color: #D995FA;
}
.BgClassName
{
background-color: #D995FA;
}
</style>
border-color css
<style>
span { border-color: #D995FA; }
span { border-color: rgb(217,149,250); }
td.TdClassName
{
border-color: #D995FA;
}
.TagClassName
{
border-color: #D995FA;
}
</style>