Shades of Mauve #D7A9F0
Tints of Mauve #D7A9F0
RGB
CMYK
RGB Variations
Color information
#D7A9F0 (or 0xD7A9F0) is known color: Mauve. HEX triplet: D7, A9 and F0. RGB value is (215,169,240). Sum of RGB (Red+Green+Blue) = 215+169+240=624 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.46% from 624); Green value is 169 (66.41% from 255 or 27.08% from 624); Blue value is 240 (94.14% from 255 or 38.46% from 624); Max value from RGB is 240 - color contains mainly: blue. Hex color #D7A9F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D7A9F0 is #28560F. Grayscale: #BEBEBE. Windows color (decimal): -2643472 or 15772119. OLE color: 15772119.
HSL color Cylindrical-coordinate representation of color #D7A9F0: hue angle of 278.87º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D7A9F0 is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 215 | 169 | 240 | - |
| CMYK | 0.10 | 0.30 | 0 | 0.06 |
| HSL | 278.87º | 0.7% | 0.8% | - |
| HSV(B) | 278.87º | 0.3% | 0.94% | - |
| XYZ | 57.94 | 49.11 | 88.86 | - |
| YUV | 190.85 | 155.74 | 145.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 169 | 240 | 0.10 | 0.30 | 0 | 0.06 | 278.87 | 0.7 | 0.8 |
| Hex | D7 | A9 | F0 | A | 1E | 0 | 6 | 117 | 46 | 50 |
| Octal | 327 | 251 | 360 | 12 | 36 | 0 | 6 | 427 | 106 | 120 |
| Binary | 11010111 | 10101001 | 11110000 | 1010 | 11110 | 0 | 110 | 100010111 | 1000110 | 1010000 |
Color Harmonies of #D7A9F0
Complementary color
Monochromatic Colors of #D7A9F0
Black with #D7A9F0
Text Example
Text Example
White with #D7A9F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A9F0; }
p { color: rgb(215,169,240); }
H1.HeaderClassName
{
color: #D7A9F0;
}
.AnyTagClassName
{
color: #D7A9F0;
}
</style>
background-color css
<style>
a { background-color: #D7A9F0; }
a { background-color: rgb(215,169,240); }
div.DivClassName
{
background-color: #D7A9F0;
}
.BgClassName
{
background-color: #D7A9F0;
}
</style>
border-color css
<style>
span { border-color: #D7A9F0; }
span { border-color: rgb(215,169,240); }
td.TdClassName
{
border-color: #D7A9F0;
}
.TagClassName
{
border-color: #D7A9F0;
}
</style>