Shades of Mauve #D5A8FD
Tints of Mauve #D5A8FD
RGB
CMYK
RGB Variations
Color information
#D5A8FD (or 0xD5A8FD) is known color: Mauve. HEX triplet: D5, A8 and FD. RGB value is (213,168,253). Sum of RGB (Red+Green+Blue) = 213+168+253=634 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.60% from 634); Green value is 168 (66.02% from 255 or 26.50% from 634); Blue value is 253 (99.22% from 255 or 39.91% from 634); Max value from RGB is 253 - color contains mainly: blue. Hex color #D5A8FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5A8FD is #2A5702. Grayscale: #BEBEBE. Windows color (decimal): -2774787 or 16623829. OLE color: 16623829.
HSL color Cylindrical-coordinate representation of color #D5A8FD: hue angle of 271.76º degrees, saturation: 0.96, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D5A8FD is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 213 | 168 | 253 | - |
| CMYK | 0.16 | 0.34 | 0 | 0.01 |
| HSL | 271.76º | 0.96% | 0.83% | - |
| HSV(B) | 271.76º | 0.34% | 0.99% | - |
| XYZ | 59.17 | 49.24 | 99.31 | - |
| YUV | 191.15 | 162.91 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 168 | 253 | 0.16 | 0.34 | 0 | 0.01 | 271.76 | 0.96 | 0.83 |
| Hex | D5 | A8 | FD | 10 | 22 | 0 | 1 | 110 | 60 | 53 |
| Octal | 325 | 250 | 375 | 20 | 42 | 0 | 1 | 420 | 140 | 123 |
| Binary | 11010101 | 10101000 | 11111101 | 10000 | 100010 | 0 | 1 | 100010000 | 1100000 | 1010011 |
Color Harmonies of #D5A8FD
Complementary color
Monochromatic Colors of #D5A8FD
Black with #D5A8FD
Text Example
Text Example
White with #D5A8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A8FD; }
p { color: rgb(213,168,253); }
H1.HeaderClassName
{
color: #D5A8FD;
}
.AnyTagClassName
{
color: #D5A8FD;
}
</style>
background-color css
<style>
a { background-color: #D5A8FD; }
a { background-color: rgb(213,168,253); }
div.DivClassName
{
background-color: #D5A8FD;
}
.BgClassName
{
background-color: #D5A8FD;
}
</style>
border-color css
<style>
span { border-color: #D5A8FD; }
span { border-color: rgb(213,168,253); }
td.TdClassName
{
border-color: #D5A8FD;
}
.TagClassName
{
border-color: #D5A8FD;
}
</style>