Shades of Mauve #DD97F9
Tints of Mauve #DD97F9
RGB
CMYK
RGB Variations
Color information
#DD97F9 (or 0xDD97F9) is known color: Mauve. HEX triplet: DD, 97 and F9. RGB value is (221,151,249). Sum of RGB (Red+Green+Blue) = 221+151+249=621 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.59% from 621); Green value is 151 (59.38% from 255 or 24.32% from 621); Blue value is 249 (97.66% from 255 or 40.10% from 621); Max value from RGB is 249 - color contains mainly: blue. Hex color #DD97F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD97F9 is #226806. Grayscale: #B6B6B6. Windows color (decimal): -2254855 or 16357341. OLE color: 16357341.
HSL color Cylindrical-coordinate representation of color #DD97F9: hue angle of 282.86º 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 #DD97F9 is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 221 | 151 | 249 | - |
CMYK | 0.11 | 0.39 | 0 | 0.02 |
HSL | 282.86º | 0.89% | 0.78% | - |
HSV(B) | 282.86º | 0.39% | 0.98% | - |
XYZ | 57.98 | 44.34 | 95.13 | - |
YUV | 183.1 | 165.19 | 155.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 151 | 249 | 0.11 | 0.39 | 0 | 0.02 | 282.86 | 0.89 | 0.78 |
Hex | DD | 97 | F9 | B | 27 | 0 | 2 | 11B | 59 | 4E |
Octal | 335 | 227 | 371 | 13 | 47 | 0 | 2 | 433 | 131 | 116 |
Binary | 11011101 | 10010111 | 11111001 | 1011 | 100111 | 0 | 10 | 100011011 | 1011001 | 1001110 |
Color Harmonies of #DD97F9
Complementary color
Monochromatic Colors of #DD97F9
Black with #DD97F9
Text Example
Text Example
White with #DD97F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD97F9; }
p { color: rgb(221,151,249); }
H1.HeaderClassName
{
color: #DD97F9;
}
.AnyTagClassName
{
color: #DD97F9;
}
</style>
background-color css
<style>
a { background-color: #DD97F9; }
a { background-color: rgb(221,151,249); }
div.DivClassName
{
background-color: #DD97F9;
}
.BgClassName
{
background-color: #DD97F9;
}
</style>
border-color css
<style>
span { border-color: #DD97F9; }
span { border-color: rgb(221,151,249); }
td.TdClassName
{
border-color: #DD97F9;
}
.TagClassName
{
border-color: #DD97F9;
}
</style>