Shades of Mauve #D2ACF3
Tints of Mauve #D2ACF3
RGB
CMYK
RGB Variations
Color information
#D2ACF3 (or 0xD2ACF3) is known color: Mauve. HEX triplet: D2, AC and F3. RGB value is (210,172,243). Sum of RGB (Red+Green+Blue) = 210+172+243=625 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.6% from 625); Green value is 172 (67.58% from 255 or 27.52% from 625); Blue value is 243 (95.31% from 255 or 38.88% from 625); Max value from RGB is 243 - color contains mainly: blue. Hex color #D2ACF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2ACF3 is #2D530C. Grayscale: #BFBFBF. Windows color (decimal): -2970381 or 15969490. OLE color: 15969490.
HSL color Cylindrical-coordinate representation of color #D2ACF3: hue angle of 272.11º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D2ACF3 is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 172 | 243 | - |
| CMYK | 0.14 | 0.29 | 0 | 0.05 |
| HSL | 272.11º | 0.75% | 0.81% | - |
| HSV(B) | 272.11º | 0.29% | 0.95% | - |
| XYZ | 57.51 | 49.68 | 91.35 | - |
| YUV | 191.46 | 157.09 | 141.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 172 | 243 | 0.14 | 0.29 | 0 | 0.05 | 272.11 | 0.75 | 0.81 |
| Hex | D2 | AC | F3 | E | 1D | 0 | 5 | 110 | 4B | 51 |
| Octal | 322 | 254 | 363 | 16 | 35 | 0 | 5 | 420 | 113 | 121 |
| Binary | 11010010 | 10101100 | 11110011 | 1110 | 11101 | 0 | 101 | 100010000 | 1001011 | 1010001 |
Color Harmonies of #D2ACF3
Complementary color
Monochromatic Colors of #D2ACF3
Black with #D2ACF3
Text Example
Text Example
White with #D2ACF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2ACF3; }
p { color: rgb(210,172,243); }
H1.HeaderClassName
{
color: #D2ACF3;
}
.AnyTagClassName
{
color: #D2ACF3;
}
</style>
background-color css
<style>
a { background-color: #D2ACF3; }
a { background-color: rgb(210,172,243); }
div.DivClassName
{
background-color: #D2ACF3;
}
.BgClassName
{
background-color: #D2ACF3;
}
</style>
border-color css
<style>
span { border-color: #D2ACF3; }
span { border-color: rgb(210,172,243); }
td.TdClassName
{
border-color: #D2ACF3;
}
.TagClassName
{
border-color: #D2ACF3;
}
</style>