Shades of Mauve #D7A8FE
Tints of Mauve #D7A8FE
RGB
CMYK
RGB Variations
Color information
#D7A8FE (or 0xD7A8FE) is known color: Mauve. HEX triplet: D7, A8 and FE. RGB value is (215,168,254). Sum of RGB (Red+Green+Blue) = 215+168+254=637 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.75% from 637); Green value is 168 (66.02% from 255 or 26.37% from 637); Blue value is 254 (99.61% from 255 or 39.87% from 637); Max value from RGB is 254 - color contains mainly: blue. Hex color #D7A8FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D7A8FE is #285701. Grayscale: #BFBFBF. Windows color (decimal): -2643714 or 16689367. OLE color: 16689367.
HSL color Cylindrical-coordinate representation of color #D7A8FE: hue angle of 272.79º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D7A8FE is Cyan = 0.15, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 215 | 168 | 254 | - |
| CMYK | 0.15 | 0.34 | 0 | 0.00 |
| HSL | 272.79º | 0.98% | 0.83% | - |
| HSV(B) | 272.79º | 0.34% | 1% | - |
| XYZ | 59.92 | 49.61 | 100.18 | - |
| YUV | 191.86 | 163.07 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 168 | 254 | 0.15 | 0.34 | 0 | 0.00 | 272.79 | 0.98 | 0.83 |
| Hex | D7 | A8 | FE | F | 22 | 0 | 0 | 111 | 62 | 53 |
| Octal | 327 | 250 | 376 | 17 | 42 | 0 | 0 | 421 | 142 | 123 |
| Binary | 11010111 | 10101000 | 11111110 | 1111 | 100010 | 0 | 0 | 100010001 | 1100010 | 1010011 |
Color Harmonies of #D7A8FE
Complementary color
Monochromatic Colors of #D7A8FE
Black with #D7A8FE
Text Example
Text Example
White with #D7A8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A8FE; }
p { color: rgb(215,168,254); }
H1.HeaderClassName
{
color: #D7A8FE;
}
.AnyTagClassName
{
color: #D7A8FE;
}
</style>
background-color css
<style>
a { background-color: #D7A8FE; }
a { background-color: rgb(215,168,254); }
div.DivClassName
{
background-color: #D7A8FE;
}
.BgClassName
{
background-color: #D7A8FE;
}
</style>
border-color css
<style>
span { border-color: #D7A8FE; }
span { border-color: rgb(215,168,254); }
td.TdClassName
{
border-color: #D7A8FE;
}
.TagClassName
{
border-color: #D7A8FE;
}
</style>