Shades of Mauve #D5A1FD
Tints of Mauve #D5A1FD
RGB
CMYK
RGB Variations
Color information
#D5A1FD (or 0xD5A1FD) is known color: Mauve. HEX triplet: D5, A1 and FD. RGB value is (213,161,253). Sum of RGB (Red+Green+Blue) = 213+161+253=627 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.97% from 627); Green value is 161 (63.28% from 255 or 25.68% from 627); Blue value is 253 (99.22% from 255 or 40.35% from 627); Max value from RGB is 253 - color contains mainly: blue. Hex color #D5A1FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5A1FD is #2A5E02. Grayscale: #BABABA. Windows color (decimal): -2776579 or 16622037. OLE color: 16622037.
HSL color Cylindrical-coordinate representation of color #D5A1FD: hue angle of 273.91º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D5A1FD is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 213 | 161 | 253 | - |
| CMYK | 0.16 | 0.36 | 0 | 0.01 |
| HSL | 273.91º | 0.96% | 0.81% | - |
| HSV(B) | 273.91º | 0.36% | 0.99% | - |
| XYZ | 57.92 | 46.73 | 98.9 | - |
| YUV | 187.04 | 165.23 | 146.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 161 | 253 | 0.16 | 0.36 | 0 | 0.01 | 273.91 | 0.96 | 0.81 |
| Hex | D5 | A1 | FD | 10 | 24 | 0 | 1 | 112 | 60 | 51 |
| Octal | 325 | 241 | 375 | 20 | 44 | 0 | 1 | 422 | 140 | 121 |
| Binary | 11010101 | 10100001 | 11111101 | 10000 | 100100 | 0 | 1 | 100010010 | 1100000 | 1010001 |
Color Harmonies of #D5A1FD
Complementary color
Monochromatic Colors of #D5A1FD
Black with #D5A1FD
Text Example
Text Example
White with #D5A1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A1FD; }
p { color: rgb(213,161,253); }
H1.HeaderClassName
{
color: #D5A1FD;
}
.AnyTagClassName
{
color: #D5A1FD;
}
</style>
background-color css
<style>
a { background-color: #D5A1FD; }
a { background-color: rgb(213,161,253); }
div.DivClassName
{
background-color: #D5A1FD;
}
.BgClassName
{
background-color: #D5A1FD;
}
</style>
border-color css
<style>
span { border-color: #D5A1FD; }
span { border-color: rgb(213,161,253); }
td.TdClassName
{
border-color: #D5A1FD;
}
.TagClassName
{
border-color: #D5A1FD;
}
</style>