Shades of Mauve #DF93FA
Tints of Mauve #DF93FA
RGB
CMYK
RGB Variations
Color information
#DF93FA (or 0xDF93FA) is known color: Mauve. HEX triplet: DF, 93 and FA. RGB value is (223,147,250). Sum of RGB (Red+Green+Blue) = 223+147+250=620 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.97% from 620); Green value is 147 (57.81% from 255 or 23.71% from 620); Blue value is 250 (98.05% from 255 or 40.32% from 620); Max value from RGB is 250 - color contains mainly: blue. Hex color #DF93FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF93FA is #206C05. Grayscale: #B5B5B5. Windows color (decimal): -2124806 or 16421855. OLE color: 16421855.
HSL color Cylindrical-coordinate representation of color #DF93FA: hue angle of 284.27º degrees, saturation: 0.91, 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 #DF93FA is Cyan = 0.11, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 147 | 250 | - |
| CMYK | 0.11 | 0.41 | 0 | 0.02 |
| HSL | 284.27º | 0.91% | 0.78% | - |
| HSV(B) | 284.27º | 0.41% | 0.98% | - |
| XYZ | 58.12 | 43.46 | 95.77 | - |
| YUV | 181.47 | 166.68 | 157.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 147 | 250 | 0.11 | 0.41 | 0 | 0.02 | 284.27 | 0.91 | 0.78 |
| Hex | DF | 93 | FA | B | 29 | 0 | 2 | 11C | 5B | 4E |
| Octal | 337 | 223 | 372 | 13 | 51 | 0 | 2 | 434 | 133 | 116 |
| Binary | 11011111 | 10010011 | 11111010 | 1011 | 101001 | 0 | 10 | 100011100 | 1011011 | 1001110 |
Color Harmonies of #DF93FA
Complementary color
Monochromatic Colors of #DF93FA
Black with #DF93FA
Text Example
Text Example
White with #DF93FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF93FA; }
p { color: rgb(223,147,250); }
H1.HeaderClassName
{
color: #DF93FA;
}
.AnyTagClassName
{
color: #DF93FA;
}
</style>
background-color css
<style>
a { background-color: #DF93FA; }
a { background-color: rgb(223,147,250); }
div.DivClassName
{
background-color: #DF93FA;
}
.BgClassName
{
background-color: #DF93FA;
}
</style>
border-color css
<style>
span { border-color: #DF93FA; }
span { border-color: rgb(223,147,250); }
td.TdClassName
{
border-color: #DF93FA;
}
.TagClassName
{
border-color: #DF93FA;
}
</style>