Shades of Mauve #D3A5FD
Tints of Mauve #D3A5FD
RGB
CMYK
RGB Variations
Color information
#D3A5FD (or 0xD3A5FD) is known color: Mauve. HEX triplet: D3, A5 and FD. RGB value is (211,165,253). Sum of RGB (Red+Green+Blue) = 211+165+253=629 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.55% from 629); Green value is 165 (64.84% from 255 or 26.23% from 629); Blue value is 253 (99.22% from 255 or 40.22% from 629); Max value from RGB is 253 - color contains mainly: blue. Hex color #D3A5FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3A5FD is #2C5A02. Grayscale: #BCBCBC. Windows color (decimal): -2906627 or 16623059. OLE color: 16623059.
HSL color Cylindrical-coordinate representation of color #D3A5FD: hue angle of 271.36º 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 #D3A5FD is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 165 | 253 | - |
| CMYK | 0.17 | 0.35 | 0 | 0.01 |
| HSL | 271.36º | 0.96% | 0.82% | - |
| HSV(B) | 271.36º | 0.35% | 0.99% | - |
| XYZ | 58.05 | 47.85 | 99.11 | - |
| YUV | 188.79 | 164.24 | 143.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 165 | 253 | 0.17 | 0.35 | 0 | 0.01 | 271.36 | 0.96 | 0.82 |
| Hex | D3 | A5 | FD | 11 | 23 | 0 | 1 | 10F | 60 | 52 |
| Octal | 323 | 245 | 375 | 21 | 43 | 0 | 1 | 417 | 140 | 122 |
| Binary | 11010011 | 10100101 | 11111101 | 10001 | 100011 | 0 | 1 | 100001111 | 1100000 | 1010010 |
Color Harmonies of #D3A5FD
Complementary color
Monochromatic Colors of #D3A5FD
Black with #D3A5FD
Text Example
Text Example
White with #D3A5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A5FD; }
p { color: rgb(211,165,253); }
H1.HeaderClassName
{
color: #D3A5FD;
}
.AnyTagClassName
{
color: #D3A5FD;
}
</style>
background-color css
<style>
a { background-color: #D3A5FD; }
a { background-color: rgb(211,165,253); }
div.DivClassName
{
background-color: #D3A5FD;
}
.BgClassName
{
background-color: #D3A5FD;
}
</style>
border-color css
<style>
span { border-color: #D3A5FD; }
span { border-color: rgb(211,165,253); }
td.TdClassName
{
border-color: #D3A5FD;
}
.TagClassName
{
border-color: #D3A5FD;
}
</style>