Shades of Mauve #D1A3FC
Tints of Mauve #D1A3FC
RGB
CMYK
RGB Variations
Color information
#D1A3FC (or 0xD1A3FC) is known color: Mauve. HEX triplet: D1, A3 and FC. RGB value is (209,163,252). Sum of RGB (Red+Green+Blue) = 209+163+252=624 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.49% from 624); Green value is 163 (64.06% from 255 or 26.12% from 624); Blue value is 252 (98.83% from 255 or 40.38% from 624); Max value from RGB is 252 - color contains mainly: blue. Hex color #D1A3FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1A3FC is #2E5C03. Grayscale: #BABABA. Windows color (decimal): -3038212 or 16557009. OLE color: 16557009.
HSL color Cylindrical-coordinate representation of color #D1A3FC: hue angle of 271.01º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D1A3FC is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 209 | 163 | 252 | - |
| CMYK | 0.17 | 0.35 | 0 | 0.01 |
| HSL | 271.01º | 0.94% | 0.81% | - |
| HSV(B) | 271.01º | 0.35% | 0.99% | - |
| XYZ | 56.96 | 46.78 | 98.12 | - |
| YUV | 186.9 | 164.74 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 163 | 252 | 0.17 | 0.35 | 0 | 0.01 | 271.01 | 0.94 | 0.81 |
| Hex | D1 | A3 | FC | 11 | 23 | 0 | 1 | 10F | 5E | 51 |
| Octal | 321 | 243 | 374 | 21 | 43 | 0 | 1 | 417 | 136 | 121 |
| Binary | 11010001 | 10100011 | 11111100 | 10001 | 100011 | 0 | 1 | 100001111 | 1011110 | 1010001 |
Color Harmonies of #D1A3FC
Complementary color
Monochromatic Colors of #D1A3FC
Black with #D1A3FC
Text Example
Text Example
White with #D1A3FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A3FC; }
p { color: rgb(209,163,252); }
H1.HeaderClassName
{
color: #D1A3FC;
}
.AnyTagClassName
{
color: #D1A3FC;
}
</style>
background-color css
<style>
a { background-color: #D1A3FC; }
a { background-color: rgb(209,163,252); }
div.DivClassName
{
background-color: #D1A3FC;
}
.BgClassName
{
background-color: #D1A3FC;
}
</style>
border-color css
<style>
span { border-color: #D1A3FC; }
span { border-color: rgb(209,163,252); }
td.TdClassName
{
border-color: #D1A3FC;
}
.TagClassName
{
border-color: #D1A3FC;
}
</style>