Shades of Mauve #DD99F7
Tints of Mauve #DD99F7
RGB
CMYK
RGB Variations
Color information
#DD99F7 (or 0xDD99F7) is known color: Mauve. HEX triplet: DD, 99 and F7. RGB value is (221,153,247). Sum of RGB (Red+Green+Blue) = 221+153+247=621 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.59% from 621); Green value is 153 (60.16% from 255 or 24.64% from 621); Blue value is 247 (96.88% from 255 or 39.77% from 621); Max value from RGB is 247 - color contains mainly: blue. Hex color #DD99F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD99F7 is #226608. Grayscale: #B7B7B7. Windows color (decimal): -2254345 or 16226781. OLE color: 16226781.
HSL color Cylindrical-coordinate representation of color #DD99F7: hue angle of 283.4º degrees, saturation: 0.85, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DD99F7 is Cyan = 0.11, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 153 | 247 | - |
| CMYK | 0.11 | 0.38 | 0 | 0.03 |
| HSL | 283.4º | 0.85% | 0.78% | - |
| HSV(B) | 283.4º | 0.38% | 0.97% | - |
| XYZ | 58 | 44.87 | 93.6 | - |
| YUV | 184.05 | 163.53 | 154.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 153 | 247 | 0.11 | 0.38 | 0 | 0.03 | 283.4 | 0.85 | 0.78 |
| Hex | DD | 99 | F7 | B | 26 | 0 | 3 | 11B | 55 | 4E |
| Octal | 335 | 231 | 367 | 13 | 46 | 0 | 3 | 433 | 125 | 116 |
| Binary | 11011101 | 10011001 | 11110111 | 1011 | 100110 | 0 | 11 | 100011011 | 1010101 | 1001110 |
Color Harmonies of #DD99F7
Complementary color
Monochromatic Colors of #DD99F7
Black with #DD99F7
Text Example
Text Example
White with #DD99F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD99F7; }
p { color: rgb(221,153,247); }
H1.HeaderClassName
{
color: #DD99F7;
}
.AnyTagClassName
{
color: #DD99F7;
}
</style>
background-color css
<style>
a { background-color: #DD99F7; }
a { background-color: rgb(221,153,247); }
div.DivClassName
{
background-color: #DD99F7;
}
.BgClassName
{
background-color: #DD99F7;
}
</style>
border-color css
<style>
span { border-color: #DD99F7; }
span { border-color: rgb(221,153,247); }
td.TdClassName
{
border-color: #DD99F7;
}
.TagClassName
{
border-color: #DD99F7;
}
</style>