Shades of Mauve #D59FFD
Tints of Mauve #D59FFD
RGB
CMYK
RGB Variations
Color information
#D59FFD (or 0xD59FFD) is known color: Mauve. HEX triplet: D5, 9F and FD. RGB value is (213,159,253). Sum of RGB (Red+Green+Blue) = 213+159+253=625 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.08% from 625); Green value is 159 (62.5% from 255 or 25.44% from 625); Blue value is 253 (99.22% from 255 or 40.48% from 625); Max value from RGB is 253 - color contains mainly: blue. Hex color #D59FFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D59FFD is #2A6002. Grayscale: #B9B9B9. Windows color (decimal): -2777091 or 16621525. OLE color: 16621525.
HSL color Cylindrical-coordinate representation of color #D59FFD: hue angle of 274.47º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D59FFD is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 213 | 159 | 253 | - |
| CMYK | 0.16 | 0.37 | 0 | 0.01 |
| HSL | 274.47º | 0.96% | 0.81% | - |
| HSV(B) | 274.47º | 0.37% | 0.99% | - |
| XYZ | 57.57 | 46.03 | 98.78 | - |
| YUV | 185.86 | 165.89 | 147.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 159 | 253 | 0.16 | 0.37 | 0 | 0.01 | 274.47 | 0.96 | 0.81 |
| Hex | D5 | 9F | FD | 10 | 25 | 0 | 1 | 112 | 60 | 51 |
| Octal | 325 | 237 | 375 | 20 | 45 | 0 | 1 | 422 | 140 | 121 |
| Binary | 11010101 | 10011111 | 11111101 | 10000 | 100101 | 0 | 1 | 100010010 | 1100000 | 1010001 |
Color Harmonies of #D59FFD
Complementary color
Monochromatic Colors of #D59FFD
Black with #D59FFD
Text Example
Text Example
White with #D59FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59FFD; }
p { color: rgb(213,159,253); }
H1.HeaderClassName
{
color: #D59FFD;
}
.AnyTagClassName
{
color: #D59FFD;
}
</style>
background-color css
<style>
a { background-color: #D59FFD; }
a { background-color: rgb(213,159,253); }
div.DivClassName
{
background-color: #D59FFD;
}
.BgClassName
{
background-color: #D59FFD;
}
</style>
border-color css
<style>
span { border-color: #D59FFD; }
span { border-color: rgb(213,159,253); }
td.TdClassName
{
border-color: #D59FFD;
}
.TagClassName
{
border-color: #D59FFD;
}
</style>