Shades of Mauve #D5A0FD
Tints of Mauve #D5A0FD
RGB
CMYK
RGB Variations
Color information
#D5A0FD (or 0xD5A0FD) is known color: Mauve. HEX triplet: D5, A0 and FD. RGB value is (213,160,253). Sum of RGB (Red+Green+Blue) = 213+160+253=626 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.03% from 626); Green value is 160 (62.89% from 255 or 25.56% from 626); Blue value is 253 (99.22% from 255 or 40.42% from 626); Max value from RGB is 253 - color contains mainly: blue. Hex color #D5A0FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5A0FD is #2A5F02. Grayscale: #BABABA. Windows color (decimal): -2776835 or 16621781. OLE color: 16621781.
HSL color Cylindrical-coordinate representation of color #D5A0FD: hue angle of 274.19º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D5A0FD is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 213 | 160 | 253 | - |
| CMYK | 0.16 | 0.37 | 0 | 0.01 |
| HSL | 274.19º | 0.96% | 0.81% | - |
| HSV(B) | 274.19º | 0.37% | 0.99% | - |
| XYZ | 57.74 | 46.38 | 98.84 | - |
| YUV | 186.45 | 165.56 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 160 | 253 | 0.16 | 0.37 | 0 | 0.01 | 274.19 | 0.96 | 0.81 |
| Hex | D5 | A0 | FD | 10 | 25 | 0 | 1 | 112 | 60 | 51 |
| Octal | 325 | 240 | 375 | 20 | 45 | 0 | 1 | 422 | 140 | 121 |
| Binary | 11010101 | 10100000 | 11111101 | 10000 | 100101 | 0 | 1 | 100010010 | 1100000 | 1010001 |
Color Harmonies of #D5A0FD
Complementary color
Monochromatic Colors of #D5A0FD
Black with #D5A0FD
Text Example
Text Example
White with #D5A0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A0FD; }
p { color: rgb(213,160,253); }
H1.HeaderClassName
{
color: #D5A0FD;
}
.AnyTagClassName
{
color: #D5A0FD;
}
</style>
background-color css
<style>
a { background-color: #D5A0FD; }
a { background-color: rgb(213,160,253); }
div.DivClassName
{
background-color: #D5A0FD;
}
.BgClassName
{
background-color: #D5A0FD;
}
</style>
border-color css
<style>
span { border-color: #D5A0FD; }
span { border-color: rgb(213,160,253); }
td.TdClassName
{
border-color: #D5A0FD;
}
.TagClassName
{
border-color: #D5A0FD;
}
</style>