Shades of Mauve #D9ACF7
Tints of Mauve #D9ACF7
RGB
CMYK
RGB Variations
Color information
#D9ACF7 (or 0xD9ACF7) is known color: Mauve. HEX triplet: D9, AC and F7. RGB value is (217,172,247). Sum of RGB (Red+Green+Blue) = 217+172+247=636 (84% of max value = 765). Red value is 217 (85.16% from 255 or 34.12% from 636); Green value is 172 (67.58% from 255 or 27.04% from 636); Blue value is 247 (96.88% from 255 or 38.84% from 636); Max value from RGB is 247 - color contains mainly: blue. Hex color #D9ACF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9ACF7 is #265308. Grayscale: #C1C1C1. Windows color (decimal): -2511625 or 16231641. OLE color: 16231641.
HSL color Cylindrical-coordinate representation of color #D9ACF7: hue angle of 276º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D9ACF7 is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 217 | 172 | 247 | - |
| CMYK | 0.12 | 0.30 | 0 | 0.03 |
| HSL | 276º | 0.82% | 0.82% | - |
| HSV(B) | 276º | 0.3% | 0.97% | - |
| XYZ | 60.16 | 50.97 | 94.66 | - |
| YUV | 194.01 | 157.91 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 172 | 247 | 0.12 | 0.30 | 0 | 0.03 | 276 | 0.82 | 0.82 |
| Hex | D9 | AC | F7 | C | 1E | 0 | 3 | 114 | 52 | 52 |
| Octal | 331 | 254 | 367 | 14 | 36 | 0 | 3 | 424 | 122 | 122 |
| Binary | 11011001 | 10101100 | 11110111 | 1100 | 11110 | 0 | 11 | 100010100 | 1010010 | 1010010 |
Color Harmonies of #D9ACF7
Complementary color
Monochromatic Colors of #D9ACF7
Black with #D9ACF7
Text Example
Text Example
White with #D9ACF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9ACF7; }
p { color: rgb(217,172,247); }
H1.HeaderClassName
{
color: #D9ACF7;
}
.AnyTagClassName
{
color: #D9ACF7;
}
</style>
background-color css
<style>
a { background-color: #D9ACF7; }
a { background-color: rgb(217,172,247); }
div.DivClassName
{
background-color: #D9ACF7;
}
.BgClassName
{
background-color: #D9ACF7;
}
</style>
border-color css
<style>
span { border-color: #D9ACF7; }
span { border-color: rgb(217,172,247); }
td.TdClassName
{
border-color: #D9ACF7;
}
.TagClassName
{
border-color: #D9ACF7;
}
</style>