Shades of Mauve #D7A9FC
Tints of Mauve #D7A9FC
RGB
CMYK
RGB Variations
Color information
#D7A9FC (or 0xD7A9FC) is known color: Mauve. HEX triplet: D7, A9 and FC. RGB value is (215,169,252). Sum of RGB (Red+Green+Blue) = 215+169+252=636 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.81% from 636); Green value is 169 (66.41% from 255 or 26.57% from 636); Blue value is 252 (98.83% from 255 or 39.62% from 636); Max value from RGB is 252 - color contains mainly: blue. Hex color #D7A9FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D7A9FC is #285603. Grayscale: #BFBFBF. Windows color (decimal): -2643460 or 16558551. OLE color: 16558551.
HSL color Cylindrical-coordinate representation of color #D7A9FC: hue angle of 273.25º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D7A9FC is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 215 | 169 | 252 | - |
| CMYK | 0.15 | 0.33 | 0 | 0.01 |
| HSL | 273.25º | 0.93% | 0.83% | - |
| HSV(B) | 273.25º | 0.33% | 0.99% | - |
| XYZ | 59.78 | 49.85 | 98.57 | - |
| YUV | 192.22 | 161.74 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 169 | 252 | 0.15 | 0.33 | 0 | 0.01 | 273.25 | 0.93 | 0.83 |
| Hex | D7 | A9 | FC | F | 21 | 0 | 1 | 111 | 5D | 53 |
| Octal | 327 | 251 | 374 | 17 | 41 | 0 | 1 | 421 | 135 | 123 |
| Binary | 11010111 | 10101001 | 11111100 | 1111 | 100001 | 0 | 1 | 100010001 | 1011101 | 1010011 |
Color Harmonies of #D7A9FC
Complementary color
Monochromatic Colors of #D7A9FC
Black with #D7A9FC
Text Example
Text Example
White with #D7A9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A9FC; }
p { color: rgb(215,169,252); }
H1.HeaderClassName
{
color: #D7A9FC;
}
.AnyTagClassName
{
color: #D7A9FC;
}
</style>
background-color css
<style>
a { background-color: #D7A9FC; }
a { background-color: rgb(215,169,252); }
div.DivClassName
{
background-color: #D7A9FC;
}
.BgClassName
{
background-color: #D7A9FC;
}
</style>
border-color css
<style>
span { border-color: #D7A9FC; }
span { border-color: rgb(215,169,252); }
td.TdClassName
{
border-color: #D7A9FC;
}
.TagClassName
{
border-color: #D7A9FC;
}
</style>