Shades of Mauve #DC9AF5
Tints of Mauve #DC9AF5
RGB
CMYK
RGB Variations
Color information
#DC9AF5 (or 0xDC9AF5) is known color: Mauve. HEX triplet: DC, 9A and F5. RGB value is (220,154,245). Sum of RGB (Red+Green+Blue) = 220+154+245=619 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.54% from 619); Green value is 154 (60.55% from 255 or 24.88% from 619); Blue value is 245 (96.09% from 255 or 39.58% from 619); Max value from RGB is 245 - color contains mainly: blue. Hex color #DC9AF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC9AF5 is #23650A. Grayscale: #B7B7B7. Windows color (decimal): -2319627 or 16095964. OLE color: 16095964.
HSL color Cylindrical-coordinate representation of color #DC9AF5: hue angle of 283.52º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DC9AF5 is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 154 | 245 | - |
| CMYK | 0.10 | 0.37 | 0 | 0.04 |
| HSL | 283.52º | 0.82% | 0.78% | - |
| HSV(B) | 283.52º | 0.37% | 0.96% | - |
| XYZ | 57.55 | 44.92 | 92.02 | - |
| YUV | 184.11 | 162.37 | 153.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 154 | 245 | 0.10 | 0.37 | 0 | 0.04 | 283.52 | 0.82 | 0.78 |
| Hex | DC | 9A | F5 | A | 25 | 0 | 4 | 11C | 52 | 4E |
| Octal | 334 | 232 | 365 | 12 | 45 | 0 | 4 | 434 | 122 | 116 |
| Binary | 11011100 | 10011010 | 11110101 | 1010 | 100101 | 0 | 100 | 100011100 | 1010010 | 1001110 |
Color Harmonies of #DC9AF5
Complementary color
Monochromatic Colors of #DC9AF5
Black with #DC9AF5
Text Example
Text Example
White with #DC9AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9AF5; }
p { color: rgb(220,154,245); }
H1.HeaderClassName
{
color: #DC9AF5;
}
.AnyTagClassName
{
color: #DC9AF5;
}
</style>
background-color css
<style>
a { background-color: #DC9AF5; }
a { background-color: rgb(220,154,245); }
div.DivClassName
{
background-color: #DC9AF5;
}
.BgClassName
{
background-color: #DC9AF5;
}
</style>
border-color css
<style>
span { border-color: #DC9AF5; }
span { border-color: rgb(220,154,245); }
td.TdClassName
{
border-color: #DC9AF5;
}
.TagClassName
{
border-color: #DC9AF5;
}
</style>