Shades of Mauve #DF99FB
Tints of Mauve #DF99FB
RGB
CMYK
RGB Variations
Color information
#DF99FB (or 0xDF99FB) is known color: Mauve. HEX triplet: DF, 99 and FB. RGB value is (223,153,251). Sum of RGB (Red+Green+Blue) = 223+153+251=627 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.57% from 627); Green value is 153 (60.16% from 255 or 24.40% from 627); Blue value is 251 (98.44% from 255 or 40.03% from 627); Max value from RGB is 251 - color contains mainly: blue. Hex color #DF99FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF99FB is #206604. Grayscale: #B8B8B8. Windows color (decimal): -2123269 or 16488927. OLE color: 16488927.
HSL color Cylindrical-coordinate representation of color #DF99FB: hue angle of 282.86º degrees, saturation: 0.92, 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 #DF99FB is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 153 | 251 | - |
| CMYK | 0.11 | 0.39 | 0 | 0.02 |
| HSL | 282.86º | 0.92% | 0.79% | - |
| HSV(B) | 282.86º | 0.39% | 0.98% | - |
| XYZ | 59.24 | 45.44 | 96.91 | - |
| YUV | 185.1 | 165.19 | 155.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 153 | 251 | 0.11 | 0.39 | 0 | 0.02 | 282.86 | 0.92 | 0.79 |
| Hex | DF | 99 | FB | B | 27 | 0 | 2 | 11B | 5C | 4F |
| Octal | 337 | 231 | 373 | 13 | 47 | 0 | 2 | 433 | 134 | 117 |
| Binary | 11011111 | 10011001 | 11111011 | 1011 | 100111 | 0 | 10 | 100011011 | 1011100 | 1001111 |
Color Harmonies of #DF99FB
Complementary color
Monochromatic Colors of #DF99FB
Black with #DF99FB
Text Example
Text Example
White with #DF99FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF99FB; }
p { color: rgb(223,153,251); }
H1.HeaderClassName
{
color: #DF99FB;
}
.AnyTagClassName
{
color: #DF99FB;
}
</style>
background-color css
<style>
a { background-color: #DF99FB; }
a { background-color: rgb(223,153,251); }
div.DivClassName
{
background-color: #DF99FB;
}
.BgClassName
{
background-color: #DF99FB;
}
</style>
border-color css
<style>
span { border-color: #DF99FB; }
span { border-color: rgb(223,153,251); }
td.TdClassName
{
border-color: #DF99FB;
}
.TagClassName
{
border-color: #DF99FB;
}
</style>