Shades of Mauve #D4A1FD
Tints of Mauve #D4A1FD
RGB
CMYK
RGB Variations
Color information
#D4A1FD (or 0xD4A1FD) is known color: Mauve. HEX triplet: D4, A1 and FD. RGB value is (212,161,253). Sum of RGB (Red+Green+Blue) = 212+161+253=626 (82% of max value = 765). Red value is 212 (83.20% from 255 or 33.87% from 626); Green value is 161 (63.28% from 255 or 25.72% from 626); Blue value is 253 (99.22% from 255 or 40.42% from 626); Max value from RGB is 253 - color contains mainly: blue. Hex color #D4A1FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4A1FD is #2B5E02. Grayscale: #BABABA. Windows color (decimal): -2842115 or 16622036. OLE color: 16622036.
HSL color Cylindrical-coordinate representation of color #D4A1FD: hue angle of 273.26º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D4A1FD is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 212 | 161 | 253 | - |
| CMYK | 0.16 | 0.36 | 0 | 0.01 |
| HSL | 273.26º | 0.96% | 0.81% | - |
| HSV(B) | 273.26º | 0.36% | 0.99% | - |
| XYZ | 57.63 | 46.58 | 98.88 | - |
| YUV | 186.74 | 165.4 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 161 | 253 | 0.16 | 0.36 | 0 | 0.01 | 273.26 | 0.96 | 0.81 |
| Hex | D4 | A1 | FD | 10 | 24 | 0 | 1 | 111 | 60 | 51 |
| Octal | 324 | 241 | 375 | 20 | 44 | 0 | 1 | 421 | 140 | 121 |
| Binary | 11010100 | 10100001 | 11111101 | 10000 | 100100 | 0 | 1 | 100010001 | 1100000 | 1010001 |
Color Harmonies of #D4A1FD
Complementary color
Monochromatic Colors of #D4A1FD
Black with #D4A1FD
Text Example
Text Example
White with #D4A1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A1FD; }
p { color: rgb(212,161,253); }
H1.HeaderClassName
{
color: #D4A1FD;
}
.AnyTagClassName
{
color: #D4A1FD;
}
</style>
background-color css
<style>
a { background-color: #D4A1FD; }
a { background-color: rgb(212,161,253); }
div.DivClassName
{
background-color: #D4A1FD;
}
.BgClassName
{
background-color: #D4A1FD;
}
</style>
border-color css
<style>
span { border-color: #D4A1FD; }
span { border-color: rgb(212,161,253); }
td.TdClassName
{
border-color: #D4A1FD;
}
.TagClassName
{
border-color: #D4A1FD;
}
</style>