Shades of Mauve #DF9DFC
Tints of Mauve #DF9DFC
RGB
CMYK
RGB Variations
Color information
#DF9DFC (or 0xDF9DFC) is known color: Mauve. HEX triplet: DF, 9D and FC. RGB value is (223,157,252). Sum of RGB (Red+Green+Blue) = 223+157+252=632 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.28% from 632); Green value is 157 (61.72% from 255 or 24.84% from 632); Blue value is 252 (98.83% from 255 or 39.87% from 632); Max value from RGB is 252 - color contains mainly: blue. Hex color #DF9DFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF9DFC is #206203. Grayscale: #BBBBBB. Windows color (decimal): -2122244 or 16555487. OLE color: 16555487.
HSL color Cylindrical-coordinate representation of color #DF9DFC: hue angle of 281.68º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DF9DFC is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 157 | 252 | - |
| CMYK | 0.12 | 0.38 | 0 | 0.01 |
| HSL | 281.68º | 0.94% | 0.8% | - |
| HSV(B) | 281.68º | 0.38% | 0.99% | - |
| XYZ | 60.06 | 46.83 | 97.97 | - |
| YUV | 187.56 | 164.37 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 157 | 252 | 0.12 | 0.38 | 0 | 0.01 | 281.68 | 0.94 | 0.8 |
| Hex | DF | 9D | FC | C | 26 | 0 | 1 | 11A | 5E | 50 |
| Octal | 337 | 235 | 374 | 14 | 46 | 0 | 1 | 432 | 136 | 120 |
| Binary | 11011111 | 10011101 | 11111100 | 1100 | 100110 | 0 | 1 | 100011010 | 1011110 | 1010000 |
Color Harmonies of #DF9DFC
Complementary color
Monochromatic Colors of #DF9DFC
Black with #DF9DFC
Text Example
Text Example
White with #DF9DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9DFC; }
p { color: rgb(223,157,252); }
H1.HeaderClassName
{
color: #DF9DFC;
}
.AnyTagClassName
{
color: #DF9DFC;
}
</style>
background-color css
<style>
a { background-color: #DF9DFC; }
a { background-color: rgb(223,157,252); }
div.DivClassName
{
background-color: #DF9DFC;
}
.BgClassName
{
background-color: #DF9DFC;
}
</style>
border-color css
<style>
span { border-color: #DF9DFC; }
span { border-color: rgb(223,157,252); }
td.TdClassName
{
border-color: #DF9DFC;
}
.TagClassName
{
border-color: #DF9DFC;
}
</style>