Shades of Mauve #D7A3FD
Tints of Mauve #D7A3FD
RGB
CMYK
RGB Variations
Color information
#D7A3FD (or 0xD7A3FD) is known color: Mauve. HEX triplet: D7, A3 and FD. RGB value is (215,163,253). Sum of RGB (Red+Green+Blue) = 215+163+253=631 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.07% from 631); Green value is 163 (64.06% from 255 or 25.83% from 631); Blue value is 253 (99.22% from 255 or 40.10% from 631); Max value from RGB is 253 - color contains mainly: blue. Hex color #D7A3FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D7A3FD is #285C02. Grayscale: #BCBCBC. Windows color (decimal): -2644995 or 16622551. OLE color: 16622551.
HSL color Cylindrical-coordinate representation of color #D7A3FD: hue angle of 274.67º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D7A3FD is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 215 | 163 | 253 | - |
| CMYK | 0.15 | 0.36 | 0 | 0.01 |
| HSL | 274.67º | 0.96% | 0.82% | - |
| HSV(B) | 274.67º | 0.36% | 0.99% | - |
| XYZ | 58.85 | 47.73 | 99.04 | - |
| YUV | 188.81 | 164.23 | 146.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 163 | 253 | 0.15 | 0.36 | 0 | 0.01 | 274.67 | 0.96 | 0.82 |
| Hex | D7 | A3 | FD | F | 24 | 0 | 1 | 113 | 60 | 52 |
| Octal | 327 | 243 | 375 | 17 | 44 | 0 | 1 | 423 | 140 | 122 |
| Binary | 11010111 | 10100011 | 11111101 | 1111 | 100100 | 0 | 1 | 100010011 | 1100000 | 1010010 |
Color Harmonies of #D7A3FD
Complementary color
Monochromatic Colors of #D7A3FD
Black with #D7A3FD
Text Example
Text Example
White with #D7A3FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A3FD; }
p { color: rgb(215,163,253); }
H1.HeaderClassName
{
color: #D7A3FD;
}
.AnyTagClassName
{
color: #D7A3FD;
}
</style>
background-color css
<style>
a { background-color: #D7A3FD; }
a { background-color: rgb(215,163,253); }
div.DivClassName
{
background-color: #D7A3FD;
}
.BgClassName
{
background-color: #D7A3FD;
}
</style>
border-color css
<style>
span { border-color: #D7A3FD; }
span { border-color: rgb(215,163,253); }
td.TdClassName
{
border-color: #D7A3FD;
}
.TagClassName
{
border-color: #D7A3FD;
}
</style>