Shades of Mauve #DF9DFE
Tints of Mauve #DF9DFE
RGB
CMYK
RGB Variations
Color information
#DF9DFE (or 0xDF9DFE) is known color: Mauve. HEX triplet: DF, 9D and FE. RGB value is (223,157,254). Sum of RGB (Red+Green+Blue) = 223+157+254=634 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.17% from 634); Green value is 157 (61.72% from 255 or 24.76% from 634); Blue value is 254 (99.61% from 255 or 40.06% from 634); Max value from RGB is 254 - color contains mainly: blue. Hex color #DF9DFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF9DFE is #206201. Grayscale: #BBBBBB. Windows color (decimal): -2122242 or 16686559. OLE color: 16686559.
HSL color Cylindrical-coordinate representation of color #DF9DFE: hue angle of 280.82º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DF9DFE is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 223 | 157 | 254 | - |
| CMYK | 0.12 | 0.38 | 0 | 0.00 |
| HSL | 280.82º | 0.98% | 0.81% | - |
| HSV(B) | 280.82º | 0.38% | 1% | - |
| XYZ | 60.38 | 46.96 | 99.65 | - |
| YUV | 187.79 | 165.37 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 157 | 254 | 0.12 | 0.38 | 0 | 0.00 | 280.82 | 0.98 | 0.81 |
| Hex | DF | 9D | FE | C | 26 | 0 | 0 | 119 | 62 | 51 |
| Octal | 337 | 235 | 376 | 14 | 46 | 0 | 0 | 431 | 142 | 121 |
| Binary | 11011111 | 10011101 | 11111110 | 1100 | 100110 | 0 | 0 | 100011001 | 1100010 | 1010001 |
Color Harmonies of #DF9DFE
Complementary color
Monochromatic Colors of #DF9DFE
Black with #DF9DFE
Text Example
Text Example
White with #DF9DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9DFE; }
p { color: rgb(223,157,254); }
H1.HeaderClassName
{
color: #DF9DFE;
}
.AnyTagClassName
{
color: #DF9DFE;
}
</style>
background-color css
<style>
a { background-color: #DF9DFE; }
a { background-color: rgb(223,157,254); }
div.DivClassName
{
background-color: #DF9DFE;
}
.BgClassName
{
background-color: #DF9DFE;
}
</style>
border-color css
<style>
span { border-color: #DF9DFE; }
span { border-color: rgb(223,157,254); }
td.TdClassName
{
border-color: #DF9DFE;
}
.TagClassName
{
border-color: #DF9DFE;
}
</style>