Shades of Mauve #D3A9F9
Tints of Mauve #D3A9F9
RGB
CMYK
RGB Variations
Color information
#D3A9F9 (or 0xD3A9F9) is known color: Mauve. HEX triplet: D3, A9 and F9. RGB value is (211,169,249). Sum of RGB (Red+Green+Blue) = 211+169+249=629 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.55% from 629); Green value is 169 (66.41% from 255 or 26.87% from 629); Blue value is 249 (97.66% from 255 or 39.59% from 629); Max value from RGB is 249 - color contains mainly: blue. Hex color #D3A9F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3A9F9 is #2C5606. Grayscale: #BEBEBE. Windows color (decimal): -2905607 or 16361939. OLE color: 16361939.
HSL color Cylindrical-coordinate representation of color #D3A9F9: hue angle of 271.5º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D3A9F9 is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 169 | 249 | - |
| CMYK | 0.15 | 0.32 | 0 | 0.02 |
| HSL | 271.5º | 0.87% | 0.82% | - |
| HSV(B) | 271.5º | 0.32% | 0.98% | - |
| XYZ | 58.15 | 49.06 | 96.03 | - |
| YUV | 190.68 | 160.91 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 169 | 249 | 0.15 | 0.32 | 0 | 0.02 | 271.5 | 0.87 | 0.82 |
| Hex | D3 | A9 | F9 | F | 20 | 0 | 2 | 110 | 57 | 52 |
| Octal | 323 | 251 | 371 | 17 | 40 | 0 | 2 | 420 | 127 | 122 |
| Binary | 11010011 | 10101001 | 11111001 | 1111 | 100000 | 0 | 10 | 100010000 | 1010111 | 1010010 |
Color Harmonies of #D3A9F9
Complementary color
Monochromatic Colors of #D3A9F9
Black with #D3A9F9
Text Example
Text Example
White with #D3A9F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A9F9; }
p { color: rgb(211,169,249); }
H1.HeaderClassName
{
color: #D3A9F9;
}
.AnyTagClassName
{
color: #D3A9F9;
}
</style>
background-color css
<style>
a { background-color: #D3A9F9; }
a { background-color: rgb(211,169,249); }
div.DivClassName
{
background-color: #D3A9F9;
}
.BgClassName
{
background-color: #D3A9F9;
}
</style>
border-color css
<style>
span { border-color: #D3A9F9; }
span { border-color: rgb(211,169,249); }
td.TdClassName
{
border-color: #D3A9F9;
}
.TagClassName
{
border-color: #D3A9F9;
}
</style>