Shades of Mauve #DF9FF2
Tints of Mauve #DF9FF2
RGB
CMYK
RGB Variations
Color information
#DF9FF2 (or 0xDF9FF2) is known color: Mauve. HEX triplet: DF, 9F and F2. RGB value is (223,159,242). Sum of RGB (Red+Green+Blue) = 223+159+242=624 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.74% from 624); Green value is 159 (62.5% from 255 or 25.48% from 624); Blue value is 242 (94.92% from 255 or 38.78% from 624); Max value from RGB is 242 - color contains mainly: blue. Hex color #DF9FF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF9FF2 is #20600D. Grayscale: #BBBBBB. Windows color (decimal): -2121742 or 15900639. OLE color: 15900639.
HSL color Cylindrical-coordinate representation of color #DF9FF2: hue angle of 286.27º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DF9FF2 is Cyan = 0.08, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 159 | 242 | - |
| CMYK | 0.08 | 0.34 | 0 | 0.05 |
| HSL | 286.27º | 0.76% | 0.79% | - |
| HSV(B) | 286.27º | 0.34% | 0.95% | - |
| XYZ | 58.86 | 46.9 | 89.95 | - |
| YUV | 187.6 | 158.7 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 159 | 242 | 0.08 | 0.34 | 0 | 0.05 | 286.27 | 0.76 | 0.79 |
| Hex | DF | 9F | F2 | 8 | 22 | 0 | 5 | 11E | 4C | 4F |
| Octal | 337 | 237 | 362 | 10 | 42 | 0 | 5 | 436 | 114 | 117 |
| Binary | 11011111 | 10011111 | 11110010 | 1000 | 100010 | 0 | 101 | 100011110 | 1001100 | 1001111 |
Color Harmonies of #DF9FF2
Complementary color
Monochromatic Colors of #DF9FF2
Black with #DF9FF2
Text Example
Text Example
White with #DF9FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9FF2; }
p { color: rgb(223,159,242); }
H1.HeaderClassName
{
color: #DF9FF2;
}
.AnyTagClassName
{
color: #DF9FF2;
}
</style>
background-color css
<style>
a { background-color: #DF9FF2; }
a { background-color: rgb(223,159,242); }
div.DivClassName
{
background-color: #DF9FF2;
}
.BgClassName
{
background-color: #DF9FF2;
}
</style>
border-color css
<style>
span { border-color: #DF9FF2; }
span { border-color: rgb(223,159,242); }
td.TdClassName
{
border-color: #DF9FF2;
}
.TagClassName
{
border-color: #DF9FF2;
}
</style>