Shades of Mauve #DF9EFF
Tints of Mauve #DF9EFF
RGB
CMYK
RGB Variations
Color information
#DF9EFF (or 0xDF9EFF) is known color: Mauve. HEX triplet: DF, 9E and FF. RGB value is (223,158,255). Sum of RGB (Red+Green+Blue) = 223+158+255=636 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.06% from 636); Green value is 158 (62.11% from 255 or 24.84% from 636); Blue value is 255 (100% from 255 or 40.09% from 636); Max value from RGB is 255 - color contains mainly: blue. Hex color #DF9EFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF9EFF is #206100. Grayscale: #BCBCBC. Windows color (decimal): -2121985 or 16752351. OLE color: 16752351.
HSL color Cylindrical-coordinate representation of color #DF9EFF: hue angle of 280.21º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DF9EFF is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 158 | 255 | - |
| CMYK | 0.13 | 0.38 | 0 | 0 |
| HSL | 280.21º | 1% | 0.81% | - |
| HSV(B) | 280.21º | 0.38% | 1% | - |
| XYZ | 60.71 | 47.36 | 100.55 | - |
| YUV | 188.49 | 165.53 | 152.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 158 | 255 | 0.13 | 0.38 | 0 | 0 | 280.21 | 1 | 0.81 |
| Hex | DF | 9E | FF | D | 26 | 0 | 0 | 118 | 64 | 51 |
| Octal | 337 | 236 | 377 | 15 | 46 | 0 | 0 | 430 | 144 | 121 |
| Binary | 11011111 | 10011110 | 11111111 | 1101 | 100110 | 0 | 0 | 100011000 | 1100100 | 1010001 |
Color Harmonies of #DF9EFF
Complementary color
Monochromatic Colors of #DF9EFF
Black with #DF9EFF
Text Example
Text Example
White with #DF9EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9EFF; }
p { color: rgb(223,158,255); }
H1.HeaderClassName
{
color: #DF9EFF;
}
.AnyTagClassName
{
color: #DF9EFF;
}
</style>
background-color css
<style>
a { background-color: #DF9EFF; }
a { background-color: rgb(223,158,255); }
div.DivClassName
{
background-color: #DF9EFF;
}
.BgClassName
{
background-color: #DF9EFF;
}
</style>
border-color css
<style>
span { border-color: #DF9EFF; }
span { border-color: rgb(223,158,255); }
td.TdClassName
{
border-color: #DF9EFF;
}
.TagClassName
{
border-color: #DF9EFF;
}
</style>