Shades of Mauve #DCA2F0
Tints of Mauve #DCA2F0
RGB
CMYK
RGB Variations
Color information
#DCA2F0 (or 0xDCA2F0) is known color: Mauve. HEX triplet: DC, A2 and F0. RGB value is (220,162,240). Sum of RGB (Red+Green+Blue) = 220+162+240=622 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.37% from 622); Green value is 162 (63.67% from 255 or 26.05% from 622); Blue value is 240 (94.14% from 255 or 38.59% from 622); Max value from RGB is 240 - color contains mainly: blue. Hex color #DCA2F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCA2F0 is #235D0F. Grayscale: #BBBBBB. Windows color (decimal): -2317584 or 15770332. OLE color: 15770332.
HSL color Cylindrical-coordinate representation of color #DCA2F0: hue angle of 284.62º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DCA2F0 is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 162 | 240 | - |
| CMYK | 0.08 | 0.32 | 0 | 0.06 |
| HSL | 284.62º | 0.72% | 0.79% | - |
| HSV(B) | 284.62º | 0.33% | 0.94% | - |
| XYZ | 58.16 | 47.35 | 88.51 | - |
| YUV | 188.23 | 157.22 | 150.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 162 | 240 | 0.08 | 0.32 | 0 | 0.06 | 284.62 | 0.72 | 0.79 |
| Hex | DC | A2 | F0 | 8 | 20 | 0 | 6 | 11D | 48 | 4F |
| Octal | 334 | 242 | 360 | 10 | 40 | 0 | 6 | 435 | 110 | 117 |
| Binary | 11011100 | 10100010 | 11110000 | 1000 | 100000 | 0 | 110 | 100011101 | 1001000 | 1001111 |
Color Harmonies of #DCA2F0
Complementary color
Monochromatic Colors of #DCA2F0
Black with #DCA2F0
Text Example
Text Example
White with #DCA2F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA2F0; }
p { color: rgb(220,162,240); }
H1.HeaderClassName
{
color: #DCA2F0;
}
.AnyTagClassName
{
color: #DCA2F0;
}
</style>
background-color css
<style>
a { background-color: #DCA2F0; }
a { background-color: rgb(220,162,240); }
div.DivClassName
{
background-color: #DCA2F0;
}
.BgClassName
{
background-color: #DCA2F0;
}
</style>
border-color css
<style>
span { border-color: #DCA2F0; }
span { border-color: rgb(220,162,240); }
td.TdClassName
{
border-color: #DCA2F0;
}
.TagClassName
{
border-color: #DCA2F0;
}
</style>