Shades of Mauve #DF9EFC
Tints of Mauve #DF9EFC
RGB
CMYK
RGB Variations
Color information
#DF9EFC (or 0xDF9EFC) is known color: Mauve. HEX triplet: DF, 9E and FC. RGB value is (223,158,252). Sum of RGB (Red+Green+Blue) = 223+158+252=633 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.23% from 633); Green value is 158 (62.11% from 255 or 24.96% from 633); Blue value is 252 (98.83% from 255 or 39.81% from 633); Max value from RGB is 252 - color contains mainly: blue. Hex color #DF9EFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF9EFC is #206103. Grayscale: #BBBBBB. Windows color (decimal): -2121988 or 16555743. OLE color: 16555743.
HSL color Cylindrical-coordinate representation of color #DF9EFC: hue angle of 281.49º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DF9EFC is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 158 | 252 | - |
| CMYK | 0.12 | 0.37 | 0 | 0.01 |
| HSL | 281.49º | 0.94% | 0.8% | - |
| HSV(B) | 281.49º | 0.37% | 0.99% | - |
| XYZ | 60.23 | 47.17 | 98.03 | - |
| YUV | 188.15 | 164.03 | 152.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 158 | 252 | 0.12 | 0.37 | 0 | 0.01 | 281.49 | 0.94 | 0.8 |
| Hex | DF | 9E | FC | C | 25 | 0 | 1 | 119 | 5E | 50 |
| Octal | 337 | 236 | 374 | 14 | 45 | 0 | 1 | 431 | 136 | 120 |
| Binary | 11011111 | 10011110 | 11111100 | 1100 | 100101 | 0 | 1 | 100011001 | 1011110 | 1010000 |
Color Harmonies of #DF9EFC
Complementary color
Monochromatic Colors of #DF9EFC
Black with #DF9EFC
Text Example
Text Example
White with #DF9EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9EFC; }
p { color: rgb(223,158,252); }
H1.HeaderClassName
{
color: #DF9EFC;
}
.AnyTagClassName
{
color: #DF9EFC;
}
</style>
background-color css
<style>
a { background-color: #DF9EFC; }
a { background-color: rgb(223,158,252); }
div.DivClassName
{
background-color: #DF9EFC;
}
.BgClassName
{
background-color: #DF9EFC;
}
</style>
border-color css
<style>
span { border-color: #DF9EFC; }
span { border-color: rgb(223,158,252); }
td.TdClassName
{
border-color: #DF9EFC;
}
.TagClassName
{
border-color: #DF9EFC;
}
</style>