Shades of Mauve #DF9BFB
Tints of Mauve #DF9BFB
RGB
CMYK
RGB Variations
Color information
#DF9BFB (or 0xDF9BFB) is known color: Mauve. HEX triplet: DF, 9B and FB. RGB value is (223,155,251). Sum of RGB (Red+Green+Blue) = 223+155+251=629 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.45% from 629); Green value is 155 (60.94% from 255 or 24.64% from 629); Blue value is 251 (98.44% from 255 or 39.90% from 629); Max value from RGB is 251 - color contains mainly: blue. Hex color #DF9BFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF9BFB is #206404. Grayscale: #B9B9B9. Windows color (decimal): -2122757 or 16489439. OLE color: 16489439.
HSL color Cylindrical-coordinate representation of color #DF9BFB: hue angle of 282.5º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DF9BFB is Cyan = 0.11, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 155 | 251 | - |
| CMYK | 0.11 | 0.38 | 0 | 0.02 |
| HSL | 282.5º | 0.92% | 0.8% | - |
| HSV(B) | 282.5º | 0.38% | 0.98% | - |
| XYZ | 59.57 | 46.1 | 97.02 | - |
| YUV | 186.28 | 164.53 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 155 | 251 | 0.11 | 0.38 | 0 | 0.02 | 282.5 | 0.92 | 0.8 |
| Hex | DF | 9B | FB | B | 26 | 0 | 2 | 11A | 5C | 50 |
| Octal | 337 | 233 | 373 | 13 | 46 | 0 | 2 | 432 | 134 | 120 |
| Binary | 11011111 | 10011011 | 11111011 | 1011 | 100110 | 0 | 10 | 100011010 | 1011100 | 1010000 |
Color Harmonies of #DF9BFB
Complementary color
Monochromatic Colors of #DF9BFB
Black with #DF9BFB
Text Example
Text Example
White with #DF9BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9BFB; }
p { color: rgb(223,155,251); }
H1.HeaderClassName
{
color: #DF9BFB;
}
.AnyTagClassName
{
color: #DF9BFB;
}
</style>
background-color css
<style>
a { background-color: #DF9BFB; }
a { background-color: rgb(223,155,251); }
div.DivClassName
{
background-color: #DF9BFB;
}
.BgClassName
{
background-color: #DF9BFB;
}
</style>
border-color css
<style>
span { border-color: #DF9BFB; }
span { border-color: rgb(223,155,251); }
td.TdClassName
{
border-color: #DF9BFB;
}
.TagClassName
{
border-color: #DF9BFB;
}
</style>