Shades of Mauve #DD9FF9
Tints of Mauve #DD9FF9
RGB
CMYK
RGB Variations
Color information
#DD9FF9 (or 0xDD9FF9) is known color: Mauve. HEX triplet: DD, 9F and F9. RGB value is (221,159,249). Sum of RGB (Red+Green+Blue) = 221+159+249=629 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.14% from 629); Green value is 159 (62.5% from 255 or 25.28% from 629); Blue value is 249 (97.66% from 255 or 39.59% from 629); Max value from RGB is 249 - color contains mainly: blue. Hex color #DD9FF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD9FF9 is #226006. Grayscale: #BBBBBB. Windows color (decimal): -2252807 or 16359389. OLE color: 16359389.
HSL color Cylindrical-coordinate representation of color #DD9FF9: hue angle of 281.33º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DD9FF9 is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 159 | 249 | - |
| CMYK | 0.11 | 0.36 | 0 | 0.02 |
| HSL | 281.33º | 0.88% | 0.8% | - |
| HSV(B) | 281.33º | 0.36% | 0.98% | - |
| XYZ | 59.32 | 47.01 | 95.57 | - |
| YUV | 187.8 | 162.54 | 151.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 159 | 249 | 0.11 | 0.36 | 0 | 0.02 | 281.33 | 0.88 | 0.8 |
| Hex | DD | 9F | F9 | B | 24 | 0 | 2 | 119 | 58 | 50 |
| Octal | 335 | 237 | 371 | 13 | 44 | 0 | 2 | 431 | 130 | 120 |
| Binary | 11011101 | 10011111 | 11111001 | 1011 | 100100 | 0 | 10 | 100011001 | 1011000 | 1010000 |
Color Harmonies of #DD9FF9
Complementary color
Monochromatic Colors of #DD9FF9
Black with #DD9FF9
Text Example
Text Example
White with #DD9FF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9FF9; }
p { color: rgb(221,159,249); }
H1.HeaderClassName
{
color: #DD9FF9;
}
.AnyTagClassName
{
color: #DD9FF9;
}
</style>
background-color css
<style>
a { background-color: #DD9FF9; }
a { background-color: rgb(221,159,249); }
div.DivClassName
{
background-color: #DD9FF9;
}
.BgClassName
{
background-color: #DD9FF9;
}
</style>
border-color css
<style>
span { border-color: #DD9FF9; }
span { border-color: rgb(221,159,249); }
td.TdClassName
{
border-color: #DD9FF9;
}
.TagClassName
{
border-color: #DD9FF9;
}
</style>