Shades of Mauve #DF99FA
Tints of Mauve #DF99FA
RGB
CMYK
RGB Variations
Color information
#DF99FA (or 0xDF99FA) is known color: Mauve. HEX triplet: DF, 99 and FA. RGB value is (223,153,250). Sum of RGB (Red+Green+Blue) = 223+153+250=626 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.62% from 626); Green value is 153 (60.16% from 255 or 24.44% from 626); Blue value is 250 (98.05% from 255 or 39.94% from 626); Max value from RGB is 250 - color contains mainly: blue. Hex color #DF99FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF99FA is #206605. Grayscale: #B8B8B8. Windows color (decimal): -2123270 or 16423391. OLE color: 16423391.
HSL color Cylindrical-coordinate representation of color #DF99FA: hue angle of 283.3º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DF99FA is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 153 | 250 | - |
| CMYK | 0.11 | 0.39 | 0 | 0.02 |
| HSL | 283.3º | 0.91% | 0.79% | - |
| HSV(B) | 283.3º | 0.39% | 0.98% | - |
| XYZ | 59.08 | 45.37 | 96.09 | - |
| YUV | 184.99 | 164.69 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 153 | 250 | 0.11 | 0.39 | 0 | 0.02 | 283.3 | 0.91 | 0.79 |
| Hex | DF | 99 | FA | B | 27 | 0 | 2 | 11B | 5B | 4F |
| Octal | 337 | 231 | 372 | 13 | 47 | 0 | 2 | 433 | 133 | 117 |
| Binary | 11011111 | 10011001 | 11111010 | 1011 | 100111 | 0 | 10 | 100011011 | 1011011 | 1001111 |
Color Harmonies of #DF99FA
Complementary color
Monochromatic Colors of #DF99FA
Black with #DF99FA
Text Example
Text Example
White with #DF99FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF99FA; }
p { color: rgb(223,153,250); }
H1.HeaderClassName
{
color: #DF99FA;
}
.AnyTagClassName
{
color: #DF99FA;
}
</style>
background-color css
<style>
a { background-color: #DF99FA; }
a { background-color: rgb(223,153,250); }
div.DivClassName
{
background-color: #DF99FA;
}
.BgClassName
{
background-color: #DF99FA;
}
</style>
border-color css
<style>
span { border-color: #DF99FA; }
span { border-color: rgb(223,153,250); }
td.TdClassName
{
border-color: #DF99FA;
}
.TagClassName
{
border-color: #DF99FA;
}
</style>