Shades of Mauve #DF9FF8
Tints of Mauve #DF9FF8
RGB
CMYK
RGB Variations
Color information
#DF9FF8 (or 0xDF9FF8) is known color: Mauve. HEX triplet: DF, 9F and F8. RGB value is (223,159,248). Sum of RGB (Red+Green+Blue) = 223+159+248=630 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.40% from 630); Green value is 159 (62.5% from 255 or 25.24% from 630); Blue value is 248 (97.27% from 255 or 39.37% from 630); Max value from RGB is 248 - color contains mainly: blue. Hex color #DF9FF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF9FF8 is #206007. Grayscale: #BBBBBB. Windows color (decimal): -2121736 or 16293855. OLE color: 16293855.
HSL color Cylindrical-coordinate representation of color #DF9FF8: hue angle of 283.15º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DF9FF8 is Cyan = 0.10, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 223 | 159 | 248 | - |
| CMYK | 0.10 | 0.36 | 0 | 0.03 |
| HSL | 283.15º | 0.86% | 0.8% | - |
| HSV(B) | 283.15º | 0.36% | 0.97% | - |
| XYZ | 59.77 | 47.26 | 94.78 | - |
| YUV | 188.28 | 161.7 | 152.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 159 | 248 | 0.10 | 0.36 | 0 | 0.03 | 283.15 | 0.86 | 0.8 |
| Hex | DF | 9F | F8 | A | 24 | 0 | 3 | 11B | 56 | 50 |
| Octal | 337 | 237 | 370 | 12 | 44 | 0 | 3 | 433 | 126 | 120 |
| Binary | 11011111 | 10011111 | 11111000 | 1010 | 100100 | 0 | 11 | 100011011 | 1010110 | 1010000 |
Color Harmonies of #DF9FF8
Complementary color
Monochromatic Colors of #DF9FF8
Black with #DF9FF8
Text Example
Text Example
White with #DF9FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9FF8; }
p { color: rgb(223,159,248); }
H1.HeaderClassName
{
color: #DF9FF8;
}
.AnyTagClassName
{
color: #DF9FF8;
}
</style>
background-color css
<style>
a { background-color: #DF9FF8; }
a { background-color: rgb(223,159,248); }
div.DivClassName
{
background-color: #DF9FF8;
}
.BgClassName
{
background-color: #DF9FF8;
}
</style>
border-color css
<style>
span { border-color: #DF9FF8; }
span { border-color: rgb(223,159,248); }
td.TdClassName
{
border-color: #DF9FF8;
}
.TagClassName
{
border-color: #DF9FF8;
}
</style>