Shades of Mauve #DC9CF8
Tints of Mauve #DC9CF8
RGB
CMYK
RGB Variations
Color information
#DC9CF8 (or 0xDC9CF8) is known color: Mauve. HEX triplet: DC, 9C and F8. RGB value is (220,156,248). Sum of RGB (Red+Green+Blue) = 220+156+248=624 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.26% from 624); Green value is 156 (61.33% from 255 or 25% from 624); Blue value is 248 (97.27% from 255 or 39.74% from 624); Max value from RGB is 248 - color contains mainly: blue. Hex color #DC9CF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC9CF8 is #236307. Grayscale: #B9B9B9. Windows color (decimal): -2319112 or 16293084. OLE color: 16293084.
HSL color Cylindrical-coordinate representation of color #DC9CF8: hue angle of 281.74º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DC9CF8 is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 156 | 248 | - |
| CMYK | 0.11 | 0.37 | 0 | 0.03 |
| HSL | 281.74º | 0.87% | 0.79% | - |
| HSV(B) | 281.74º | 0.37% | 0.97% | - |
| XYZ | 58.35 | 45.77 | 94.57 | - |
| YUV | 185.62 | 163.2 | 152.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 156 | 248 | 0.11 | 0.37 | 0 | 0.03 | 281.74 | 0.87 | 0.79 |
| Hex | DC | 9C | F8 | B | 25 | 0 | 3 | 11A | 57 | 4F |
| Octal | 334 | 234 | 370 | 13 | 45 | 0 | 3 | 432 | 127 | 117 |
| Binary | 11011100 | 10011100 | 11111000 | 1011 | 100101 | 0 | 11 | 100011010 | 1010111 | 1001111 |
Color Harmonies of #DC9CF8
Complementary color
Monochromatic Colors of #DC9CF8
Black with #DC9CF8
Text Example
Text Example
White with #DC9CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9CF8; }
p { color: rgb(220,156,248); }
H1.HeaderClassName
{
color: #DC9CF8;
}
.AnyTagClassName
{
color: #DC9CF8;
}
</style>
background-color css
<style>
a { background-color: #DC9CF8; }
a { background-color: rgb(220,156,248); }
div.DivClassName
{
background-color: #DC9CF8;
}
.BgClassName
{
background-color: #DC9CF8;
}
</style>
border-color css
<style>
span { border-color: #DC9CF8; }
span { border-color: rgb(220,156,248); }
td.TdClassName
{
border-color: #DC9CF8;
}
.TagClassName
{
border-color: #DC9CF8;
}
</style>