Shades of Mauve #D3ACF3
Tints of Mauve #D3ACF3
RGB
CMYK
RGB Variations
Color information
#D3ACF3 (or 0xD3ACF3) is known color: Mauve. HEX triplet: D3, AC and F3. RGB value is (211,172,243). Sum of RGB (Red+Green+Blue) = 211+172+243=626 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.71% from 626); Green value is 172 (67.58% from 255 or 27.48% from 626); Blue value is 243 (95.31% from 255 or 38.82% from 626); Max value from RGB is 243 - color contains mainly: blue. Hex color #D3ACF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3ACF3 is #2C530C. Grayscale: #BFBFBF. Windows color (decimal): -2904845 or 15969491. OLE color: 15969491.
HSL color Cylindrical-coordinate representation of color #D3ACF3: hue angle of 272.96º 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 #D3ACF3 is Cyan = 0.13, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 172 | 243 | - |
| CMYK | 0.13 | 0.29 | 0 | 0.05 |
| HSL | 272.96º | 0.75% | 0.81% | - |
| HSV(B) | 272.96º | 0.29% | 0.95% | - |
| XYZ | 57.79 | 49.83 | 91.37 | - |
| YUV | 191.76 | 156.92 | 141.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 172 | 243 | 0.13 | 0.29 | 0 | 0.05 | 272.96 | 0.75 | 0.81 |
| Hex | D3 | AC | F3 | D | 1D | 0 | 5 | 111 | 4B | 51 |
| Octal | 323 | 254 | 363 | 15 | 35 | 0 | 5 | 421 | 113 | 121 |
| Binary | 11010011 | 10101100 | 11110011 | 1101 | 11101 | 0 | 101 | 100010001 | 1001011 | 1010001 |
Color Harmonies of #D3ACF3
Complementary color
Monochromatic Colors of #D3ACF3
Black with #D3ACF3
Text Example
Text Example
White with #D3ACF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3ACF3; }
p { color: rgb(211,172,243); }
H1.HeaderClassName
{
color: #D3ACF3;
}
.AnyTagClassName
{
color: #D3ACF3;
}
</style>
background-color css
<style>
a { background-color: #D3ACF3; }
a { background-color: rgb(211,172,243); }
div.DivClassName
{
background-color: #D3ACF3;
}
.BgClassName
{
background-color: #D3ACF3;
}
</style>
border-color css
<style>
span { border-color: #D3ACF3; }
span { border-color: rgb(211,172,243); }
td.TdClassName
{
border-color: #D3ACF3;
}
.TagClassName
{
border-color: #D3ACF3;
}
</style>