Shades of Mauve #D3A9F2
Tints of Mauve #D3A9F2
RGB
CMYK
RGB Variations
Color information
#D3A9F2 (or 0xD3A9F2) is known color: Mauve. HEX triplet: D3, A9 and F2. RGB value is (211,169,242). Sum of RGB (Red+Green+Blue) = 211+169+242=622 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.92% from 622); Green value is 169 (66.41% from 255 or 27.17% from 622); Blue value is 242 (94.92% from 255 or 38.91% from 622); Max value from RGB is 242 - color contains mainly: blue. Hex color #D3A9F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3A9F2 is #2C560D. Grayscale: #BDBDBD. Windows color (decimal): -2905614 or 15903187. OLE color: 15903187.
HSL color Cylindrical-coordinate representation of color #D3A9F2: hue angle of 274.52º degrees, saturation: 0.74, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D3A9F2 is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 169 | 242 | - |
| CMYK | 0.13 | 0.30 | 0 | 0.05 |
| HSL | 274.52º | 0.74% | 0.81% | - |
| HSV(B) | 274.52º | 0.3% | 0.95% | - |
| XYZ | 57.08 | 48.64 | 90.38 | - |
| YUV | 189.88 | 157.41 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 169 | 242 | 0.13 | 0.30 | 0 | 0.05 | 274.52 | 0.74 | 0.81 |
| Hex | D3 | A9 | F2 | D | 1E | 0 | 5 | 113 | 4A | 51 |
| Octal | 323 | 251 | 362 | 15 | 36 | 0 | 5 | 423 | 112 | 121 |
| Binary | 11010011 | 10101001 | 11110010 | 1101 | 11110 | 0 | 101 | 100010011 | 1001010 | 1010001 |
Color Harmonies of #D3A9F2
Complementary color
Monochromatic Colors of #D3A9F2
Black with #D3A9F2
Text Example
Text Example
White with #D3A9F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A9F2; }
p { color: rgb(211,169,242); }
H1.HeaderClassName
{
color: #D3A9F2;
}
.AnyTagClassName
{
color: #D3A9F2;
}
</style>
background-color css
<style>
a { background-color: #D3A9F2; }
a { background-color: rgb(211,169,242); }
div.DivClassName
{
background-color: #D3A9F2;
}
.BgClassName
{
background-color: #D3A9F2;
}
</style>
border-color css
<style>
span { border-color: #D3A9F2; }
span { border-color: rgb(211,169,242); }
td.TdClassName
{
border-color: #D3A9F2;
}
.TagClassName
{
border-color: #D3A9F2;
}
</style>