Shades of Mauve #D59EFD
Tints of Mauve #D59EFD
RGB
CMYK
RGB Variations
Color information
#D59EFD (or 0xD59EFD) is known color: Mauve. HEX triplet: D5, 9E and FD. RGB value is (213,158,253). Sum of RGB (Red+Green+Blue) = 213+158+253=624 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.13% from 624); Green value is 158 (62.11% from 255 or 25.32% from 624); Blue value is 253 (99.22% from 255 or 40.54% from 624); Max value from RGB is 253 - color contains mainly: blue. Hex color #D59EFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D59EFD is #2A6102. Grayscale: #B8B8B8. Windows color (decimal): -2777347 or 16621269. OLE color: 16621269.
HSL color Cylindrical-coordinate representation of color #D59EFD: hue angle of 274.74º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D59EFD is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 213 | 158 | 253 | - |
| CMYK | 0.16 | 0.38 | 0 | 0.01 |
| HSL | 274.74º | 0.96% | 0.81% | - |
| HSV(B) | 274.74º | 0.38% | 0.99% | - |
| XYZ | 57.4 | 45.69 | 98.72 | - |
| YUV | 185.28 | 166.22 | 147.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 158 | 253 | 0.16 | 0.38 | 0 | 0.01 | 274.74 | 0.96 | 0.81 |
| Hex | D5 | 9E | FD | 10 | 26 | 0 | 1 | 113 | 60 | 51 |
| Octal | 325 | 236 | 375 | 20 | 46 | 0 | 1 | 423 | 140 | 121 |
| Binary | 11010101 | 10011110 | 11111101 | 10000 | 100110 | 0 | 1 | 100010011 | 1100000 | 1010001 |
Color Harmonies of #D59EFD
Complementary color
Monochromatic Colors of #D59EFD
Black with #D59EFD
Text Example
Text Example
White with #D59EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59EFD; }
p { color: rgb(213,158,253); }
H1.HeaderClassName
{
color: #D59EFD;
}
.AnyTagClassName
{
color: #D59EFD;
}
</style>
background-color css
<style>
a { background-color: #D59EFD; }
a { background-color: rgb(213,158,253); }
div.DivClassName
{
background-color: #D59EFD;
}
.BgClassName
{
background-color: #D59EFD;
}
</style>
border-color css
<style>
span { border-color: #D59EFD; }
span { border-color: rgb(213,158,253); }
td.TdClassName
{
border-color: #D59EFD;
}
.TagClassName
{
border-color: #D59EFD;
}
</style>