Shades of Mauve #D59DF3
Tints of Mauve #D59DF3
RGB
CMYK
RGB Variations
Color information
#D59DF3 (or 0xD59DF3) is known color: Mauve. HEX triplet: D5, 9D and F3. RGB value is (213,157,243). Sum of RGB (Red+Green+Blue) = 213+157+243=613 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.75% from 613); Green value is 157 (61.72% from 255 or 25.61% from 613); Blue value is 243 (95.31% from 255 or 39.64% from 613); Max value from RGB is 243 - color contains mainly: blue. Hex color #D59DF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D59DF3 is #2A620C. Grayscale: #B7B7B7. Windows color (decimal): -2777613 or 15965653. OLE color: 15965653.
HSL color Cylindrical-coordinate representation of color #D59DF3: hue angle of 279.07º degrees, saturation: 0.78, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D59DF3 is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 213 | 157 | 243 | - |
| CMYK | 0.12 | 0.35 | 0 | 0.05 |
| HSL | 279.07º | 0.78% | 0.78% | - |
| HSV(B) | 279.07º | 0.35% | 0.95% | - |
| XYZ | 55.68 | 44.73 | 90.49 | - |
| YUV | 183.55 | 161.55 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 157 | 243 | 0.12 | 0.35 | 0 | 0.05 | 279.07 | 0.78 | 0.78 |
| Hex | D5 | 9D | F3 | C | 23 | 0 | 5 | 117 | 4E | 4E |
| Octal | 325 | 235 | 363 | 14 | 43 | 0 | 5 | 427 | 116 | 116 |
| Binary | 11010101 | 10011101 | 11110011 | 1100 | 100011 | 0 | 101 | 100010111 | 1001110 | 1001110 |
Color Harmonies of #D59DF3
Complementary color
Monochromatic Colors of #D59DF3
Black with #D59DF3
Text Example
Text Example
White with #D59DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59DF3; }
p { color: rgb(213,157,243); }
H1.HeaderClassName
{
color: #D59DF3;
}
.AnyTagClassName
{
color: #D59DF3;
}
</style>
background-color css
<style>
a { background-color: #D59DF3; }
a { background-color: rgb(213,157,243); }
div.DivClassName
{
background-color: #D59DF3;
}
.BgClassName
{
background-color: #D59DF3;
}
</style>
border-color css
<style>
span { border-color: #D59DF3; }
span { border-color: rgb(213,157,243); }
td.TdClassName
{
border-color: #D59DF3;
}
.TagClassName
{
border-color: #D59DF3;
}
</style>