Shades of Mauve #D997F7
Tints of Mauve #D997F7
RGB
CMYK
RGB Variations
Color information
#D997F7 (or 0xD997F7) is known color: Mauve. HEX triplet: D9, 97 and F7. RGB value is (217,151,247). Sum of RGB (Red+Green+Blue) = 217+151+247=615 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.28% from 615); Green value is 151 (59.38% from 255 or 24.55% from 615); Blue value is 247 (96.88% from 255 or 40.16% from 615); Max value from RGB is 247 - color contains mainly: blue. Hex color #D997F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D997F7 is #266808. Grayscale: #B5B5B5. Windows color (decimal): -2517001 or 16226265. OLE color: 16226265.
HSL color Cylindrical-coordinate representation of color #D997F7: hue angle of 281.25º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D997F7 is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 217 | 151 | 247 | - |
| CMYK | 0.12 | 0.39 | 0 | 0.03 |
| HSL | 281.25º | 0.86% | 0.78% | - |
| HSV(B) | 281.25º | 0.39% | 0.97% | - |
| XYZ | 56.47 | 43.6 | 93.44 | - |
| YUV | 181.68 | 164.87 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 151 | 247 | 0.12 | 0.39 | 0 | 0.03 | 281.25 | 0.86 | 0.78 |
| Hex | D9 | 97 | F7 | C | 27 | 0 | 3 | 119 | 56 | 4E |
| Octal | 331 | 227 | 367 | 14 | 47 | 0 | 3 | 431 | 126 | 116 |
| Binary | 11011001 | 10010111 | 11110111 | 1100 | 100111 | 0 | 11 | 100011001 | 1010110 | 1001110 |
Color Harmonies of #D997F7
Complementary color
Monochromatic Colors of #D997F7
Black with #D997F7
Text Example
Text Example
White with #D997F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D997F7; }
p { color: rgb(217,151,247); }
H1.HeaderClassName
{
color: #D997F7;
}
.AnyTagClassName
{
color: #D997F7;
}
</style>
background-color css
<style>
a { background-color: #D997F7; }
a { background-color: rgb(217,151,247); }
div.DivClassName
{
background-color: #D997F7;
}
.BgClassName
{
background-color: #D997F7;
}
</style>
border-color css
<style>
span { border-color: #D997F7; }
span { border-color: rgb(217,151,247); }
td.TdClassName
{
border-color: #D997F7;
}
.TagClassName
{
border-color: #D997F7;
}
</style>