Shades of Mauve #DF9CFF
Tints of Mauve #DF9CFF
RGB
CMYK
RGB Variations
Color information
#DF9CFF (or 0xDF9CFF) is known color: Mauve. HEX triplet: DF, 9C and FF. RGB value is (223,156,255). Sum of RGB (Red+Green+Blue) = 223+156+255=634 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.17% from 634); Green value is 156 (61.33% from 255 or 24.61% from 634); Blue value is 255 (100% from 255 or 40.22% from 634); Max value from RGB is 255 - color contains mainly: blue. Hex color #DF9CFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF9CFF is #206300. Grayscale: #BABABA. Windows color (decimal): -2122497 or 16751839. OLE color: 16751839.
HSL color Cylindrical-coordinate representation of color #DF9CFF: hue angle of 280.61º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DF9CFF is Cyan = 0.13, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 156 | 255 | - |
| CMYK | 0.13 | 0.39 | 0 | 0 |
| HSL | 280.61º | 1% | 0.81% | - |
| HSV(B) | 280.61º | 0.39% | 1% | - |
| XYZ | 60.37 | 46.68 | 100.44 | - |
| YUV | 187.32 | 166.2 | 153.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 156 | 255 | 0.13 | 0.39 | 0 | 0 | 280.61 | 1 | 0.81 |
| Hex | DF | 9C | FF | D | 27 | 0 | 0 | 119 | 64 | 51 |
| Octal | 337 | 234 | 377 | 15 | 47 | 0 | 0 | 431 | 144 | 121 |
| Binary | 11011111 | 10011100 | 11111111 | 1101 | 100111 | 0 | 0 | 100011001 | 1100100 | 1010001 |
Color Harmonies of #DF9CFF
Complementary color
Monochromatic Colors of #DF9CFF
Black with #DF9CFF
Text Example
Text Example
White with #DF9CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9CFF; }
p { color: rgb(223,156,255); }
H1.HeaderClassName
{
color: #DF9CFF;
}
.AnyTagClassName
{
color: #DF9CFF;
}
</style>
background-color css
<style>
a { background-color: #DF9CFF; }
a { background-color: rgb(223,156,255); }
div.DivClassName
{
background-color: #DF9CFF;
}
.BgClassName
{
background-color: #DF9CFF;
}
</style>
border-color css
<style>
span { border-color: #DF9CFF; }
span { border-color: rgb(223,156,255); }
td.TdClassName
{
border-color: #DF9CFF;
}
.TagClassName
{
border-color: #DF9CFF;
}
</style>