Shades of Mauve #D2ACF7
Tints of Mauve #D2ACF7
RGB
CMYK
RGB Variations
Color information
#D2ACF7 (or 0xD2ACF7) is known color: Mauve. HEX triplet: D2, AC and F7. RGB value is (210,172,247). Sum of RGB (Red+Green+Blue) = 210+172+247=629 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.39% from 629); Green value is 172 (67.58% from 255 or 27.34% from 629); Blue value is 247 (96.88% from 255 or 39.27% from 629); Max value from RGB is 247 - color contains mainly: blue. Hex color #D2ACF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2ACF7 is #2D5308. Grayscale: #BFBFBF. Windows color (decimal): -2970377 or 16231634. OLE color: 16231634.
HSL color Cylindrical-coordinate representation of color #D2ACF7: hue angle of 270.4º 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 #D2ACF7 is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 210 | 172 | 247 | - |
| CMYK | 0.15 | 0.30 | 0 | 0.03 |
| HSL | 270.4º | 0.82% | 0.82% | - |
| HSV(B) | 270.4º | 0.3% | 0.97% | - |
| XYZ | 58.12 | 49.92 | 94.57 | - |
| YUV | 191.91 | 159.09 | 140.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 172 | 247 | 0.15 | 0.30 | 0 | 0.03 | 270.4 | 0.82 | 0.82 |
| Hex | D2 | AC | F7 | F | 1E | 0 | 3 | 10E | 52 | 52 |
| Octal | 322 | 254 | 367 | 17 | 36 | 0 | 3 | 416 | 122 | 122 |
| Binary | 11010010 | 10101100 | 11110111 | 1111 | 11110 | 0 | 11 | 100001110 | 1010010 | 1010010 |
Color Harmonies of #D2ACF7
Complementary color
Monochromatic Colors of #D2ACF7
Black with #D2ACF7
Text Example
Text Example
White with #D2ACF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2ACF7; }
p { color: rgb(210,172,247); }
H1.HeaderClassName
{
color: #D2ACF7;
}
.AnyTagClassName
{
color: #D2ACF7;
}
</style>
background-color css
<style>
a { background-color: #D2ACF7; }
a { background-color: rgb(210,172,247); }
div.DivClassName
{
background-color: #D2ACF7;
}
.BgClassName
{
background-color: #D2ACF7;
}
</style>
border-color css
<style>
span { border-color: #D2ACF7; }
span { border-color: rgb(210,172,247); }
td.TdClassName
{
border-color: #D2ACF7;
}
.TagClassName
{
border-color: #D2ACF7;
}
</style>