Shades of Mauve #D1A5FE
Tints of Mauve #D1A5FE
RGB
CMYK
RGB Variations
Color information
#D1A5FE (or 0xD1A5FE) is known color: Mauve. HEX triplet: D1, A5 and FE. RGB value is (209,165,254). Sum of RGB (Red+Green+Blue) = 209+165+254=628 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.28% from 628); Green value is 165 (64.84% from 255 or 26.27% from 628); Blue value is 254 (99.61% from 255 or 40.45% from 628); Max value from RGB is 254 - color contains mainly: blue. Hex color #D1A5FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1A5FE is #2E5A01. Grayscale: #BBBBBB. Windows color (decimal): -3037698 or 16688593. OLE color: 16688593.
HSL color Cylindrical-coordinate representation of color #D1A5FE: hue angle of 269.66º 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 #D1A5FE is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 209 | 165 | 254 | - |
| CMYK | 0.18 | 0.35 | 0 | 0.00 |
| HSL | 269.66º | 0.98% | 0.82% | - |
| HSV(B) | 269.66º | 0.35% | 1% | - |
| XYZ | 57.64 | 47.62 | 99.92 | - |
| YUV | 188.3 | 165.08 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 165 | 254 | 0.18 | 0.35 | 0 | 0.00 | 269.66 | 0.98 | 0.82 |
| Hex | D1 | A5 | FE | 12 | 23 | 0 | 0 | 10E | 62 | 52 |
| Octal | 321 | 245 | 376 | 22 | 43 | 0 | 0 | 416 | 142 | 122 |
| Binary | 11010001 | 10100101 | 11111110 | 10010 | 100011 | 0 | 0 | 100001110 | 1100010 | 1010010 |
Color Harmonies of #D1A5FE
Complementary color
Monochromatic Colors of #D1A5FE
Black with #D1A5FE
Text Example
Text Example
White with #D1A5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A5FE; }
p { color: rgb(209,165,254); }
H1.HeaderClassName
{
color: #D1A5FE;
}
.AnyTagClassName
{
color: #D1A5FE;
}
</style>
background-color css
<style>
a { background-color: #D1A5FE; }
a { background-color: rgb(209,165,254); }
div.DivClassName
{
background-color: #D1A5FE;
}
.BgClassName
{
background-color: #D1A5FE;
}
</style>
border-color css
<style>
span { border-color: #D1A5FE; }
span { border-color: rgb(209,165,254); }
td.TdClassName
{
border-color: #D1A5FE;
}
.TagClassName
{
border-color: #D1A5FE;
}
</style>