Shades of Mauve #DF99FD
Tints of Mauve #DF99FD
RGB
CMYK
RGB Variations
Color information
#DF99FD (or 0xDF99FD) is known color: Mauve. HEX triplet: DF, 99 and FD. RGB value is (223,153,253). Sum of RGB (Red+Green+Blue) = 223+153+253=629 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.45% from 629); Green value is 153 (60.16% from 255 or 24.32% from 629); Blue value is 253 (99.22% from 255 or 40.22% from 629); Max value from RGB is 253 - color contains mainly: blue. Hex color #DF99FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF99FD is #206602. Grayscale: #B9B9B9. Windows color (decimal): -2123267 or 16619999. OLE color: 16619999.
HSL color Cylindrical-coordinate representation of color #DF99FD: hue angle of 282º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DF99FD is Cyan = 0.12, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 153 | 253 | - |
| CMYK | 0.12 | 0.40 | 0 | 0.01 |
| HSL | 282º | 0.96% | 0.8% | - |
| HSV(B) | 282º | 0.4% | 0.99% | - |
| XYZ | 59.55 | 45.56 | 98.58 | - |
| YUV | 185.33 | 166.19 | 154.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 153 | 253 | 0.12 | 0.40 | 0 | 0.01 | 282 | 0.96 | 0.8 |
| Hex | DF | 99 | FD | C | 28 | 0 | 1 | 11A | 60 | 50 |
| Octal | 337 | 231 | 375 | 14 | 50 | 0 | 1 | 432 | 140 | 120 |
| Binary | 11011111 | 10011001 | 11111101 | 1100 | 101000 | 0 | 1 | 100011010 | 1100000 | 1010000 |
Color Harmonies of #DF99FD
Complementary color
Monochromatic Colors of #DF99FD
Black with #DF99FD
Text Example
Text Example
White with #DF99FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF99FD; }
p { color: rgb(223,153,253); }
H1.HeaderClassName
{
color: #DF99FD;
}
.AnyTagClassName
{
color: #DF99FD;
}
</style>
background-color css
<style>
a { background-color: #DF99FD; }
a { background-color: rgb(223,153,253); }
div.DivClassName
{
background-color: #DF99FD;
}
.BgClassName
{
background-color: #DF99FD;
}
</style>
border-color css
<style>
span { border-color: #DF99FD; }
span { border-color: rgb(223,153,253); }
td.TdClassName
{
border-color: #DF99FD;
}
.TagClassName
{
border-color: #DF99FD;
}
</style>