Shades of Mauve #D997FA
Tints of Mauve #D997FA
RGB
CMYK
RGB Variations
Color information
#D997FA (or 0xD997FA) is known color: Mauve. HEX triplet: D9, 97 and FA. RGB value is (217,151,250). Sum of RGB (Red+Green+Blue) = 217+151+250=618 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.11% from 618); Green value is 151 (59.38% from 255 or 24.43% from 618); Blue value is 250 (98.05% from 255 or 40.45% from 618); Max value from RGB is 250 - color contains mainly: blue. Hex color #D997FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D997FA is #266805. Grayscale: #B5B5B5. Windows color (decimal): -2516998 or 16422873. OLE color: 16422873.
HSL color Cylindrical-coordinate representation of color #D997FA: hue angle of 280º degrees, saturation: 0.91, 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 #D997FA is Cyan = 0.13, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 151 | 250 | - |
| CMYK | 0.13 | 0.40 | 0 | 0.02 |
| HSL | 280º | 0.91% | 0.79% | - |
| HSV(B) | 280º | 0.4% | 0.98% | - |
| XYZ | 56.94 | 43.79 | 95.89 | - |
| YUV | 182.02 | 166.37 | 152.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 151 | 250 | 0.13 | 0.40 | 0 | 0.02 | 280 | 0.91 | 0.79 |
| Hex | D9 | 97 | FA | D | 28 | 0 | 2 | 118 | 5B | 4F |
| Octal | 331 | 227 | 372 | 15 | 50 | 0 | 2 | 430 | 133 | 117 |
| Binary | 11011001 | 10010111 | 11111010 | 1101 | 101000 | 0 | 10 | 100011000 | 1011011 | 1001111 |
Color Harmonies of #D997FA
Complementary color
Monochromatic Colors of #D997FA
Black with #D997FA
Text Example
Text Example
White with #D997FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D997FA; }
p { color: rgb(217,151,250); }
H1.HeaderClassName
{
color: #D997FA;
}
.AnyTagClassName
{
color: #D997FA;
}
</style>
background-color css
<style>
a { background-color: #D997FA; }
a { background-color: rgb(217,151,250); }
div.DivClassName
{
background-color: #D997FA;
}
.BgClassName
{
background-color: #D997FA;
}
</style>
border-color css
<style>
span { border-color: #D997FA; }
span { border-color: rgb(217,151,250); }
td.TdClassName
{
border-color: #D997FA;
}
.TagClassName
{
border-color: #D997FA;
}
</style>