Shades of Mauve #D3A7FF
Tints of Mauve #D3A7FF
RGB
CMYK
RGB Variations
Color information
#D3A7FF (or 0xD3A7FF) is known color: Mauve. HEX triplet: D3, A7 and FF. RGB value is (211,167,255). Sum of RGB (Red+Green+Blue) = 211+167+255=633 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.33% from 633); Green value is 167 (65.62% from 255 or 26.38% from 633); Blue value is 255 (100% from 255 or 40.28% from 633); Max value from RGB is 255 - color contains mainly: blue. Hex color #D3A7FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3A7FF is #2C5800. Grayscale: #BDBDBD. Windows color (decimal): -2906113 or 16754643. OLE color: 16754643.
HSL color Cylindrical-coordinate representation of color #D3A7FF: hue angle of 270º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D3A7FF is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 211 | 167 | 255 | - |
| CMYK | 0.17 | 0.35 | 0 | 0 |
| HSL | 270º | 1% | 0.83% | - |
| HSV(B) | 270º | 0.35% | 1% | - |
| XYZ | 58.73 | 48.71 | 100.91 | - |
| YUV | 190.19 | 164.58 | 142.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 167 | 255 | 0.17 | 0.35 | 0 | 0 | 270 | 1 | 0.83 |
| Hex | D3 | A7 | FF | 11 | 23 | 0 | 0 | 10E | 64 | 53 |
| Octal | 323 | 247 | 377 | 21 | 43 | 0 | 0 | 416 | 144 | 123 |
| Binary | 11010011 | 10100111 | 11111111 | 10001 | 100011 | 0 | 0 | 100001110 | 1100100 | 1010011 |
Color Harmonies of #D3A7FF
Complementary color
Monochromatic Colors of #D3A7FF
Black with #D3A7FF
Text Example
Text Example
White with #D3A7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A7FF; }
p { color: rgb(211,167,255); }
H1.HeaderClassName
{
color: #D3A7FF;
}
.AnyTagClassName
{
color: #D3A7FF;
}
</style>
background-color css
<style>
a { background-color: #D3A7FF; }
a { background-color: rgb(211,167,255); }
div.DivClassName
{
background-color: #D3A7FF;
}
.BgClassName
{
background-color: #D3A7FF;
}
</style>
border-color css
<style>
span { border-color: #D3A7FF; }
span { border-color: rgb(211,167,255); }
td.TdClassName
{
border-color: #D3A7FF;
}
.TagClassName
{
border-color: #D3A7FF;
}
</style>