Shades of Mauve #DC9FFC
Tints of Mauve #DC9FFC
RGB
CMYK
RGB Variations
Color information
#DC9FFC (or 0xDC9FFC) is known color: Mauve. HEX triplet: DC, 9F and FC. RGB value is (220,159,252). Sum of RGB (Red+Green+Blue) = 220+159+252=631 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.87% from 631); Green value is 159 (62.5% from 255 or 25.20% from 631); Blue value is 252 (98.83% from 255 or 39.94% from 631); Max value from RGB is 252 - color contains mainly: blue. Hex color #DC9FFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC9FFC is #236003. Grayscale: #BBBBBB. Windows color (decimal): -2318340 or 16555996. OLE color: 16555996.
HSL color Cylindrical-coordinate representation of color #DC9FFC: hue angle of 279.35º degrees, saturation: 0.94, 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 #DC9FFC is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 220 | 159 | 252 | - |
CMYK | 0.13 | 0.37 | 0 | 0.01 |
HSL | 279.35º | 0.94% | 0.81% | - |
HSV(B) | 279.35º | 0.37% | 0.99% | - |
XYZ | 59.48 | 47.04 | 98.04 | - |
YUV | 187.84 | 164.21 | 150.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 159 | 252 | 0.13 | 0.37 | 0 | 0.01 | 279.35 | 0.94 | 0.81 |
Hex | DC | 9F | FC | D | 25 | 0 | 1 | 117 | 5E | 51 |
Octal | 334 | 237 | 374 | 15 | 45 | 0 | 1 | 427 | 136 | 121 |
Binary | 11011100 | 10011111 | 11111100 | 1101 | 100101 | 0 | 1 | 100010111 | 1011110 | 1010001 |
Color Harmonies of #DC9FFC
Complementary color
Monochromatic Colors of #DC9FFC
Black with #DC9FFC
Text Example
Text Example
White with #DC9FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9FFC; }
p { color: rgb(220,159,252); }
H1.HeaderClassName
{
color: #DC9FFC;
}
.AnyTagClassName
{
color: #DC9FFC;
}
</style>
background-color css
<style>
a { background-color: #DC9FFC; }
a { background-color: rgb(220,159,252); }
div.DivClassName
{
background-color: #DC9FFC;
}
.BgClassName
{
background-color: #DC9FFC;
}
</style>
border-color css
<style>
span { border-color: #DC9FFC; }
span { border-color: rgb(220,159,252); }
td.TdClassName
{
border-color: #DC9FFC;
}
.TagClassName
{
border-color: #DC9FFC;
}
</style>