Shades of Mauve #D5A5FE
Tints of Mauve #D5A5FE
RGB
CMYK
RGB Variations
Color information
#D5A5FE (or 0xD5A5FE) is known color: Mauve. HEX triplet: D5, A5 and FE. RGB value is (213,165,254). Sum of RGB (Red+Green+Blue) = 213+165+254=632 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.70% from 632); Green value is 165 (64.84% from 255 or 26.11% from 632); Blue value is 254 (99.61% from 255 or 40.19% from 632); Max value from RGB is 254 - color contains mainly: blue. Hex color #D5A5FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5A5FE is #2A5A01. Grayscale: #BDBDBD. Windows color (decimal): -2775554 or 16688597. OLE color: 16688597.
HSL color Cylindrical-coordinate representation of color #D5A5FE: hue angle of 272.36º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D5A5FE is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 213 | 165 | 254 | - |
| CMYK | 0.16 | 0.35 | 0 | 0.00 |
| HSL | 272.36º | 0.98% | 0.82% | - |
| HSV(B) | 272.36º | 0.35% | 1% | - |
| XYZ | 58.79 | 48.21 | 99.97 | - |
| YUV | 189.5 | 164.4 | 144.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 165 | 254 | 0.16 | 0.35 | 0 | 0.00 | 272.36 | 0.98 | 0.82 |
| Hex | D5 | A5 | FE | 10 | 23 | 0 | 0 | 110 | 62 | 52 |
| Octal | 325 | 245 | 376 | 20 | 43 | 0 | 0 | 420 | 142 | 122 |
| Binary | 11010101 | 10100101 | 11111110 | 10000 | 100011 | 0 | 0 | 100010000 | 1100010 | 1010010 |
Color Harmonies of #D5A5FE
Complementary color
Monochromatic Colors of #D5A5FE
Black with #D5A5FE
Text Example
Text Example
White with #D5A5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A5FE; }
p { color: rgb(213,165,254); }
H1.HeaderClassName
{
color: #D5A5FE;
}
.AnyTagClassName
{
color: #D5A5FE;
}
</style>
background-color css
<style>
a { background-color: #D5A5FE; }
a { background-color: rgb(213,165,254); }
div.DivClassName
{
background-color: #D5A5FE;
}
.BgClassName
{
background-color: #D5A5FE;
}
</style>
border-color css
<style>
span { border-color: #D5A5FE; }
span { border-color: rgb(213,165,254); }
td.TdClassName
{
border-color: #D5A5FE;
}
.TagClassName
{
border-color: #D5A5FE;
}
</style>