Shades of Mauve #DCA4FF
Tints of Mauve #DCA4FF
RGB
CMYK
RGB Variations
Color information
#DCA4FF (or 0xDCA4FF) is known color: Mauve. HEX triplet: DC, A4 and FF. RGB value is (220,164,255). Sum of RGB (Red+Green+Blue) = 220+164+255=639 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.43% from 639); Green value is 164 (64.45% from 255 or 25.67% from 639); Blue value is 255 (100% from 255 or 39.91% from 639); Max value from RGB is 255 - color contains mainly: blue. Hex color #DCA4FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCA4FF is #235B00. Grayscale: #BEBEBE. Windows color (decimal): -2317057 or 16753884. OLE color: 16753884.
HSL color Cylindrical-coordinate representation of color #DCA4FF: hue angle of 276.92º 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 #DCA4FF is Cyan = 0.14, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 164 | 255 | - |
| CMYK | 0.14 | 0.36 | 0 | 0 |
| HSL | 276.92º | 1% | 0.82% | - |
| HSV(B) | 276.92º | 0.36% | 1% | - |
| XYZ | 60.84 | 48.99 | 100.86 | - |
| YUV | 191.12 | 164.05 | 148.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 164 | 255 | 0.14 | 0.36 | 0 | 0 | 276.92 | 1 | 0.82 |
| Hex | DC | A4 | FF | E | 24 | 0 | 0 | 115 | 64 | 52 |
| Octal | 334 | 244 | 377 | 16 | 44 | 0 | 0 | 425 | 144 | 122 |
| Binary | 11011100 | 10100100 | 11111111 | 1110 | 100100 | 0 | 0 | 100010101 | 1100100 | 1010010 |
Color Harmonies of #DCA4FF
Complementary color
Monochromatic Colors of #DCA4FF
Black with #DCA4FF
Text Example
Text Example
White with #DCA4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA4FF; }
p { color: rgb(220,164,255); }
H1.HeaderClassName
{
color: #DCA4FF;
}
.AnyTagClassName
{
color: #DCA4FF;
}
</style>
background-color css
<style>
a { background-color: #DCA4FF; }
a { background-color: rgb(220,164,255); }
div.DivClassName
{
background-color: #DCA4FF;
}
.BgClassName
{
background-color: #DCA4FF;
}
</style>
border-color css
<style>
span { border-color: #DCA4FF; }
span { border-color: rgb(220,164,255); }
td.TdClassName
{
border-color: #DCA4FF;
}
.TagClassName
{
border-color: #DCA4FF;
}
</style>