Shades of Mauve #DF9FFB
Tints of Mauve #DF9FFB
RGB
CMYK
RGB Variations
Color information
#DF9FFB (or 0xDF9FFB) is known color: Mauve. HEX triplet: DF, 9F and FB. RGB value is (223,159,251). Sum of RGB (Red+Green+Blue) = 223+159+251=633 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.23% from 633); Green value is 159 (62.5% from 255 or 25.12% from 633); Blue value is 251 (98.44% from 255 or 39.65% from 633); Max value from RGB is 251 - color contains mainly: blue. Hex color #DF9FFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF9FFB is #206004. Grayscale: #BCBCBC. Windows color (decimal): -2121733 or 16490463. OLE color: 16490463.
HSL color Cylindrical-coordinate representation of color #DF9FFB: hue angle of 281.74º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DF9FFB is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 159 | 251 | - |
| CMYK | 0.11 | 0.37 | 0 | 0.02 |
| HSL | 281.74º | 0.92% | 0.8% | - |
| HSV(B) | 281.74º | 0.37% | 0.98% | - |
| XYZ | 60.24 | 47.45 | 97.25 | - |
| YUV | 188.62 | 163.2 | 152.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 159 | 251 | 0.11 | 0.37 | 0 | 0.02 | 281.74 | 0.92 | 0.8 |
| Hex | DF | 9F | FB | B | 25 | 0 | 2 | 11A | 5C | 50 |
| Octal | 337 | 237 | 373 | 13 | 45 | 0 | 2 | 432 | 134 | 120 |
| Binary | 11011111 | 10011111 | 11111011 | 1011 | 100101 | 0 | 10 | 100011010 | 1011100 | 1010000 |
Color Harmonies of #DF9FFB
Complementary color
Monochromatic Colors of #DF9FFB
Black with #DF9FFB
Text Example
Text Example
White with #DF9FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9FFB; }
p { color: rgb(223,159,251); }
H1.HeaderClassName
{
color: #DF9FFB;
}
.AnyTagClassName
{
color: #DF9FFB;
}
</style>
background-color css
<style>
a { background-color: #DF9FFB; }
a { background-color: rgb(223,159,251); }
div.DivClassName
{
background-color: #DF9FFB;
}
.BgClassName
{
background-color: #DF9FFB;
}
</style>
border-color css
<style>
span { border-color: #DF9FFB; }
span { border-color: rgb(223,159,251); }
td.TdClassName
{
border-color: #DF9FFB;
}
.TagClassName
{
border-color: #DF9FFB;
}
</style>