Shades of Mauve #D497F9
Tints of Mauve #D497F9
RGB
CMYK
RGB Variations
Color information
#D497F9 (or 0xD497F9) is known color: Mauve. HEX triplet: D4, 97 and F9. RGB value is (212,151,249). Sum of RGB (Red+Green+Blue) = 212+151+249=612 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.64% from 612); Green value is 151 (59.38% from 255 or 24.67% from 612); Blue value is 249 (97.66% from 255 or 40.69% from 612); Max value from RGB is 249 - color contains mainly: blue. Hex color #D497F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D497F9 is #2B6806. Grayscale: #B4B4B4. Windows color (decimal): -2844679 or 16357332. OLE color: 16357332.
HSL color Cylindrical-coordinate representation of color #D497F9: hue angle of 277.35º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D497F9 is Cyan = 0.15, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 151 | 249 | - |
| CMYK | 0.15 | 0.39 | 0 | 0.02 |
| HSL | 277.35º | 0.89% | 0.78% | - |
| HSV(B) | 277.35º | 0.39% | 0.98% | - |
| XYZ | 55.32 | 42.97 | 95 | - |
| YUV | 180.41 | 166.71 | 150.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 151 | 249 | 0.15 | 0.39 | 0 | 0.02 | 277.35 | 0.89 | 0.78 |
| Hex | D4 | 97 | F9 | F | 27 | 0 | 2 | 115 | 59 | 4E |
| Octal | 324 | 227 | 371 | 17 | 47 | 0 | 2 | 425 | 131 | 116 |
| Binary | 11010100 | 10010111 | 11111001 | 1111 | 100111 | 0 | 10 | 100010101 | 1011001 | 1001110 |
Color Harmonies of #D497F9
Complementary color
Monochromatic Colors of #D497F9
Black with #D497F9
Text Example
Text Example
White with #D497F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D497F9; }
p { color: rgb(212,151,249); }
H1.HeaderClassName
{
color: #D497F9;
}
.AnyTagClassName
{
color: #D497F9;
}
</style>
background-color css
<style>
a { background-color: #D497F9; }
a { background-color: rgb(212,151,249); }
div.DivClassName
{
background-color: #D497F9;
}
.BgClassName
{
background-color: #D497F9;
}
</style>
border-color css
<style>
span { border-color: #D497F9; }
span { border-color: rgb(212,151,249); }
td.TdClassName
{
border-color: #D497F9;
}
.TagClassName
{
border-color: #D497F9;
}
</style>