Shades of Mauve #D5A2FE
Tints of Mauve #D5A2FE
RGB
CMYK
RGB Variations
Color information
#D5A2FE (or 0xD5A2FE) is known color: Mauve. HEX triplet: D5, A2 and FE. RGB value is (213,162,254). Sum of RGB (Red+Green+Blue) = 213+162+254=629 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.86% from 629); Green value is 162 (63.67% from 255 or 25.76% from 629); Blue value is 254 (99.61% from 255 or 40.38% from 629); Max value from RGB is 254 - color contains mainly: blue. Hex color #D5A2FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5A2FE is #2A5D01. Grayscale: #BBBBBB. Windows color (decimal): -2776322 or 16687829. OLE color: 16687829.
HSL color Cylindrical-coordinate representation of color #D5A2FE: hue angle of 273.26º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D5A2FE is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 213 | 162 | 254 | - |
| CMYK | 0.16 | 0.36 | 0 | 0.00 |
| HSL | 273.26º | 0.98% | 0.82% | - |
| HSV(B) | 273.26º | 0.36% | 1% | - |
| XYZ | 58.25 | 47.14 | 99.8 | - |
| YUV | 187.74 | 165.4 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 162 | 254 | 0.16 | 0.36 | 0 | 0.00 | 273.26 | 0.98 | 0.82 |
| Hex | D5 | A2 | FE | 10 | 24 | 0 | 0 | 111 | 62 | 52 |
| Octal | 325 | 242 | 376 | 20 | 44 | 0 | 0 | 421 | 142 | 122 |
| Binary | 11010101 | 10100010 | 11111110 | 10000 | 100100 | 0 | 0 | 100010001 | 1100010 | 1010010 |
Color Harmonies of #D5A2FE
Complementary color
Monochromatic Colors of #D5A2FE
Black with #D5A2FE
Text Example
Text Example
White with #D5A2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A2FE; }
p { color: rgb(213,162,254); }
H1.HeaderClassName
{
color: #D5A2FE;
}
.AnyTagClassName
{
color: #D5A2FE;
}
</style>
background-color css
<style>
a { background-color: #D5A2FE; }
a { background-color: rgb(213,162,254); }
div.DivClassName
{
background-color: #D5A2FE;
}
.BgClassName
{
background-color: #D5A2FE;
}
</style>
border-color css
<style>
span { border-color: #D5A2FE; }
span { border-color: rgb(213,162,254); }
td.TdClassName
{
border-color: #D5A2FE;
}
.TagClassName
{
border-color: #D5A2FE;
}
</style>