Shades of Mauve #D1ACF9
Tints of Mauve #D1ACF9
RGB
CMYK
RGB Variations
Color information
#D1ACF9 (or 0xD1ACF9) is known color: Mauve. HEX triplet: D1, AC and F9. RGB value is (209,172,249). Sum of RGB (Red+Green+Blue) = 209+172+249=630 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.17% from 630); Green value is 172 (67.58% from 255 or 27.30% from 630); Blue value is 249 (97.66% from 255 or 39.52% from 630); Max value from RGB is 249 - color contains mainly: blue. Hex color #D1ACF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1ACF9 is #2E5306. Grayscale: #BFBFBF. Windows color (decimal): -3035911 or 16362705. OLE color: 16362705.
HSL color Cylindrical-coordinate representation of color #D1ACF9: hue angle of 268.83º degrees, saturation: 0.87, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D1ACF9 is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 172 | 249 | - |
| CMYK | 0.16 | 0.31 | 0 | 0.02 |
| HSL | 268.83º | 0.87% | 0.83% | - |
| HSV(B) | 268.83º | 0.31% | 0.98% | - |
| XYZ | 58.15 | 49.9 | 96.19 | - |
| YUV | 191.84 | 160.26 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 172 | 249 | 0.16 | 0.31 | 0 | 0.02 | 268.83 | 0.87 | 0.83 |
| Hex | D1 | AC | F9 | 10 | 1F | 0 | 2 | 10D | 57 | 53 |
| Octal | 321 | 254 | 371 | 20 | 37 | 0 | 2 | 415 | 127 | 123 |
| Binary | 11010001 | 10101100 | 11111001 | 10000 | 11111 | 0 | 10 | 100001101 | 1010111 | 1010011 |
Color Harmonies of #D1ACF9
Complementary color
Monochromatic Colors of #D1ACF9
Black with #D1ACF9
Text Example
Text Example
White with #D1ACF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1ACF9; }
p { color: rgb(209,172,249); }
H1.HeaderClassName
{
color: #D1ACF9;
}
.AnyTagClassName
{
color: #D1ACF9;
}
</style>
background-color css
<style>
a { background-color: #D1ACF9; }
a { background-color: rgb(209,172,249); }
div.DivClassName
{
background-color: #D1ACF9;
}
.BgClassName
{
background-color: #D1ACF9;
}
</style>
border-color css
<style>
span { border-color: #D1ACF9; }
span { border-color: rgb(209,172,249); }
td.TdClassName
{
border-color: #D1ACF9;
}
.TagClassName
{
border-color: #D1ACF9;
}
</style>