Shades of Mauve #DF9DFB
Tints of Mauve #DF9DFB
RGB
CMYK
RGB Variations
Color information
#DF9DFB (or 0xDF9DFB) is known color: Mauve. HEX triplet: DF, 9D and FB. RGB value is (223,157,251). Sum of RGB (Red+Green+Blue) = 223+157+251=631 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.34% from 631); Green value is 157 (61.72% from 255 or 24.88% from 631); Blue value is 251 (98.44% from 255 or 39.78% from 631); Max value from RGB is 251 - color contains mainly: blue. Hex color #DF9DFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF9DFB is #206204. Grayscale: #BBBBBB. Windows color (decimal): -2122245 or 16489951. OLE color: 16489951.
HSL color Cylindrical-coordinate representation of color #DF9DFB: hue angle of 282.13º 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 #DF9DFB is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 157 | 251 | - |
| CMYK | 0.11 | 0.37 | 0 | 0.02 |
| HSL | 282.13º | 0.92% | 0.8% | - |
| HSV(B) | 282.13º | 0.37% | 0.98% | - |
| XYZ | 59.9 | 46.77 | 97.14 | - |
| YUV | 187.45 | 163.87 | 153.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 157 | 251 | 0.11 | 0.37 | 0 | 0.02 | 282.13 | 0.92 | 0.8 |
| Hex | DF | 9D | FB | B | 25 | 0 | 2 | 11A | 5C | 50 |
| Octal | 337 | 235 | 373 | 13 | 45 | 0 | 2 | 432 | 134 | 120 |
| Binary | 11011111 | 10011101 | 11111011 | 1011 | 100101 | 0 | 10 | 100011010 | 1011100 | 1010000 |
Color Harmonies of #DF9DFB
Complementary color
Monochromatic Colors of #DF9DFB
Black with #DF9DFB
Text Example
Text Example
White with #DF9DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9DFB; }
p { color: rgb(223,157,251); }
H1.HeaderClassName
{
color: #DF9DFB;
}
.AnyTagClassName
{
color: #DF9DFB;
}
</style>
background-color css
<style>
a { background-color: #DF9DFB; }
a { background-color: rgb(223,157,251); }
div.DivClassName
{
background-color: #DF9DFB;
}
.BgClassName
{
background-color: #DF9DFB;
}
</style>
border-color css
<style>
span { border-color: #DF9DFB; }
span { border-color: rgb(223,157,251); }
td.TdClassName
{
border-color: #DF9DFB;
}
.TagClassName
{
border-color: #DF9DFB;
}
</style>