Shades of Mauve #DCA2FF
Tints of Mauve #DCA2FF
RGB
CMYK
RGB Variations
Color information
#DCA2FF (or 0xDCA2FF) is known color: Mauve. HEX triplet: DC, A2 and FF. RGB value is (220,162,255). Sum of RGB (Red+Green+Blue) = 220+162+255=637 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.54% from 637); Green value is 162 (63.67% from 255 or 25.43% from 637); Blue value is 255 (100% from 255 or 40.03% from 637); Max value from RGB is 255 - color contains mainly: blue. Hex color #DCA2FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCA2FF is #235D00. Grayscale: #BDBDBD. Windows color (decimal): -2317569 or 16753372. OLE color: 16753372.
HSL color Cylindrical-coordinate representation of color #DCA2FF: hue angle of 277.42º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DCA2FF is Cyan = 0.14, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 162 | 255 | - |
| CMYK | 0.14 | 0.36 | 0 | 0 |
| HSL | 277.42º | 1% | 0.82% | - |
| HSV(B) | 277.42º | 0.36% | 1% | - |
| XYZ | 60.49 | 48.28 | 100.74 | - |
| YUV | 189.94 | 164.72 | 149.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 162 | 255 | 0.14 | 0.36 | 0 | 0 | 277.42 | 1 | 0.82 |
| Hex | DC | A2 | FF | E | 24 | 0 | 0 | 115 | 64 | 52 |
| Octal | 334 | 242 | 377 | 16 | 44 | 0 | 0 | 425 | 144 | 122 |
| Binary | 11011100 | 10100010 | 11111111 | 1110 | 100100 | 0 | 0 | 100010101 | 1100100 | 1010010 |
Color Harmonies of #DCA2FF
Complementary color
Monochromatic Colors of #DCA2FF
Black with #DCA2FF
Text Example
Text Example
White with #DCA2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA2FF; }
p { color: rgb(220,162,255); }
H1.HeaderClassName
{
color: #DCA2FF;
}
.AnyTagClassName
{
color: #DCA2FF;
}
</style>
background-color css
<style>
a { background-color: #DCA2FF; }
a { background-color: rgb(220,162,255); }
div.DivClassName
{
background-color: #DCA2FF;
}
.BgClassName
{
background-color: #DCA2FF;
}
</style>
border-color css
<style>
span { border-color: #DCA2FF; }
span { border-color: rgb(220,162,255); }
td.TdClassName
{
border-color: #DCA2FF;
}
.TagClassName
{
border-color: #DCA2FF;
}
</style>