Shades of Mauve #D5A8FE
Tints of Mauve #D5A8FE
RGB
CMYK
RGB Variations
Color information
#D5A8FE (or 0xD5A8FE) is known color: Mauve. HEX triplet: D5, A8 and FE. RGB value is (213,168,254). Sum of RGB (Red+Green+Blue) = 213+168+254=635 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.54% from 635); Green value is 168 (66.02% from 255 or 26.46% from 635); Blue value is 254 (99.61% from 255 or 40% from 635); Max value from RGB is 254 - color contains mainly: blue. Hex color #D5A8FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5A8FE is #2A5701. Grayscale: #BEBEBE. Windows color (decimal): -2774786 or 16689365. OLE color: 16689365.
HSL color Cylindrical-coordinate representation of color #D5A8FE: hue angle of 271.4º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D5A8FE is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 213 | 168 | 254 | - |
| CMYK | 0.16 | 0.34 | 0 | 0.00 |
| HSL | 271.4º | 0.98% | 0.83% | - |
| HSV(B) | 271.4º | 0.34% | 1% | - |
| XYZ | 59.33 | 49.31 | 100.16 | - |
| YUV | 191.26 | 163.41 | 143.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 168 | 254 | 0.16 | 0.34 | 0 | 0.00 | 271.4 | 0.98 | 0.83 |
| Hex | D5 | A8 | FE | 10 | 22 | 0 | 0 | 10F | 62 | 53 |
| Octal | 325 | 250 | 376 | 20 | 42 | 0 | 0 | 417 | 142 | 123 |
| Binary | 11010101 | 10101000 | 11111110 | 10000 | 100010 | 0 | 0 | 100001111 | 1100010 | 1010011 |
Color Harmonies of #D5A8FE
Complementary color
Monochromatic Colors of #D5A8FE
Black with #D5A8FE
Text Example
Text Example
White with #D5A8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A8FE; }
p { color: rgb(213,168,254); }
H1.HeaderClassName
{
color: #D5A8FE;
}
.AnyTagClassName
{
color: #D5A8FE;
}
</style>
background-color css
<style>
a { background-color: #D5A8FE; }
a { background-color: rgb(213,168,254); }
div.DivClassName
{
background-color: #D5A8FE;
}
.BgClassName
{
background-color: #D5A8FE;
}
</style>
border-color css
<style>
span { border-color: #D5A8FE; }
span { border-color: rgb(213,168,254); }
td.TdClassName
{
border-color: #D5A8FE;
}
.TagClassName
{
border-color: #D5A8FE;
}
</style>