Shades of Mauve #D3A4FD
Tints of Mauve #D3A4FD
RGB
CMYK
RGB Variations
Color information
#D3A4FD (or 0xD3A4FD) is known color: Mauve. HEX triplet: D3, A4 and FD. RGB value is (211,164,253). Sum of RGB (Red+Green+Blue) = 211+164+253=628 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.60% from 628); Green value is 164 (64.45% from 255 or 26.11% from 628); Blue value is 253 (99.22% from 255 or 40.29% from 628); Max value from RGB is 253 - color contains mainly: blue. Hex color #D3A4FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3A4FD is #2C5B02. Grayscale: #BBBBBB. Windows color (decimal): -2906883 or 16622803. OLE color: 16622803.
HSL color Cylindrical-coordinate representation of color #D3A4FD: hue angle of 271.69º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D3A4FD is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 164 | 253 | - |
| CMYK | 0.17 | 0.35 | 0 | 0.01 |
| HSL | 271.69º | 0.96% | 0.82% | - |
| HSV(B) | 271.69º | 0.35% | 0.99% | - |
| XYZ | 57.87 | 47.49 | 99.05 | - |
| YUV | 188.2 | 164.57 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 164 | 253 | 0.17 | 0.35 | 0 | 0.01 | 271.69 | 0.96 | 0.82 |
| Hex | D3 | A4 | FD | 11 | 23 | 0 | 1 | 110 | 60 | 52 |
| Octal | 323 | 244 | 375 | 21 | 43 | 0 | 1 | 420 | 140 | 122 |
| Binary | 11010011 | 10100100 | 11111101 | 10001 | 100011 | 0 | 1 | 100010000 | 1100000 | 1010010 |
Color Harmonies of #D3A4FD
Complementary color
Monochromatic Colors of #D3A4FD
Black with #D3A4FD
Text Example
Text Example
White with #D3A4FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A4FD; }
p { color: rgb(211,164,253); }
H1.HeaderClassName
{
color: #D3A4FD;
}
.AnyTagClassName
{
color: #D3A4FD;
}
</style>
background-color css
<style>
a { background-color: #D3A4FD; }
a { background-color: rgb(211,164,253); }
div.DivClassName
{
background-color: #D3A4FD;
}
.BgClassName
{
background-color: #D3A4FD;
}
</style>
border-color css
<style>
span { border-color: #D3A4FD; }
span { border-color: rgb(211,164,253); }
td.TdClassName
{
border-color: #D3A4FD;
}
.TagClassName
{
border-color: #D3A4FD;
}
</style>