Shades of Mauve #D5A5F9
Tints of Mauve #D5A5F9
RGB
CMYK
RGB Variations
Color information
#D5A5F9 (or 0xD5A5F9) is known color: Mauve. HEX triplet: D5, A5 and F9. RGB value is (213,165,249). Sum of RGB (Red+Green+Blue) = 213+165+249=627 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.97% from 627); Green value is 165 (64.84% from 255 or 26.32% from 627); Blue value is 249 (97.66% from 255 or 39.71% from 627); Max value from RGB is 249 - color contains mainly: blue. Hex color #D5A5F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5A5F9 is #2A5A06. Grayscale: #BCBCBC. Windows color (decimal): -2775559 or 16360917. OLE color: 16360917.
HSL color Cylindrical-coordinate representation of color #D5A5F9: hue angle of 274.29º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D5A5F9 is Cyan = 0.14, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 165 | 249 | - |
| CMYK | 0.14 | 0.34 | 0 | 0.02 |
| HSL | 274.29º | 0.88% | 0.81% | - |
| HSV(B) | 274.29º | 0.34% | 0.98% | - |
| XYZ | 57.99 | 47.9 | 95.81 | - |
| YUV | 188.93 | 161.9 | 145.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 165 | 249 | 0.14 | 0.34 | 0 | 0.02 | 274.29 | 0.88 | 0.81 |
| Hex | D5 | A5 | F9 | E | 22 | 0 | 2 | 112 | 58 | 51 |
| Octal | 325 | 245 | 371 | 16 | 42 | 0 | 2 | 422 | 130 | 121 |
| Binary | 11010101 | 10100101 | 11111001 | 1110 | 100010 | 0 | 10 | 100010010 | 1011000 | 1010001 |
Color Harmonies of #D5A5F9
Complementary color
Monochromatic Colors of #D5A5F9
Black with #D5A5F9
Text Example
Text Example
White with #D5A5F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A5F9; }
p { color: rgb(213,165,249); }
H1.HeaderClassName
{
color: #D5A5F9;
}
.AnyTagClassName
{
color: #D5A5F9;
}
</style>
background-color css
<style>
a { background-color: #D5A5F9; }
a { background-color: rgb(213,165,249); }
div.DivClassName
{
background-color: #D5A5F9;
}
.BgClassName
{
background-color: #D5A5F9;
}
</style>
border-color css
<style>
span { border-color: #D5A5F9; }
span { border-color: rgb(213,165,249); }
td.TdClassName
{
border-color: #D5A5F9;
}
.TagClassName
{
border-color: #D5A5F9;
}
</style>