Shades of Mauve #D397F9
Tints of Mauve #D397F9
RGB
CMYK
RGB Variations
Color information
#D397F9 (or 0xD397F9) is known color: Mauve. HEX triplet: D3, 97 and F9. RGB value is (211,151,249). Sum of RGB (Red+Green+Blue) = 211+151+249=611 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.53% from 611); Green value is 151 (59.38% from 255 or 24.71% from 611); Blue value is 249 (97.66% from 255 or 40.75% from 611); Max value from RGB is 249 - color contains mainly: blue. Hex color #D397F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D397F9 is #2C6806. Grayscale: #B3B3B3. Windows color (decimal): -2910215 or 16357331. OLE color: 16357331.
HSL color Cylindrical-coordinate representation of color #D397F9: hue angle of 276.73º 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 #D397F9 is Cyan = 0.15, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 151 | 249 | - |
| CMYK | 0.15 | 0.39 | 0 | 0.02 |
| HSL | 276.73º | 0.89% | 0.78% | - |
| HSV(B) | 276.73º | 0.39% | 0.98% | - |
| XYZ | 55.03 | 42.82 | 94.99 | - |
| YUV | 180.11 | 166.88 | 150.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 151 | 249 | 0.15 | 0.39 | 0 | 0.02 | 276.73 | 0.89 | 0.78 |
| Hex | D3 | 97 | F9 | F | 27 | 0 | 2 | 115 | 59 | 4E |
| Octal | 323 | 227 | 371 | 17 | 47 | 0 | 2 | 425 | 131 | 116 |
| Binary | 11010011 | 10010111 | 11111001 | 1111 | 100111 | 0 | 10 | 100010101 | 1011001 | 1001110 |
Color Harmonies of #D397F9
Complementary color
Monochromatic Colors of #D397F9
Black with #D397F9
Text Example
Text Example
White with #D397F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D397F9; }
p { color: rgb(211,151,249); }
H1.HeaderClassName
{
color: #D397F9;
}
.AnyTagClassName
{
color: #D397F9;
}
</style>
background-color css
<style>
a { background-color: #D397F9; }
a { background-color: rgb(211,151,249); }
div.DivClassName
{
background-color: #D397F9;
}
.BgClassName
{
background-color: #D397F9;
}
</style>
border-color css
<style>
span { border-color: #D397F9; }
span { border-color: rgb(211,151,249); }
td.TdClassName
{
border-color: #D397F9;
}
.TagClassName
{
border-color: #D397F9;
}
</style>