Shades of Mauve #D59CFF
Tints of Mauve #D59CFF
RGB
CMYK
RGB Variations
Color information
#D59CFF (or 0xD59CFF) is known color: Mauve. HEX triplet: D5, 9C and FF. RGB value is (213,156,255). Sum of RGB (Red+Green+Blue) = 213+156+255=624 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.13% from 624); Green value is 156 (61.33% from 255 or 25% from 624); Blue value is 255 (100% from 255 or 40.87% from 624); Max value from RGB is 255 - color contains mainly: blue. Hex color #D59CFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D59CFF is #2A6300. Grayscale: #B7B7B7. Windows color (decimal): -2777857 or 16751829. OLE color: 16751829.
HSL color Cylindrical-coordinate representation of color #D59CFF: hue angle of 274.55º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D59CFF is Cyan = 0.16, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 213 | 156 | 255 | - |
| CMYK | 0.16 | 0.39 | 0 | 0 |
| HSL | 274.55º | 1% | 0.81% | - |
| HSV(B) | 274.55º | 0.39% | 1% | - |
| XYZ | 57.38 | 45.14 | 100.3 | - |
| YUV | 184.33 | 167.88 | 148.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 156 | 255 | 0.16 | 0.39 | 0 | 0 | 274.55 | 1 | 0.81 |
| Hex | D5 | 9C | FF | 10 | 27 | 0 | 0 | 113 | 64 | 51 |
| Octal | 325 | 234 | 377 | 20 | 47 | 0 | 0 | 423 | 144 | 121 |
| Binary | 11010101 | 10011100 | 11111111 | 10000 | 100111 | 0 | 0 | 100010011 | 1100100 | 1010001 |
Color Harmonies of #D59CFF
Complementary color
Monochromatic Colors of #D59CFF
Black with #D59CFF
Text Example
Text Example
White with #D59CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59CFF; }
p { color: rgb(213,156,255); }
H1.HeaderClassName
{
color: #D59CFF;
}
.AnyTagClassName
{
color: #D59CFF;
}
</style>
background-color css
<style>
a { background-color: #D59CFF; }
a { background-color: rgb(213,156,255); }
div.DivClassName
{
background-color: #D59CFF;
}
.BgClassName
{
background-color: #D59CFF;
}
</style>
border-color css
<style>
span { border-color: #D59CFF; }
span { border-color: rgb(213,156,255); }
td.TdClassName
{
border-color: #D59CFF;
}
.TagClassName
{
border-color: #D59CFF;
}
</style>