Shades of Mauve #DF9AF9
Tints of Mauve #DF9AF9
RGB
CMYK
RGB Variations
Color information
#DF9AF9 (or 0xDF9AF9) is known color: Mauve. HEX triplet: DF, 9A and F9. RGB value is (223,154,249). Sum of RGB (Red+Green+Blue) = 223+154+249=626 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.62% from 626); Green value is 154 (60.55% from 255 or 24.60% from 626); Blue value is 249 (97.66% from 255 or 39.78% from 626); Max value from RGB is 249 - color contains mainly: blue. Hex color #DF9AF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF9AF9 is #206506. Grayscale: #B9B9B9. Windows color (decimal): -2123015 or 16358111. OLE color: 16358111.
HSL color Cylindrical-coordinate representation of color #DF9AF9: hue angle of 283.58º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DF9AF9 is Cyan = 0.10, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 154 | 249 | - |
| CMYK | 0.10 | 0.38 | 0 | 0.02 |
| HSL | 283.58º | 0.89% | 0.79% | - |
| HSV(B) | 283.58º | 0.38% | 0.98% | - |
| XYZ | 59.09 | 45.64 | 95.32 | - |
| YUV | 185.46 | 163.86 | 154.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 154 | 249 | 0.10 | 0.38 | 0 | 0.02 | 283.58 | 0.89 | 0.79 |
| Hex | DF | 9A | F9 | A | 26 | 0 | 2 | 11C | 59 | 4F |
| Octal | 337 | 232 | 371 | 12 | 46 | 0 | 2 | 434 | 131 | 117 |
| Binary | 11011111 | 10011010 | 11111001 | 1010 | 100110 | 0 | 10 | 100011100 | 1011001 | 1001111 |
Color Harmonies of #DF9AF9
Complementary color
Monochromatic Colors of #DF9AF9
Black with #DF9AF9
Text Example
Text Example
White with #DF9AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9AF9; }
p { color: rgb(223,154,249); }
H1.HeaderClassName
{
color: #DF9AF9;
}
.AnyTagClassName
{
color: #DF9AF9;
}
</style>
background-color css
<style>
a { background-color: #DF9AF9; }
a { background-color: rgb(223,154,249); }
div.DivClassName
{
background-color: #DF9AF9;
}
.BgClassName
{
background-color: #DF9AF9;
}
</style>
border-color css
<style>
span { border-color: #DF9AF9; }
span { border-color: rgb(223,154,249); }
td.TdClassName
{
border-color: #DF9AF9;
}
.TagClassName
{
border-color: #DF9AF9;
}
</style>