Shades of Mauve #D3ACF1
Tints of Mauve #D3ACF1
RGB
CMYK
RGB Variations
Color information
#D3ACF1 (or 0xD3ACF1) is known color: Mauve. HEX triplet: D3, AC and F1. RGB value is (211,172,241). Sum of RGB (Red+Green+Blue) = 211+172+241=624 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.81% from 624); Green value is 172 (67.58% from 255 or 27.56% from 624); Blue value is 241 (94.53% from 255 or 38.62% from 624); Max value from RGB is 241 - color contains mainly: blue. Hex color #D3ACF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3ACF1 is #2C530E. Grayscale: #BFBFBF. Windows color (decimal): -2904847 or 15838419. OLE color: 15838419.
HSL color Cylindrical-coordinate representation of color #D3ACF1: hue angle of 273.91º degrees, saturation: 0.71, 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 #D3ACF1 is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 172 | 241 | - |
| CMYK | 0.12 | 0.29 | 0 | 0.05 |
| HSL | 273.91º | 0.71% | 0.81% | - |
| HSV(B) | 273.91º | 0.29% | 0.95% | - |
| XYZ | 57.49 | 49.7 | 89.78 | - |
| YUV | 191.53 | 155.92 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 172 | 241 | 0.12 | 0.29 | 0 | 0.05 | 273.91 | 0.71 | 0.81 |
| Hex | D3 | AC | F1 | C | 1D | 0 | 5 | 112 | 47 | 51 |
| Octal | 323 | 254 | 361 | 14 | 35 | 0 | 5 | 422 | 107 | 121 |
| Binary | 11010011 | 10101100 | 11110001 | 1100 | 11101 | 0 | 101 | 100010010 | 1000111 | 1010001 |
Color Harmonies of #D3ACF1
Complementary color
Monochromatic Colors of #D3ACF1
Black with #D3ACF1
Text Example
Text Example
White with #D3ACF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3ACF1; }
p { color: rgb(211,172,241); }
H1.HeaderClassName
{
color: #D3ACF1;
}
.AnyTagClassName
{
color: #D3ACF1;
}
</style>
background-color css
<style>
a { background-color: #D3ACF1; }
a { background-color: rgb(211,172,241); }
div.DivClassName
{
background-color: #D3ACF1;
}
.BgClassName
{
background-color: #D3ACF1;
}
</style>
border-color css
<style>
span { border-color: #D3ACF1; }
span { border-color: rgb(211,172,241); }
td.TdClassName
{
border-color: #D3ACF1;
}
.TagClassName
{
border-color: #D3ACF1;
}
</style>