Shades of Mauve #D995FE
Tints of Mauve #D995FE
RGB
CMYK
RGB Variations
Color information
#D995FE (or 0xD995FE) is known color: Mauve. HEX triplet: D9, 95 and FE. RGB value is (217,149,254). Sum of RGB (Red+Green+Blue) = 217+149+254=620 (82% of max value = 765). Red value is 217 (85.16% from 255 or 35% from 620); Green value is 149 (58.59% from 255 or 24.03% from 620); Blue value is 254 (99.61% from 255 or 40.97% from 620); Max value from RGB is 254 - color contains mainly: blue. Hex color #D995FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D995FE is #266A01. Grayscale: #B4B4B4. Windows color (decimal): -2517506 or 16684505. OLE color: 16684505.
HSL color Cylindrical-coordinate representation of color #D995FE: hue angle of 278.86º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D995FE is Cyan = 0.15, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 217 | 149 | 254 | - |
| CMYK | 0.15 | 0.41 | 0 | 0.00 |
| HSL | 278.86º | 0.98% | 0.79% | - |
| HSV(B) | 278.86º | 0.41% | 1% | - |
| XYZ | 57.25 | 43.4 | 99.13 | - |
| YUV | 181.3 | 169.03 | 153.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 149 | 254 | 0.15 | 0.41 | 0 | 0.00 | 278.86 | 0.98 | 0.79 |
| Hex | D9 | 95 | FE | F | 29 | 0 | 0 | 117 | 62 | 4F |
| Octal | 331 | 225 | 376 | 17 | 51 | 0 | 0 | 427 | 142 | 117 |
| Binary | 11011001 | 10010101 | 11111110 | 1111 | 101001 | 0 | 0 | 100010111 | 1100010 | 1001111 |
Color Harmonies of #D995FE
Complementary color
Monochromatic Colors of #D995FE
Black with #D995FE
Text Example
Text Example
White with #D995FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D995FE; }
p { color: rgb(217,149,254); }
H1.HeaderClassName
{
color: #D995FE;
}
.AnyTagClassName
{
color: #D995FE;
}
</style>
background-color css
<style>
a { background-color: #D995FE; }
a { background-color: rgb(217,149,254); }
div.DivClassName
{
background-color: #D995FE;
}
.BgClassName
{
background-color: #D995FE;
}
</style>
border-color css
<style>
span { border-color: #D995FE; }
span { border-color: rgb(217,149,254); }
td.TdClassName
{
border-color: #D995FE;
}
.TagClassName
{
border-color: #D995FE;
}
</style>