Shades of Mauve #D2ACF0
Tints of Mauve #D2ACF0
RGB
CMYK
RGB Variations
Color information
#D2ACF0 (or 0xD2ACF0) is known color: Mauve. HEX triplet: D2, AC and F0. RGB value is (210,172,240). Sum of RGB (Red+Green+Blue) = 210+172+240=622 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.76% from 622); Green value is 172 (67.58% from 255 or 27.65% from 622); Blue value is 240 (94.14% from 255 or 38.59% from 622); Max value from RGB is 240 - color contains mainly: blue. Hex color #D2ACF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2ACF0 is #2D530F. Grayscale: #BEBEBE. Windows color (decimal): -2970384 or 15772882. OLE color: 15772882.
HSL color Cylindrical-coordinate representation of color #D2ACF0: hue angle of 273.53º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D2ACF0 is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 172 | 240 | - |
| CMYK | 0.12 | 0.28 | 0 | 0.06 |
| HSL | 273.53º | 0.69% | 0.81% | - |
| HSV(B) | 273.53º | 0.28% | 0.94% | - |
| XYZ | 57.06 | 49.5 | 88.98 | - |
| YUV | 191.11 | 155.59 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 172 | 240 | 0.12 | 0.28 | 0 | 0.06 | 273.53 | 0.69 | 0.81 |
| Hex | D2 | AC | F0 | C | 1C | 0 | 6 | 112 | 45 | 51 |
| Octal | 322 | 254 | 360 | 14 | 34 | 0 | 6 | 422 | 105 | 121 |
| Binary | 11010010 | 10101100 | 11110000 | 1100 | 11100 | 0 | 110 | 100010010 | 1000101 | 1010001 |
Color Harmonies of #D2ACF0
Complementary color
Monochromatic Colors of #D2ACF0
Black with #D2ACF0
Text Example
Text Example
White with #D2ACF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2ACF0; }
p { color: rgb(210,172,240); }
H1.HeaderClassName
{
color: #D2ACF0;
}
.AnyTagClassName
{
color: #D2ACF0;
}
</style>
background-color css
<style>
a { background-color: #D2ACF0; }
a { background-color: rgb(210,172,240); }
div.DivClassName
{
background-color: #D2ACF0;
}
.BgClassName
{
background-color: #D2ACF0;
}
</style>
border-color css
<style>
span { border-color: #D2ACF0; }
span { border-color: rgb(210,172,240); }
td.TdClassName
{
border-color: #D2ACF0;
}
.TagClassName
{
border-color: #D2ACF0;
}
</style>