Shades of Mauve #D5A4F8
Tints of Mauve #D5A4F8
RGB
CMYK
RGB Variations
Color information
#D5A4F8 (or 0xD5A4F8) is known color: Mauve. HEX triplet: D5, A4 and F8. RGB value is (213,164,248). Sum of RGB (Red+Green+Blue) = 213+164+248=625 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.08% from 625); Green value is 164 (64.45% from 255 or 26.24% from 625); Blue value is 248 (97.27% from 255 or 39.68% from 625); Max value from RGB is 248 - color contains mainly: blue. Hex color #D5A4F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5A4F8 is #2A5B07. Grayscale: #BBBBBB. Windows color (decimal): -2775816 or 16295125. OLE color: 16295125.
HSL color Cylindrical-coordinate representation of color #D5A4F8: hue angle of 275º degrees, saturation: 0.86, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D5A4F8 is Cyan = 0.14, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 213 | 164 | 248 | - |
| CMYK | 0.14 | 0.34 | 0 | 0.03 |
| HSL | 275º | 0.86% | 0.81% | - |
| HSV(B) | 275º | 0.34% | 0.97% | - |
| XYZ | 57.66 | 47.47 | 94.93 | - |
| YUV | 188.23 | 161.73 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 164 | 248 | 0.14 | 0.34 | 0 | 0.03 | 275 | 0.86 | 0.81 |
| Hex | D5 | A4 | F8 | E | 22 | 0 | 3 | 113 | 56 | 51 |
| Octal | 325 | 244 | 370 | 16 | 42 | 0 | 3 | 423 | 126 | 121 |
| Binary | 11010101 | 10100100 | 11111000 | 1110 | 100010 | 0 | 11 | 100010011 | 1010110 | 1010001 |
Color Harmonies of #D5A4F8
Complementary color
Monochromatic Colors of #D5A4F8
Black with #D5A4F8
Text Example
Text Example
White with #D5A4F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A4F8; }
p { color: rgb(213,164,248); }
H1.HeaderClassName
{
color: #D5A4F8;
}
.AnyTagClassName
{
color: #D5A4F8;
}
</style>
background-color css
<style>
a { background-color: #D5A4F8; }
a { background-color: rgb(213,164,248); }
div.DivClassName
{
background-color: #D5A4F8;
}
.BgClassName
{
background-color: #D5A4F8;
}
</style>
border-color css
<style>
span { border-color: #D5A4F8; }
span { border-color: rgb(213,164,248); }
td.TdClassName
{
border-color: #D5A4F8;
}
.TagClassName
{
border-color: #D5A4F8;
}
</style>