Shades of Mauve #D59DFC
Tints of Mauve #D59DFC
RGB
CMYK
RGB Variations
Color information
#D59DFC (or 0xD59DFC) is known color: Mauve. HEX triplet: D5, 9D and FC. RGB value is (213,157,252). Sum of RGB (Red+Green+Blue) = 213+157+252=622 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.24% from 622); Green value is 157 (61.72% from 255 or 25.24% from 622); Blue value is 252 (98.83% from 255 or 40.51% from 622); Max value from RGB is 252 - color contains mainly: blue. Hex color #D59DFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D59DFC is #2A6203. Grayscale: #B8B8B8. Windows color (decimal): -2777604 or 16555477. OLE color: 16555477.
HSL color Cylindrical-coordinate representation of color #D59DFC: hue angle of 275.37º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D59DFC is Cyan = 0.15, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 213 | 157 | 252 | - |
| CMYK | 0.15 | 0.38 | 0 | 0.01 |
| HSL | 275.37º | 0.94% | 0.8% | - |
| HSV(B) | 275.37º | 0.38% | 0.99% | - |
| XYZ | 57.07 | 45.29 | 97.83 | - |
| YUV | 184.57 | 166.05 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 157 | 252 | 0.15 | 0.38 | 0 | 0.01 | 275.37 | 0.94 | 0.8 |
| Hex | D5 | 9D | FC | F | 26 | 0 | 1 | 113 | 5E | 50 |
| Octal | 325 | 235 | 374 | 17 | 46 | 0 | 1 | 423 | 136 | 120 |
| Binary | 11010101 | 10011101 | 11111100 | 1111 | 100110 | 0 | 1 | 100010011 | 1011110 | 1010000 |
Color Harmonies of #D59DFC
Complementary color
Monochromatic Colors of #D59DFC
Black with #D59DFC
Text Example
Text Example
White with #D59DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59DFC; }
p { color: rgb(213,157,252); }
H1.HeaderClassName
{
color: #D59DFC;
}
.AnyTagClassName
{
color: #D59DFC;
}
</style>
background-color css
<style>
a { background-color: #D59DFC; }
a { background-color: rgb(213,157,252); }
div.DivClassName
{
background-color: #D59DFC;
}
.BgClassName
{
background-color: #D59DFC;
}
</style>
border-color css
<style>
span { border-color: #D59DFC; }
span { border-color: rgb(213,157,252); }
td.TdClassName
{
border-color: #D59DFC;
}
.TagClassName
{
border-color: #D59DFC;
}
</style>