Shades of Mauve #DCA3F2
Tints of Mauve #DCA3F2
RGB
CMYK
RGB Variations
Color information
#DCA3F2 (or 0xDCA3F2) is known color: Mauve. HEX triplet: DC, A3 and F2. RGB value is (220,163,242). Sum of RGB (Red+Green+Blue) = 220+163+242=625 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.2% from 625); Green value is 163 (64.06% from 255 or 26.08% from 625); Blue value is 242 (94.92% from 255 or 38.72% from 625); Max value from RGB is 242 - color contains mainly: blue. Hex color #DCA3F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCA3F2 is #235C0D. Grayscale: #BCBCBC. Windows color (decimal): -2317326 or 15901660. OLE color: 15901660.
HSL color Cylindrical-coordinate representation of color #DCA3F2: hue angle of 283.29º degrees, saturation: 0.75, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DCA3F2 is Cyan = 0.09, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 163 | 242 | - |
| CMYK | 0.09 | 0.33 | 0 | 0.05 |
| HSL | 283.29º | 0.75% | 0.79% | - |
| HSV(B) | 283.29º | 0.33% | 0.95% | - |
| XYZ | 58.64 | 47.82 | 90.14 | - |
| YUV | 189.05 | 157.88 | 150.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 163 | 242 | 0.09 | 0.33 | 0 | 0.05 | 283.29 | 0.75 | 0.79 |
| Hex | DC | A3 | F2 | 9 | 21 | 0 | 5 | 11B | 4B | 4F |
| Octal | 334 | 243 | 362 | 11 | 41 | 0 | 5 | 433 | 113 | 117 |
| Binary | 11011100 | 10100011 | 11110010 | 1001 | 100001 | 0 | 101 | 100011011 | 1001011 | 1001111 |
Color Harmonies of #DCA3F2
Complementary color
Monochromatic Colors of #DCA3F2
Black with #DCA3F2
Text Example
Text Example
White with #DCA3F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA3F2; }
p { color: rgb(220,163,242); }
H1.HeaderClassName
{
color: #DCA3F2;
}
.AnyTagClassName
{
color: #DCA3F2;
}
</style>
background-color css
<style>
a { background-color: #DCA3F2; }
a { background-color: rgb(220,163,242); }
div.DivClassName
{
background-color: #DCA3F2;
}
.BgClassName
{
background-color: #DCA3F2;
}
</style>
border-color css
<style>
span { border-color: #DCA3F2; }
span { border-color: rgb(220,163,242); }
td.TdClassName
{
border-color: #DCA3F2;
}
.TagClassName
{
border-color: #DCA3F2;
}
</style>