Shades of Mauve #DC9AF8
Tints of Mauve #DC9AF8
RGB
CMYK
RGB Variations
Color information
#DC9AF8 (or 0xDC9AF8) is known color: Mauve. HEX triplet: DC, 9A and F8. RGB value is (220,154,248). Sum of RGB (Red+Green+Blue) = 220+154+248=622 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.37% from 622); Green value is 154 (60.55% from 255 or 24.76% from 622); Blue value is 248 (97.27% from 255 or 39.87% from 622); Max value from RGB is 248 - color contains mainly: blue. Hex color #DC9AF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC9AF8 is #236507. Grayscale: #B8B8B8. Windows color (decimal): -2319624 or 16292572. OLE color: 16292572.
HSL color Cylindrical-coordinate representation of color #DC9AF8: hue angle of 282.13º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DC9AF8 is Cyan = 0.11, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 154 | 248 | - |
| CMYK | 0.11 | 0.38 | 0 | 0.03 |
| HSL | 282.13º | 0.87% | 0.79% | - |
| HSV(B) | 282.13º | 0.38% | 0.97% | - |
| XYZ | 58.01 | 45.1 | 94.46 | - |
| YUV | 184.45 | 163.87 | 153.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 154 | 248 | 0.11 | 0.38 | 0 | 0.03 | 282.13 | 0.87 | 0.79 |
| Hex | DC | 9A | F8 | B | 26 | 0 | 3 | 11A | 57 | 4F |
| Octal | 334 | 232 | 370 | 13 | 46 | 0 | 3 | 432 | 127 | 117 |
| Binary | 11011100 | 10011010 | 11111000 | 1011 | 100110 | 0 | 11 | 100011010 | 1010111 | 1001111 |
Color Harmonies of #DC9AF8
Complementary color
Monochromatic Colors of #DC9AF8
Black with #DC9AF8
Text Example
Text Example
White with #DC9AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9AF8; }
p { color: rgb(220,154,248); }
H1.HeaderClassName
{
color: #DC9AF8;
}
.AnyTagClassName
{
color: #DC9AF8;
}
</style>
background-color css
<style>
a { background-color: #DC9AF8; }
a { background-color: rgb(220,154,248); }
div.DivClassName
{
background-color: #DC9AF8;
}
.BgClassName
{
background-color: #DC9AF8;
}
</style>
border-color css
<style>
span { border-color: #DC9AF8; }
span { border-color: rgb(220,154,248); }
td.TdClassName
{
border-color: #DC9AF8;
}
.TagClassName
{
border-color: #DC9AF8;
}
</style>