Shades of Mauve #D5A5FD
Tints of Mauve #D5A5FD
RGB
CMYK
RGB Variations
Color information
#D5A5FD (or 0xD5A5FD) is known color: Mauve. HEX triplet: D5, A5 and FD. RGB value is (213,165,253). Sum of RGB (Red+Green+Blue) = 213+165+253=631 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.76% from 631); Green value is 165 (64.84% from 255 or 26.15% from 631); Blue value is 253 (99.22% from 255 or 40.10% from 631); Max value from RGB is 253 - color contains mainly: blue. Hex color #D5A5FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5A5FD is #2A5A02. Grayscale: #BDBDBD. Windows color (decimal): -2775555 or 16623061. OLE color: 16623061.
HSL color Cylindrical-coordinate representation of color #D5A5FD: hue angle of 272.73º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D5A5FD is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 213 | 165 | 253 | - |
| CMYK | 0.16 | 0.35 | 0 | 0.01 |
| HSL | 272.73º | 0.96% | 0.82% | - |
| HSV(B) | 272.73º | 0.35% | 0.99% | - |
| XYZ | 58.63 | 48.15 | 99.13 | - |
| YUV | 189.38 | 163.9 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 165 | 253 | 0.16 | 0.35 | 0 | 0.01 | 272.73 | 0.96 | 0.82 |
| Hex | D5 | A5 | FD | 10 | 23 | 0 | 1 | 111 | 60 | 52 |
| Octal | 325 | 245 | 375 | 20 | 43 | 0 | 1 | 421 | 140 | 122 |
| Binary | 11010101 | 10100101 | 11111101 | 10000 | 100011 | 0 | 1 | 100010001 | 1100000 | 1010010 |
Color Harmonies of #D5A5FD
Complementary color
Monochromatic Colors of #D5A5FD
Black with #D5A5FD
Text Example
Text Example
White with #D5A5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A5FD; }
p { color: rgb(213,165,253); }
H1.HeaderClassName
{
color: #D5A5FD;
}
.AnyTagClassName
{
color: #D5A5FD;
}
</style>
background-color css
<style>
a { background-color: #D5A5FD; }
a { background-color: rgb(213,165,253); }
div.DivClassName
{
background-color: #D5A5FD;
}
.BgClassName
{
background-color: #D5A5FD;
}
</style>
border-color css
<style>
span { border-color: #D5A5FD; }
span { border-color: rgb(213,165,253); }
td.TdClassName
{
border-color: #D5A5FD;
}
.TagClassName
{
border-color: #D5A5FD;
}
</style>