Shades of Mauve #DCA2F2
Tints of Mauve #DCA2F2
RGB
CMYK
RGB Variations
Color information
#DCA2F2 (or 0xDCA2F2) is known color: Mauve. HEX triplet: DC, A2 and F2. RGB value is (220,162,242). Sum of RGB (Red+Green+Blue) = 220+162+242=624 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.26% from 624); Green value is 162 (63.67% from 255 or 25.96% from 624); Blue value is 242 (94.92% from 255 or 38.78% from 624); Max value from RGB is 242 - color contains mainly: blue. Hex color #DCA2F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCA2F2 is #235D0D. Grayscale: #BCBCBC. Windows color (decimal): -2317582 or 15901404. OLE color: 15901404.
HSL color Cylindrical-coordinate representation of color #DCA2F2: hue angle of 283.5º 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 #DCA2F2 is Cyan = 0.09, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 162 | 242 | - |
| CMYK | 0.09 | 0.33 | 0 | 0.05 |
| HSL | 283.5º | 0.75% | 0.79% | - |
| HSV(B) | 283.5º | 0.33% | 0.95% | - |
| XYZ | 58.46 | 47.47 | 90.09 | - |
| YUV | 188.46 | 158.22 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 162 | 242 | 0.09 | 0.33 | 0 | 0.05 | 283.5 | 0.75 | 0.79 |
| Hex | DC | A2 | F2 | 9 | 21 | 0 | 5 | 11C | 4B | 4F |
| Octal | 334 | 242 | 362 | 11 | 41 | 0 | 5 | 434 | 113 | 117 |
| Binary | 11011100 | 10100010 | 11110010 | 1001 | 100001 | 0 | 101 | 100011100 | 1001011 | 1001111 |
Color Harmonies of #DCA2F2
Complementary color
Monochromatic Colors of #DCA2F2
Black with #DCA2F2
Text Example
Text Example
White with #DCA2F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA2F2; }
p { color: rgb(220,162,242); }
H1.HeaderClassName
{
color: #DCA2F2;
}
.AnyTagClassName
{
color: #DCA2F2;
}
</style>
background-color css
<style>
a { background-color: #DCA2F2; }
a { background-color: rgb(220,162,242); }
div.DivClassName
{
background-color: #DCA2F2;
}
.BgClassName
{
background-color: #DCA2F2;
}
</style>
border-color css
<style>
span { border-color: #DCA2F2; }
span { border-color: rgb(220,162,242); }
td.TdClassName
{
border-color: #DCA2F2;
}
.TagClassName
{
border-color: #DCA2F2;
}
</style>