Shades of Mauve #D59AFE
Tints of Mauve #D59AFE
RGB
CMYK
RGB Variations
Color information
#D59AFE (or 0xD59AFE) is known color: Mauve. HEX triplet: D5, 9A and FE. RGB value is (213,154,254). Sum of RGB (Red+Green+Blue) = 213+154+254=621 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.30% from 621); Green value is 154 (60.55% from 255 or 24.80% from 621); Blue value is 254 (99.61% from 255 or 40.90% from 621); Max value from RGB is 254 - color contains mainly: blue. Hex color #D59AFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D59AFE is #2A6501. Grayscale: #B6B6B6. Windows color (decimal): -2778370 or 16685781. OLE color: 16685781.
HSL color Cylindrical-coordinate representation of color #D59AFE: hue angle of 275.4º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D59AFE is Cyan = 0.16, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 213 | 154 | 254 | - |
| CMYK | 0.16 | 0.39 | 0 | 0.00 |
| HSL | 275.4º | 0.98% | 0.8% | - |
| HSV(B) | 275.4º | 0.39% | 1% | - |
| XYZ | 56.89 | 44.41 | 99.34 | - |
| YUV | 183.04 | 168.05 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 154 | 254 | 0.16 | 0.39 | 0 | 0.00 | 275.4 | 0.98 | 0.8 |
| Hex | D5 | 9A | FE | 10 | 27 | 0 | 0 | 113 | 62 | 50 |
| Octal | 325 | 232 | 376 | 20 | 47 | 0 | 0 | 423 | 142 | 120 |
| Binary | 11010101 | 10011010 | 11111110 | 10000 | 100111 | 0 | 0 | 100010011 | 1100010 | 1010000 |
Color Harmonies of #D59AFE
Complementary color
Monochromatic Colors of #D59AFE
Black with #D59AFE
Text Example
Text Example
White with #D59AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59AFE; }
p { color: rgb(213,154,254); }
H1.HeaderClassName
{
color: #D59AFE;
}
.AnyTagClassName
{
color: #D59AFE;
}
</style>
background-color css
<style>
a { background-color: #D59AFE; }
a { background-color: rgb(213,154,254); }
div.DivClassName
{
background-color: #D59AFE;
}
.BgClassName
{
background-color: #D59AFE;
}
</style>
border-color css
<style>
span { border-color: #D59AFE; }
span { border-color: rgb(213,154,254); }
td.TdClassName
{
border-color: #D59AFE;
}
.TagClassName
{
border-color: #D59AFE;
}
</style>