Shades of Mauve #D4A8FC
Tints of Mauve #D4A8FC
RGB
CMYK
RGB Variations
Color information
#D4A8FC (or 0xD4A8FC) is known color: Mauve. HEX triplet: D4, A8 and FC. RGB value is (212,168,252). Sum of RGB (Red+Green+Blue) = 212+168+252=632 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.54% from 632); Green value is 168 (66.02% from 255 or 26.58% from 632); Blue value is 252 (98.83% from 255 or 39.87% from 632); Max value from RGB is 252 - color contains mainly: blue. Hex color #D4A8FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4A8FC is #2B5703. Grayscale: #BEBEBE. Windows color (decimal): -2840324 or 16558292. OLE color: 16558292.
HSL color Cylindrical-coordinate representation of color #D4A8FC: hue angle of 271.43º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D4A8FC is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 212 | 168 | 252 | - |
| CMYK | 0.16 | 0.33 | 0 | 0.01 |
| HSL | 271.43º | 0.93% | 0.82% | - |
| HSV(B) | 271.43º | 0.33% | 0.99% | - |
| XYZ | 58.72 | 49.03 | 98.46 | - |
| YUV | 190.73 | 162.58 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 168 | 252 | 0.16 | 0.33 | 0 | 0.01 | 271.43 | 0.93 | 0.82 |
| Hex | D4 | A8 | FC | 10 | 21 | 0 | 1 | 10F | 5D | 52 |
| Octal | 324 | 250 | 374 | 20 | 41 | 0 | 1 | 417 | 135 | 122 |
| Binary | 11010100 | 10101000 | 11111100 | 10000 | 100001 | 0 | 1 | 100001111 | 1011101 | 1010010 |
Color Harmonies of #D4A8FC
Complementary color
Monochromatic Colors of #D4A8FC
Black with #D4A8FC
Text Example
Text Example
White with #D4A8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A8FC; }
p { color: rgb(212,168,252); }
H1.HeaderClassName
{
color: #D4A8FC;
}
.AnyTagClassName
{
color: #D4A8FC;
}
</style>
background-color css
<style>
a { background-color: #D4A8FC; }
a { background-color: rgb(212,168,252); }
div.DivClassName
{
background-color: #D4A8FC;
}
.BgClassName
{
background-color: #D4A8FC;
}
</style>
border-color css
<style>
span { border-color: #D4A8FC; }
span { border-color: rgb(212,168,252); }
td.TdClassName
{
border-color: #D4A8FC;
}
.TagClassName
{
border-color: #D4A8FC;
}
</style>