Shades of Mauve #DF9FFD
Tints of Mauve #DF9FFD
RGB
CMYK
RGB Variations
Color information
#DF9FFD (or 0xDF9FFD) is known color: Mauve. HEX triplet: DF, 9F and FD. RGB value is (223,159,253). Sum of RGB (Red+Green+Blue) = 223+159+253=635 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.12% from 635); Green value is 159 (62.5% from 255 or 25.04% from 635); Blue value is 253 (99.22% from 255 or 39.84% from 635); Max value from RGB is 253 - color contains mainly: blue. Hex color #DF9FFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF9FFD is #206002. Grayscale: #BCBCBC. Windows color (decimal): -2121731 or 16621535. OLE color: 16621535.
HSL color Cylindrical-coordinate representation of color #DF9FFD: hue angle of 280.85º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DF9FFD is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 159 | 253 | - |
| CMYK | 0.12 | 0.37 | 0 | 0.01 |
| HSL | 280.85º | 0.96% | 0.81% | - |
| HSV(B) | 280.85º | 0.37% | 0.99% | - |
| XYZ | 60.56 | 47.58 | 98.92 | - |
| YUV | 188.85 | 164.2 | 152.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 159 | 253 | 0.12 | 0.37 | 0 | 0.01 | 280.85 | 0.96 | 0.81 |
| Hex | DF | 9F | FD | C | 25 | 0 | 1 | 119 | 60 | 51 |
| Octal | 337 | 237 | 375 | 14 | 45 | 0 | 1 | 431 | 140 | 121 |
| Binary | 11011111 | 10011111 | 11111101 | 1100 | 100101 | 0 | 1 | 100011001 | 1100000 | 1010001 |
Color Harmonies of #DF9FFD
Complementary color
Monochromatic Colors of #DF9FFD
Black with #DF9FFD
Text Example
Text Example
White with #DF9FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9FFD; }
p { color: rgb(223,159,253); }
H1.HeaderClassName
{
color: #DF9FFD;
}
.AnyTagClassName
{
color: #DF9FFD;
}
</style>
background-color css
<style>
a { background-color: #DF9FFD; }
a { background-color: rgb(223,159,253); }
div.DivClassName
{
background-color: #DF9FFD;
}
.BgClassName
{
background-color: #DF9FFD;
}
</style>
border-color css
<style>
span { border-color: #DF9FFD; }
span { border-color: rgb(223,159,253); }
td.TdClassName
{
border-color: #DF9FFD;
}
.TagClassName
{
border-color: #DF9FFD;
}
</style>