Shades of Mauve #DC9CF5
Tints of Mauve #DC9CF5
RGB
CMYK
RGB Variations
Color information
#DC9CF5 (or 0xDC9CF5) is known color: Mauve. HEX triplet: DC, 9C and F5. RGB value is (220,156,245). Sum of RGB (Red+Green+Blue) = 220+156+245=621 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.43% from 621); Green value is 156 (61.33% from 255 or 25.12% from 621); Blue value is 245 (96.09% from 255 or 39.45% from 621); Max value from RGB is 245 - color contains mainly: blue. Hex color #DC9CF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC9CF5 is #23630A. Grayscale: #B8B8B8. Windows color (decimal): -2319115 or 16096476. OLE color: 16096476.
HSL color Cylindrical-coordinate representation of color #DC9CF5: hue angle of 283.15º degrees, saturation: 0.82, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DC9CF5 is Cyan = 0.10, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 156 | 245 | - |
| CMYK | 0.10 | 0.36 | 0 | 0.04 |
| HSL | 283.15º | 0.82% | 0.79% | - |
| HSV(B) | 283.15º | 0.36% | 0.96% | - |
| XYZ | 57.89 | 45.59 | 92.13 | - |
| YUV | 185.28 | 161.7 | 152.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 156 | 245 | 0.10 | 0.36 | 0 | 0.04 | 283.15 | 0.82 | 0.79 |
| Hex | DC | 9C | F5 | A | 24 | 0 | 4 | 11B | 52 | 4F |
| Octal | 334 | 234 | 365 | 12 | 44 | 0 | 4 | 433 | 122 | 117 |
| Binary | 11011100 | 10011100 | 11110101 | 1010 | 100100 | 0 | 100 | 100011011 | 1010010 | 1001111 |
Color Harmonies of #DC9CF5
Complementary color
Monochromatic Colors of #DC9CF5
Black with #DC9CF5
Text Example
Text Example
White with #DC9CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9CF5; }
p { color: rgb(220,156,245); }
H1.HeaderClassName
{
color: #DC9CF5;
}
.AnyTagClassName
{
color: #DC9CF5;
}
</style>
background-color css
<style>
a { background-color: #DC9CF5; }
a { background-color: rgb(220,156,245); }
div.DivClassName
{
background-color: #DC9CF5;
}
.BgClassName
{
background-color: #DC9CF5;
}
</style>
border-color css
<style>
span { border-color: #DC9CF5; }
span { border-color: rgb(220,156,245); }
td.TdClassName
{
border-color: #DC9CF5;
}
.TagClassName
{
border-color: #DC9CF5;
}
</style>