Shades of Mauve #D4A6FE
Tints of Mauve #D4A6FE
RGB
CMYK
RGB Variations
Color information
#D4A6FE (or 0xD4A6FE) is known color: Mauve. HEX triplet: D4, A6 and FE. RGB value is (212,166,254). Sum of RGB (Red+Green+Blue) = 212+166+254=632 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.54% from 632); Green value is 166 (65.23% from 255 or 26.27% from 632); Blue value is 254 (99.61% from 255 or 40.19% from 632); Max value from RGB is 254 - color contains mainly: blue. Hex color #D4A6FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4A6FE is #2B5901. Grayscale: #BDBDBD. Windows color (decimal): -2840834 or 16688852. OLE color: 16688852.
HSL color Cylindrical-coordinate representation of color #D4A6FE: hue angle of 271.36º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D4A6FE is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 212 | 166 | 254 | - |
| CMYK | 0.17 | 0.35 | 0 | 0.00 |
| HSL | 271.36º | 0.98% | 0.82% | - |
| HSV(B) | 271.36º | 0.35% | 1% | - |
| XYZ | 58.68 | 48.43 | 100.02 | - |
| YUV | 189.79 | 164.24 | 143.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 166 | 254 | 0.17 | 0.35 | 0 | 0.00 | 271.36 | 0.98 | 0.82 |
| Hex | D4 | A6 | FE | 11 | 23 | 0 | 0 | 10F | 62 | 52 |
| Octal | 324 | 246 | 376 | 21 | 43 | 0 | 0 | 417 | 142 | 122 |
| Binary | 11010100 | 10100110 | 11111110 | 10001 | 100011 | 0 | 0 | 100001111 | 1100010 | 1010010 |
Color Harmonies of #D4A6FE
Complementary color
Monochromatic Colors of #D4A6FE
Black with #D4A6FE
Text Example
Text Example
White with #D4A6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A6FE; }
p { color: rgb(212,166,254); }
H1.HeaderClassName
{
color: #D4A6FE;
}
.AnyTagClassName
{
color: #D4A6FE;
}
</style>
background-color css
<style>
a { background-color: #D4A6FE; }
a { background-color: rgb(212,166,254); }
div.DivClassName
{
background-color: #D4A6FE;
}
.BgClassName
{
background-color: #D4A6FE;
}
</style>
border-color css
<style>
span { border-color: #D4A6FE; }
span { border-color: rgb(212,166,254); }
td.TdClassName
{
border-color: #D4A6FE;
}
.TagClassName
{
border-color: #D4A6FE;
}
</style>