Shades of Mauve #DC9AF6
Tints of Mauve #DC9AF6
RGB
CMYK
RGB Variations
Color information
#DC9AF6 (or 0xDC9AF6) is known color: Mauve. HEX triplet: DC, 9A and F6. RGB value is (220,154,246). Sum of RGB (Red+Green+Blue) = 220+154+246=620 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.48% from 620); Green value is 154 (60.55% from 255 or 24.84% from 620); Blue value is 246 (96.48% from 255 or 39.68% from 620); Max value from RGB is 246 - color contains mainly: blue. Hex color #DC9AF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC9AF6 is #236509. Grayscale: #B7B7B7. Windows color (decimal): -2319626 or 16161500. OLE color: 16161500.
HSL color Cylindrical-coordinate representation of color #DC9AF6: hue angle of 283.04º degrees, saturation: 0.84, 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 #DC9AF6 is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 154 | 246 | - |
| CMYK | 0.11 | 0.37 | 0 | 0.04 |
| HSL | 283.04º | 0.84% | 0.78% | - |
| HSV(B) | 283.04º | 0.37% | 0.96% | - |
| XYZ | 57.71 | 44.98 | 92.83 | - |
| YUV | 184.22 | 162.87 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 154 | 246 | 0.11 | 0.37 | 0 | 0.04 | 283.04 | 0.84 | 0.78 |
| Hex | DC | 9A | F6 | B | 25 | 0 | 4 | 11B | 54 | 4E |
| Octal | 334 | 232 | 366 | 13 | 45 | 0 | 4 | 433 | 124 | 116 |
| Binary | 11011100 | 10011010 | 11110110 | 1011 | 100101 | 0 | 100 | 100011011 | 1010100 | 1001110 |
Color Harmonies of #DC9AF6
Complementary color
Monochromatic Colors of #DC9AF6
Black with #DC9AF6
Text Example
Text Example
White with #DC9AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9AF6; }
p { color: rgb(220,154,246); }
H1.HeaderClassName
{
color: #DC9AF6;
}
.AnyTagClassName
{
color: #DC9AF6;
}
</style>
background-color css
<style>
a { background-color: #DC9AF6; }
a { background-color: rgb(220,154,246); }
div.DivClassName
{
background-color: #DC9AF6;
}
.BgClassName
{
background-color: #DC9AF6;
}
</style>
border-color css
<style>
span { border-color: #DC9AF6; }
span { border-color: rgb(220,154,246); }
td.TdClassName
{
border-color: #DC9AF6;
}
.TagClassName
{
border-color: #DC9AF6;
}
</style>