Shades of Mauve #D593F9
Tints of Mauve #D593F9
RGB
CMYK
RGB Variations
Color information
#D593F9 (or 0xD593F9) is known color: Mauve. HEX triplet: D5, 93 and F9. RGB value is (213,147,249). Sum of RGB (Red+Green+Blue) = 213+147+249=609 (80% of max value = 765). Red value is 213 (83.59% from 255 or 34.98% from 609); Green value is 147 (57.81% from 255 or 24.14% from 609); Blue value is 249 (97.66% from 255 or 40.89% from 609); Max value from RGB is 249 - color contains mainly: blue. Hex color #D593F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D593F9 is #2A6C06. Grayscale: #B2B2B2. Windows color (decimal): -2780167 or 16356309. OLE color: 16356309.
HSL color Cylindrical-coordinate representation of color #D593F9: hue angle of 278.82º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D593F9 is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 147 | 249 | - |
| CMYK | 0.14 | 0.41 | 0 | 0.02 |
| HSL | 278.82º | 0.89% | 0.78% | - |
| HSV(B) | 278.82º | 0.41% | 0.98% | - |
| XYZ | 54.97 | 41.85 | 94.8 | - |
| YUV | 178.36 | 167.87 | 152.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 147 | 249 | 0.14 | 0.41 | 0 | 0.02 | 278.82 | 0.89 | 0.78 |
| Hex | D5 | 93 | F9 | E | 29 | 0 | 2 | 117 | 59 | 4E |
| Octal | 325 | 223 | 371 | 16 | 51 | 0 | 2 | 427 | 131 | 116 |
| Binary | 11010101 | 10010011 | 11111001 | 1110 | 101001 | 0 | 10 | 100010111 | 1011001 | 1001110 |
Color Harmonies of #D593F9
Complementary color
Monochromatic Colors of #D593F9
Black with #D593F9
Text Example
Text Example
White with #D593F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D593F9; }
p { color: rgb(213,147,249); }
H1.HeaderClassName
{
color: #D593F9;
}
.AnyTagClassName
{
color: #D593F9;
}
</style>
background-color css
<style>
a { background-color: #D593F9; }
a { background-color: rgb(213,147,249); }
div.DivClassName
{
background-color: #D593F9;
}
.BgClassName
{
background-color: #D593F9;
}
</style>
border-color css
<style>
span { border-color: #D593F9; }
span { border-color: rgb(213,147,249); }
td.TdClassName
{
border-color: #D593F9;
}
.TagClassName
{
border-color: #D593F9;
}
</style>