Shades of Mauve #DC9DF8
Tints of Mauve #DC9DF8
RGB
CMYK
RGB Variations
Color information
#DC9DF8 (or 0xDC9DF8) is known color: Mauve. HEX triplet: DC, 9D and F8. RGB value is (220,157,248). Sum of RGB (Red+Green+Blue) = 220+157+248=625 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.2% from 625); Green value is 157 (61.72% from 255 or 25.12% from 625); Blue value is 248 (97.27% from 255 or 39.68% from 625); Max value from RGB is 248 - color contains mainly: blue. Hex color #DC9DF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC9DF8 is #236207. Grayscale: #B9B9B9. Windows color (decimal): -2318856 or 16293340. OLE color: 16293340.
HSL color Cylindrical-coordinate representation of color #DC9DF8: hue angle of 281.54º 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 #DC9DF8 is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 157 | 248 | - |
| CMYK | 0.11 | 0.37 | 0 | 0.03 |
| HSL | 281.54º | 0.87% | 0.79% | - |
| HSV(B) | 281.54º | 0.37% | 0.97% | - |
| XYZ | 58.52 | 46.11 | 94.62 | - |
| YUV | 186.21 | 162.87 | 152.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 157 | 248 | 0.11 | 0.37 | 0 | 0.03 | 281.54 | 0.87 | 0.79 |
| Hex | DC | 9D | F8 | B | 25 | 0 | 3 | 11A | 57 | 4F |
| Octal | 334 | 235 | 370 | 13 | 45 | 0 | 3 | 432 | 127 | 117 |
| Binary | 11011100 | 10011101 | 11111000 | 1011 | 100101 | 0 | 11 | 100011010 | 1010111 | 1001111 |
Color Harmonies of #DC9DF8
Complementary color
Monochromatic Colors of #DC9DF8
Black with #DC9DF8
Text Example
Text Example
White with #DC9DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9DF8; }
p { color: rgb(220,157,248); }
H1.HeaderClassName
{
color: #DC9DF8;
}
.AnyTagClassName
{
color: #DC9DF8;
}
</style>
background-color css
<style>
a { background-color: #DC9DF8; }
a { background-color: rgb(220,157,248); }
div.DivClassName
{
background-color: #DC9DF8;
}
.BgClassName
{
background-color: #DC9DF8;
}
</style>
border-color css
<style>
span { border-color: #DC9DF8; }
span { border-color: rgb(220,157,248); }
td.TdClassName
{
border-color: #DC9DF8;
}
.TagClassName
{
border-color: #DC9DF8;
}
</style>