Shades of Mauve #DCA5F1
Tints of Mauve #DCA5F1
RGB
CMYK
RGB Variations
Color information
#DCA5F1 (or 0xDCA5F1) is known color: Mauve. HEX triplet: DC, A5 and F1. RGB value is (220,165,241). Sum of RGB (Red+Green+Blue) = 220+165+241=626 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.14% from 626); Green value is 165 (64.84% from 255 or 26.36% from 626); Blue value is 241 (94.53% from 255 or 38.50% from 626); Max value from RGB is 241 - color contains mainly: blue. Hex color #DCA5F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCA5F1 is #235A0E. Grayscale: #BDBDBD. Windows color (decimal): -2316815 or 15836636. OLE color: 15836636.
HSL color Cylindrical-coordinate representation of color #DCA5F1: hue angle of 283.42º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DCA5F1 is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 165 | 241 | - |
| CMYK | 0.09 | 0.32 | 0 | 0.05 |
| HSL | 283.42º | 0.73% | 0.8% | - |
| HSV(B) | 283.42º | 0.32% | 0.95% | - |
| XYZ | 58.85 | 48.48 | 89.47 | - |
| YUV | 190.11 | 156.72 | 149.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 165 | 241 | 0.09 | 0.32 | 0 | 0.05 | 283.42 | 0.73 | 0.8 |
| Hex | DC | A5 | F1 | 9 | 20 | 0 | 5 | 11B | 49 | 50 |
| Octal | 334 | 245 | 361 | 11 | 40 | 0 | 5 | 433 | 111 | 120 |
| Binary | 11011100 | 10100101 | 11110001 | 1001 | 100000 | 0 | 101 | 100011011 | 1001001 | 1010000 |
Color Harmonies of #DCA5F1
Complementary color
Monochromatic Colors of #DCA5F1
Black with #DCA5F1
Text Example
Text Example
White with #DCA5F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA5F1; }
p { color: rgb(220,165,241); }
H1.HeaderClassName
{
color: #DCA5F1;
}
.AnyTagClassName
{
color: #DCA5F1;
}
</style>
background-color css
<style>
a { background-color: #DCA5F1; }
a { background-color: rgb(220,165,241); }
div.DivClassName
{
background-color: #DCA5F1;
}
.BgClassName
{
background-color: #DCA5F1;
}
</style>
border-color css
<style>
span { border-color: #DCA5F1; }
span { border-color: rgb(220,165,241); }
td.TdClassName
{
border-color: #DCA5F1;
}
.TagClassName
{
border-color: #DCA5F1;
}
</style>