Shades of Mauve #D2ABF9
Tints of Mauve #D2ABF9
RGB
CMYK
RGB Variations
Color information
#D2ABF9 (or 0xD2ABF9) is known color: Mauve. HEX triplet: D2, AB and F9. RGB value is (210,171,249). Sum of RGB (Red+Green+Blue) = 210+171+249=630 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.33% from 630); Green value is 171 (67.19% from 255 or 27.14% from 630); Blue value is 249 (97.66% from 255 or 39.52% from 630); Max value from RGB is 249 - color contains mainly: blue. Hex color #D2ABF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2ABF9 is #2D5406. Grayscale: #BFBFBF. Windows color (decimal): -2970631 or 16362450. OLE color: 16362450.
HSL color Cylindrical-coordinate representation of color #D2ABF9: hue angle of 270º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D2ABF9 is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 210 | 171 | 249 | - |
| CMYK | 0.16 | 0.31 | 0 | 0.02 |
| HSL | 270º | 0.87% | 0.82% | - |
| HSV(B) | 270º | 0.31% | 0.98% | - |
| XYZ | 58.24 | 49.67 | 96.14 | - |
| YUV | 191.55 | 160.42 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 171 | 249 | 0.16 | 0.31 | 0 | 0.02 | 270 | 0.87 | 0.82 |
| Hex | D2 | AB | F9 | 10 | 1F | 0 | 2 | 10E | 57 | 52 |
| Octal | 322 | 253 | 371 | 20 | 37 | 0 | 2 | 416 | 127 | 122 |
| Binary | 11010010 | 10101011 | 11111001 | 10000 | 11111 | 0 | 10 | 100001110 | 1010111 | 1010010 |
Color Harmonies of #D2ABF9
Complementary color
Monochromatic Colors of #D2ABF9
Black with #D2ABF9
Text Example
Text Example
White with #D2ABF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2ABF9; }
p { color: rgb(210,171,249); }
H1.HeaderClassName
{
color: #D2ABF9;
}
.AnyTagClassName
{
color: #D2ABF9;
}
</style>
background-color css
<style>
a { background-color: #D2ABF9; }
a { background-color: rgb(210,171,249); }
div.DivClassName
{
background-color: #D2ABF9;
}
.BgClassName
{
background-color: #D2ABF9;
}
</style>
border-color css
<style>
span { border-color: #D2ABF9; }
span { border-color: rgb(210,171,249); }
td.TdClassName
{
border-color: #D2ABF9;
}
.TagClassName
{
border-color: #D2ABF9;
}
</style>