Shades of Mauve #DF9FFF
Tints of Mauve #DF9FFF
RGB
CMYK
RGB Variations
Color information
#DF9FFF (or 0xDF9FFF) is known color: Mauve. HEX triplet: DF, 9F and FF. RGB value is (223,159,255). Sum of RGB (Red+Green+Blue) = 223+159+255=637 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.01% from 637); Green value is 159 (62.5% from 255 or 24.96% from 637); Blue value is 255 (100% from 255 or 40.03% from 637); Max value from RGB is 255 - color contains mainly: blue. Hex color #DF9FFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF9FFF is #206000. Grayscale: #BCBCBC. Windows color (decimal): -2121729 or 16752607. OLE color: 16752607.
HSL color Cylindrical-coordinate representation of color #DF9FFF: hue angle of 280º 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 #DF9FFF is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 159 | 255 | - |
| CMYK | 0.13 | 0.38 | 0 | 0 |
| HSL | 280º | 1% | 0.81% | - |
| HSV(B) | 280º | 0.38% | 1% | - |
| XYZ | 60.88 | 47.7 | 100.61 | - |
| YUV | 189.08 | 165.2 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 159 | 255 | 0.13 | 0.38 | 0 | 0 | 280 | 1 | 0.81 |
| Hex | DF | 9F | FF | D | 26 | 0 | 0 | 118 | 64 | 51 |
| Octal | 337 | 237 | 377 | 15 | 46 | 0 | 0 | 430 | 144 | 121 |
| Binary | 11011111 | 10011111 | 11111111 | 1101 | 100110 | 0 | 0 | 100011000 | 1100100 | 1010001 |
Color Harmonies of #DF9FFF
Complementary color
Monochromatic Colors of #DF9FFF
Black with #DF9FFF
Text Example
Text Example
White with #DF9FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9FFF; }
p { color: rgb(223,159,255); }
H1.HeaderClassName
{
color: #DF9FFF;
}
.AnyTagClassName
{
color: #DF9FFF;
}
</style>
background-color css
<style>
a { background-color: #DF9FFF; }
a { background-color: rgb(223,159,255); }
div.DivClassName
{
background-color: #DF9FFF;
}
.BgClassName
{
background-color: #DF9FFF;
}
</style>
border-color css
<style>
span { border-color: #DF9FFF; }
span { border-color: rgb(223,159,255); }
td.TdClassName
{
border-color: #DF9FFF;
}
.TagClassName
{
border-color: #DF9FFF;
}
</style>