Shades of Mauve #DC9FFE
Tints of Mauve #DC9FFE
RGB
CMYK
RGB Variations
Color information
#DC9FFE (or 0xDC9FFE) is known color: Mauve. HEX triplet: DC, 9F and FE. RGB value is (220,159,254). Sum of RGB (Red+Green+Blue) = 220+159+254=633 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.76% from 633); Green value is 159 (62.5% from 255 or 25.12% from 633); Blue value is 254 (99.61% from 255 or 40.13% from 633); Max value from RGB is 254 - color contains mainly: blue. Hex color #DC9FFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC9FFE is #236001. Grayscale: #BBBBBB. Windows color (decimal): -2318338 or 16687068. OLE color: 16687068.
HSL color Cylindrical-coordinate representation of color #DC9FFE: hue angle of 278.53º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DC9FFE is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 159 | 254 | - |
| CMYK | 0.13 | 0.37 | 0 | 0.00 |
| HSL | 278.53º | 0.98% | 0.81% | - |
| HSV(B) | 278.53º | 0.37% | 1% | - |
| XYZ | 59.8 | 47.17 | 99.72 | - |
| YUV | 188.07 | 165.21 | 150.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 159 | 254 | 0.13 | 0.37 | 0 | 0.00 | 278.53 | 0.98 | 0.81 |
| Hex | DC | 9F | FE | D | 25 | 0 | 0 | 117 | 62 | 51 |
| Octal | 334 | 237 | 376 | 15 | 45 | 0 | 0 | 427 | 142 | 121 |
| Binary | 11011100 | 10011111 | 11111110 | 1101 | 100101 | 0 | 0 | 100010111 | 1100010 | 1010001 |
Color Harmonies of #DC9FFE
Complementary color
Monochromatic Colors of #DC9FFE
Black with #DC9FFE
Text Example
Text Example
White with #DC9FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9FFE; }
p { color: rgb(220,159,254); }
H1.HeaderClassName
{
color: #DC9FFE;
}
.AnyTagClassName
{
color: #DC9FFE;
}
</style>
background-color css
<style>
a { background-color: #DC9FFE; }
a { background-color: rgb(220,159,254); }
div.DivClassName
{
background-color: #DC9FFE;
}
.BgClassName
{
background-color: #DC9FFE;
}
</style>
border-color css
<style>
span { border-color: #DC9FFE; }
span { border-color: rgb(220,159,254); }
td.TdClassName
{
border-color: #DC9FFE;
}
.TagClassName
{
border-color: #DC9FFE;
}
</style>