Shades of Mauve #D59DF8
Tints of Mauve #D59DF8
RGB
CMYK
RGB Variations
Color information
#D59DF8 (or 0xD59DF8) is known color: Mauve. HEX triplet: D5, 9D and F8. RGB value is (213,157,248). Sum of RGB (Red+Green+Blue) = 213+157+248=618 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.47% from 618); Green value is 157 (61.72% from 255 or 25.40% from 618); Blue value is 248 (97.27% from 255 or 40.13% from 618); Max value from RGB is 248 - color contains mainly: blue. Hex color #D59DF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D59DF8 is #2A6207. Grayscale: #B7B7B7. Windows color (decimal): -2777608 or 16293333. OLE color: 16293333.
HSL color Cylindrical-coordinate representation of color #D59DF8: hue angle of 276.92º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D59DF8 is Cyan = 0.14, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 213 | 157 | 248 | - |
| CMYK | 0.14 | 0.37 | 0 | 0.03 |
| HSL | 276.92º | 0.87% | 0.79% | - |
| HSV(B) | 276.92º | 0.37% | 0.97% | - |
| XYZ | 56.44 | 45.04 | 94.53 | - |
| YUV | 184.12 | 164.05 | 148.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 157 | 248 | 0.14 | 0.37 | 0 | 0.03 | 276.92 | 0.87 | 0.79 |
| Hex | D5 | 9D | F8 | E | 25 | 0 | 3 | 115 | 57 | 4F |
| Octal | 325 | 235 | 370 | 16 | 45 | 0 | 3 | 425 | 127 | 117 |
| Binary | 11010101 | 10011101 | 11111000 | 1110 | 100101 | 0 | 11 | 100010101 | 1010111 | 1001111 |
Color Harmonies of #D59DF8
Complementary color
Monochromatic Colors of #D59DF8
Black with #D59DF8
Text Example
Text Example
White with #D59DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59DF8; }
p { color: rgb(213,157,248); }
H1.HeaderClassName
{
color: #D59DF8;
}
.AnyTagClassName
{
color: #D59DF8;
}
</style>
background-color css
<style>
a { background-color: #D59DF8; }
a { background-color: rgb(213,157,248); }
div.DivClassName
{
background-color: #D59DF8;
}
.BgClassName
{
background-color: #D59DF8;
}
</style>
border-color css
<style>
span { border-color: #D59DF8; }
span { border-color: rgb(213,157,248); }
td.TdClassName
{
border-color: #D59DF8;
}
.TagClassName
{
border-color: #D59DF8;
}
</style>