Shades of Mauve #D0A9F9
Tints of Mauve #D0A9F9
RGB
CMYK
RGB Variations
Color information
#D0A9F9 (or 0xD0A9F9) is known color: Mauve. HEX triplet: D0, A9 and F9. RGB value is (208,169,249). Sum of RGB (Red+Green+Blue) = 208+169+249=626 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.23% from 626); Green value is 169 (66.41% from 255 or 27.00% from 626); Blue value is 249 (97.66% from 255 or 39.78% from 626); Max value from RGB is 249 - color contains mainly: blue. Hex color #D0A9F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0A9F9 is #2F5606. Grayscale: #BDBDBD. Windows color (decimal): -3102215 or 16361936. OLE color: 16361936.
HSL color Cylindrical-coordinate representation of color #D0A9F9: hue angle of 269.25º 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 #D0A9F9 is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 169 | 249 | - |
| CMYK | 0.16 | 0.32 | 0 | 0.02 |
| HSL | 269.25º | 0.87% | 0.82% | - |
| HSV(B) | 269.25º | 0.32% | 0.98% | - |
| XYZ | 57.3 | 48.63 | 95.99 | - |
| YUV | 189.78 | 161.42 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 169 | 249 | 0.16 | 0.32 | 0 | 0.02 | 269.25 | 0.87 | 0.82 |
| Hex | D0 | A9 | F9 | 10 | 20 | 0 | 2 | 10D | 57 | 52 |
| Octal | 320 | 251 | 371 | 20 | 40 | 0 | 2 | 415 | 127 | 122 |
| Binary | 11010000 | 10101001 | 11111001 | 10000 | 100000 | 0 | 10 | 100001101 | 1010111 | 1010010 |
Color Harmonies of #D0A9F9
Complementary color
Monochromatic Colors of #D0A9F9
Black with #D0A9F9
Text Example
Text Example
White with #D0A9F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A9F9; }
p { color: rgb(208,169,249); }
H1.HeaderClassName
{
color: #D0A9F9;
}
.AnyTagClassName
{
color: #D0A9F9;
}
</style>
background-color css
<style>
a { background-color: #D0A9F9; }
a { background-color: rgb(208,169,249); }
div.DivClassName
{
background-color: #D0A9F9;
}
.BgClassName
{
background-color: #D0A9F9;
}
</style>
border-color css
<style>
span { border-color: #D0A9F9; }
span { border-color: rgb(208,169,249); }
td.TdClassName
{
border-color: #D0A9F9;
}
.TagClassName
{
border-color: #D0A9F9;
}
</style>