Shades of Mauve #D5A9FE
Tints of Mauve #D5A9FE
RGB
CMYK
RGB Variations
Color information
#D5A9FE (or 0xD5A9FE) is known color: Mauve. HEX triplet: D5, A9 and FE. RGB value is (213,169,254). Sum of RGB (Red+Green+Blue) = 213+169+254=636 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.49% from 636); Green value is 169 (66.41% from 255 or 26.57% from 636); Blue value is 254 (99.61% from 255 or 39.94% from 636); Max value from RGB is 254 - color contains mainly: blue. Hex color #D5A9FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5A9FE is #2A5601. Grayscale: #BFBFBF. Windows color (decimal): -2774530 or 16689621. OLE color: 16689621.
HSL color Cylindrical-coordinate representation of color #D5A9FE: hue angle of 271.06º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D5A9FE is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 213 | 169 | 254 | - |
| CMYK | 0.16 | 0.33 | 0 | 0.00 |
| HSL | 271.06º | 0.98% | 0.83% | - |
| HSV(B) | 271.06º | 0.33% | 1% | - |
| XYZ | 59.52 | 49.68 | 100.22 | - |
| YUV | 191.85 | 163.08 | 143.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 169 | 254 | 0.16 | 0.33 | 0 | 0.00 | 271.06 | 0.98 | 0.83 |
| Hex | D5 | A9 | FE | 10 | 21 | 0 | 0 | 10F | 62 | 53 |
| Octal | 325 | 251 | 376 | 20 | 41 | 0 | 0 | 417 | 142 | 123 |
| Binary | 11010101 | 10101001 | 11111110 | 10000 | 100001 | 0 | 0 | 100001111 | 1100010 | 1010011 |
Color Harmonies of #D5A9FE
Complementary color
Monochromatic Colors of #D5A9FE
Black with #D5A9FE
Text Example
Text Example
White with #D5A9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A9FE; }
p { color: rgb(213,169,254); }
H1.HeaderClassName
{
color: #D5A9FE;
}
.AnyTagClassName
{
color: #D5A9FE;
}
</style>
background-color css
<style>
a { background-color: #D5A9FE; }
a { background-color: rgb(213,169,254); }
div.DivClassName
{
background-color: #D5A9FE;
}
.BgClassName
{
background-color: #D5A9FE;
}
</style>
border-color css
<style>
span { border-color: #D5A9FE; }
span { border-color: rgb(213,169,254); }
td.TdClassName
{
border-color: #D5A9FE;
}
.TagClassName
{
border-color: #D5A9FE;
}
</style>