Shades of Mauve #D7A8F3
Tints of Mauve #D7A8F3
RGB
CMYK
RGB Variations
Color information
#D7A8F3 (or 0xD7A8F3) is known color: Mauve. HEX triplet: D7, A8 and F3. RGB value is (215,168,243). Sum of RGB (Red+Green+Blue) = 215+168+243=626 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.35% from 626); Green value is 168 (66.02% from 255 or 26.84% from 626); Blue value is 243 (95.31% from 255 or 38.82% from 626); Max value from RGB is 243 - color contains mainly: blue. Hex color #D7A8F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D7A8F3 is #28570C. Grayscale: #BEBEBE. Windows color (decimal): -2643725 or 15968471. OLE color: 15968471.
HSL color Cylindrical-coordinate representation of color #D7A8F3: hue angle of 277.6º degrees, saturation: 0.76, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D7A8F3 is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 215 | 168 | 243 | - |
| CMYK | 0.12 | 0.31 | 0 | 0.05 |
| HSL | 277.6º | 0.76% | 0.81% | - |
| HSV(B) | 277.6º | 0.31% | 0.95% | - |
| XYZ | 58.2 | 48.92 | 91.17 | - |
| YUV | 190.6 | 157.57 | 145.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 168 | 243 | 0.12 | 0.31 | 0 | 0.05 | 277.6 | 0.76 | 0.81 |
| Hex | D7 | A8 | F3 | C | 1F | 0 | 5 | 116 | 4C | 51 |
| Octal | 327 | 250 | 363 | 14 | 37 | 0 | 5 | 426 | 114 | 121 |
| Binary | 11010111 | 10101000 | 11110011 | 1100 | 11111 | 0 | 101 | 100010110 | 1001100 | 1010001 |
Color Harmonies of #D7A8F3
Complementary color
Monochromatic Colors of #D7A8F3
Black with #D7A8F3
Text Example
Text Example
White with #D7A8F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A8F3; }
p { color: rgb(215,168,243); }
H1.HeaderClassName
{
color: #D7A8F3;
}
.AnyTagClassName
{
color: #D7A8F3;
}
</style>
background-color css
<style>
a { background-color: #D7A8F3; }
a { background-color: rgb(215,168,243); }
div.DivClassName
{
background-color: #D7A8F3;
}
.BgClassName
{
background-color: #D7A8F3;
}
</style>
border-color css
<style>
span { border-color: #D7A8F3; }
span { border-color: rgb(215,168,243); }
td.TdClassName
{
border-color: #D7A8F3;
}
.TagClassName
{
border-color: #D7A8F3;
}
</style>