Shades of Mauve #DF93FB
Tints of Mauve #DF93FB
RGB
CMYK
RGB Variations
Color information
#DF93FB (or 0xDF93FB) is known color: Mauve. HEX triplet: DF, 93 and FB. RGB value is (223,147,251). Sum of RGB (Red+Green+Blue) = 223+147+251=621 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.91% from 621); Green value is 147 (57.81% from 255 or 23.67% from 621); Blue value is 251 (98.44% from 255 or 40.42% from 621); Max value from RGB is 251 - color contains mainly: blue. Hex color #DF93FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF93FB is #206C04. Grayscale: #B5B5B5. Windows color (decimal): -2124805 or 16487391. OLE color: 16487391.
HSL color Cylindrical-coordinate representation of color #DF93FB: hue angle of 283.85º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DF93FB is Cyan = 0.11, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 147 | 251 | - |
| CMYK | 0.11 | 0.41 | 0 | 0.02 |
| HSL | 283.85º | 0.93% | 0.78% | - |
| HSV(B) | 283.85º | 0.41% | 0.98% | - |
| XYZ | 58.28 | 43.52 | 96.6 | - |
| YUV | 181.58 | 167.18 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 147 | 251 | 0.11 | 0.41 | 0 | 0.02 | 283.85 | 0.93 | 0.78 |
| Hex | DF | 93 | FB | B | 29 | 0 | 2 | 11C | 5D | 4E |
| Octal | 337 | 223 | 373 | 13 | 51 | 0 | 2 | 434 | 135 | 116 |
| Binary | 11011111 | 10010011 | 11111011 | 1011 | 101001 | 0 | 10 | 100011100 | 1011101 | 1001110 |
Color Harmonies of #DF93FB
Complementary color
Monochromatic Colors of #DF93FB
Black with #DF93FB
Text Example
Text Example
White with #DF93FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF93FB; }
p { color: rgb(223,147,251); }
H1.HeaderClassName
{
color: #DF93FB;
}
.AnyTagClassName
{
color: #DF93FB;
}
</style>
background-color css
<style>
a { background-color: #DF93FB; }
a { background-color: rgb(223,147,251); }
div.DivClassName
{
background-color: #DF93FB;
}
.BgClassName
{
background-color: #DF93FB;
}
</style>
border-color css
<style>
span { border-color: #DF93FB; }
span { border-color: rgb(223,147,251); }
td.TdClassName
{
border-color: #DF93FB;
}
.TagClassName
{
border-color: #DF93FB;
}
</style>