Shades of Mauve #DF99FC
Tints of Mauve #DF99FC
RGB
CMYK
RGB Variations
Color information
#DF99FC (or 0xDF99FC) is known color: Mauve. HEX triplet: DF, 99 and FC. RGB value is (223,153,252). Sum of RGB (Red+Green+Blue) = 223+153+252=628 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.51% from 628); Green value is 153 (60.16% from 255 or 24.36% from 628); Blue value is 252 (98.83% from 255 or 40.13% from 628); Max value from RGB is 252 - color contains mainly: blue. Hex color #DF99FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF99FC is #206603. Grayscale: #B8B8B8. Windows color (decimal): -2123268 or 16554463. OLE color: 16554463.
HSL color Cylindrical-coordinate representation of color #DF99FC: hue angle of 282.42º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DF99FC is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 153 | 252 | - |
| CMYK | 0.12 | 0.39 | 0 | 0.01 |
| HSL | 282.42º | 0.94% | 0.79% | - |
| HSV(B) | 282.42º | 0.39% | 0.99% | - |
| XYZ | 59.39 | 45.5 | 97.75 | - |
| YUV | 185.22 | 165.69 | 154.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 153 | 252 | 0.12 | 0.39 | 0 | 0.01 | 282.42 | 0.94 | 0.79 |
| Hex | DF | 99 | FC | C | 27 | 0 | 1 | 11A | 5E | 4F |
| Octal | 337 | 231 | 374 | 14 | 47 | 0 | 1 | 432 | 136 | 117 |
| Binary | 11011111 | 10011001 | 11111100 | 1100 | 100111 | 0 | 1 | 100011010 | 1011110 | 1001111 |
Color Harmonies of #DF99FC
Complementary color
Monochromatic Colors of #DF99FC
Black with #DF99FC
Text Example
Text Example
White with #DF99FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF99FC; }
p { color: rgb(223,153,252); }
H1.HeaderClassName
{
color: #DF99FC;
}
.AnyTagClassName
{
color: #DF99FC;
}
</style>
background-color css
<style>
a { background-color: #DF99FC; }
a { background-color: rgb(223,153,252); }
div.DivClassName
{
background-color: #DF99FC;
}
.BgClassName
{
background-color: #DF99FC;
}
</style>
border-color css
<style>
span { border-color: #DF99FC; }
span { border-color: rgb(223,153,252); }
td.TdClassName
{
border-color: #DF99FC;
}
.TagClassName
{
border-color: #DF99FC;
}
</style>