Shades of Mauve #D593FA
Tints of Mauve #D593FA
RGB
CMYK
RGB Variations
Color information
#D593FA (or 0xD593FA) is known color: Mauve. HEX triplet: D5, 93 and FA. RGB value is (213,147,250). Sum of RGB (Red+Green+Blue) = 213+147+250=610 (80% of max value = 765). Red value is 213 (83.59% from 255 or 34.92% from 610); Green value is 147 (57.81% from 255 or 24.10% from 610); Blue value is 250 (98.05% from 255 or 40.98% from 610); Max value from RGB is 250 - color contains mainly: blue. Hex color #D593FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D593FA is #2A6C05. Grayscale: #B2B2B2. Windows color (decimal): -2780166 or 16421845. OLE color: 16421845.
HSL color Cylindrical-coordinate representation of color #D593FA: hue angle of 278.45º degrees, saturation: 0.91, 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 #D593FA is Cyan = 0.15, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 147 | 250 | - |
| CMYK | 0.15 | 0.41 | 0 | 0.02 |
| HSL | 278.45º | 0.91% | 0.78% | - |
| HSV(B) | 278.45º | 0.41% | 0.98% | - |
| XYZ | 55.13 | 41.92 | 95.63 | - |
| YUV | 178.48 | 168.37 | 152.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 147 | 250 | 0.15 | 0.41 | 0 | 0.02 | 278.45 | 0.91 | 0.78 |
| Hex | D5 | 93 | FA | F | 29 | 0 | 2 | 116 | 5B | 4E |
| Octal | 325 | 223 | 372 | 17 | 51 | 0 | 2 | 426 | 133 | 116 |
| Binary | 11010101 | 10010011 | 11111010 | 1111 | 101001 | 0 | 10 | 100010110 | 1011011 | 1001110 |
Color Harmonies of #D593FA
Complementary color
Monochromatic Colors of #D593FA
Black with #D593FA
Text Example
Text Example
White with #D593FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D593FA; }
p { color: rgb(213,147,250); }
H1.HeaderClassName
{
color: #D593FA;
}
.AnyTagClassName
{
color: #D593FA;
}
</style>
background-color css
<style>
a { background-color: #D593FA; }
a { background-color: rgb(213,147,250); }
div.DivClassName
{
background-color: #D593FA;
}
.BgClassName
{
background-color: #D593FA;
}
</style>
border-color css
<style>
span { border-color: #D593FA; }
span { border-color: rgb(213,147,250); }
td.TdClassName
{
border-color: #D593FA;
}
.TagClassName
{
border-color: #D593FA;
}
</style>