Shades of Mauve #D2ACFC
Tints of Mauve #D2ACFC
RGB
CMYK
RGB Variations
Color information
#D2ACFC (or 0xD2ACFC) is known color: Mauve. HEX triplet: D2, AC and FC. RGB value is (210,172,252). Sum of RGB (Red+Green+Blue) = 210+172+252=634 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.12% from 634); Green value is 172 (67.58% from 255 or 27.13% from 634); Blue value is 252 (98.83% from 255 or 39.75% from 634); Max value from RGB is 252 - color contains mainly: blue. Hex color #D2ACFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2ACFC is #2D5303. Grayscale: #C0C0C0. Windows color (decimal): -2970372 or 16559314. OLE color: 16559314.
HSL color Cylindrical-coordinate representation of color #D2ACFC: hue angle of 268.5º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D2ACFC is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 172 | 252 | - |
| CMYK | 0.17 | 0.32 | 0 | 0.01 |
| HSL | 268.5º | 0.93% | 0.83% | - |
| HSV(B) | 268.5º | 0.32% | 0.99% | - |
| XYZ | 58.9 | 50.23 | 98.69 | - |
| YUV | 192.48 | 161.59 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 172 | 252 | 0.17 | 0.32 | 0 | 0.01 | 268.5 | 0.93 | 0.83 |
| Hex | D2 | AC | FC | 11 | 20 | 0 | 1 | 10C | 5D | 53 |
| Octal | 322 | 254 | 374 | 21 | 40 | 0 | 1 | 414 | 135 | 123 |
| Binary | 11010010 | 10101100 | 11111100 | 10001 | 100000 | 0 | 1 | 100001100 | 1011101 | 1010011 |
Color Harmonies of #D2ACFC
Complementary color
Monochromatic Colors of #D2ACFC
Black with #D2ACFC
Text Example
Text Example
White with #D2ACFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2ACFC; }
p { color: rgb(210,172,252); }
H1.HeaderClassName
{
color: #D2ACFC;
}
.AnyTagClassName
{
color: #D2ACFC;
}
</style>
background-color css
<style>
a { background-color: #D2ACFC; }
a { background-color: rgb(210,172,252); }
div.DivClassName
{
background-color: #D2ACFC;
}
.BgClassName
{
background-color: #D2ACFC;
}
</style>
border-color css
<style>
span { border-color: #D2ACFC; }
span { border-color: rgb(210,172,252); }
td.TdClassName
{
border-color: #D2ACFC;
}
.TagClassName
{
border-color: #D2ACFC;
}
</style>