Shades of Mauve #D2ABF0
Tints of Mauve #D2ABF0
RGB
CMYK
RGB Variations
Color information
#D2ABF0 (or 0xD2ABF0) is known color: Mauve. HEX triplet: D2, AB and F0. RGB value is (210,171,240). Sum of RGB (Red+Green+Blue) = 210+171+240=621 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.82% from 621); Green value is 171 (67.19% from 255 or 27.54% from 621); Blue value is 240 (94.14% from 255 or 38.65% from 621); Max value from RGB is 240 - color contains mainly: blue. Hex color #D2ABF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2ABF0 is #2D540F. Grayscale: #BEBEBE. Windows color (decimal): -2970640 or 15772626. OLE color: 15772626.
HSL color Cylindrical-coordinate representation of color #D2ABF0: hue angle of 273.91º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D2ABF0 is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 171 | 240 | - |
| CMYK | 0.12 | 0.29 | 0 | 0.06 |
| HSL | 273.91º | 0.7% | 0.81% | - |
| HSV(B) | 273.91º | 0.29% | 0.94% | - |
| XYZ | 56.87 | 49.12 | 88.92 | - |
| YUV | 190.53 | 155.92 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 171 | 240 | 0.12 | 0.29 | 0 | 0.06 | 273.91 | 0.7 | 0.81 |
| Hex | D2 | AB | F0 | C | 1D | 0 | 6 | 112 | 46 | 51 |
| Octal | 322 | 253 | 360 | 14 | 35 | 0 | 6 | 422 | 106 | 121 |
| Binary | 11010010 | 10101011 | 11110000 | 1100 | 11101 | 0 | 110 | 100010010 | 1000110 | 1010001 |
Color Harmonies of #D2ABF0
Complementary color
Monochromatic Colors of #D2ABF0
Black with #D2ABF0
Text Example
Text Example
White with #D2ABF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2ABF0; }
p { color: rgb(210,171,240); }
H1.HeaderClassName
{
color: #D2ABF0;
}
.AnyTagClassName
{
color: #D2ABF0;
}
</style>
background-color css
<style>
a { background-color: #D2ABF0; }
a { background-color: rgb(210,171,240); }
div.DivClassName
{
background-color: #D2ABF0;
}
.BgClassName
{
background-color: #D2ABF0;
}
</style>
border-color css
<style>
span { border-color: #D2ABF0; }
span { border-color: rgb(210,171,240); }
td.TdClassName
{
border-color: #D2ABF0;
}
.TagClassName
{
border-color: #D2ABF0;
}
</style>