Shades of Mauve #D593FF
Tints of Mauve #D593FF
RGB
CMYK
RGB Variations
Color information
#D593FF (or 0xD593FF) is known color: Mauve. HEX triplet: D5, 93 and FF. RGB value is (213,147,255). Sum of RGB (Red+Green+Blue) = 213+147+255=615 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.63% from 615); Green value is 147 (57.81% from 255 or 23.90% from 615); Blue value is 255 (100% from 255 or 41.46% from 615); Max value from RGB is 255 - color contains mainly: blue. Hex color #D593FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D593FF is #2A6C00. Grayscale: #B2B2B2. Windows color (decimal): -2780161 or 16749525. OLE color: 16749525.
HSL color Cylindrical-coordinate representation of color #D593FF: hue angle of 276.67º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D593FF is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 213 | 147 | 255 | - |
| CMYK | 0.16 | 0.42 | 0 | 0 |
| HSL | 276.67º | 1% | 0.79% | - |
| HSV(B) | 276.67º | 0.42% | 1% | - |
| XYZ | 55.92 | 42.23 | 99.81 | - |
| YUV | 179.05 | 170.87 | 152.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 147 | 255 | 0.16 | 0.42 | 0 | 0 | 276.67 | 1 | 0.79 |
| Hex | D5 | 93 | FF | 10 | 2A | 0 | 0 | 115 | 64 | 4F |
| Octal | 325 | 223 | 377 | 20 | 52 | 0 | 0 | 425 | 144 | 117 |
| Binary | 11010101 | 10010011 | 11111111 | 10000 | 101010 | 0 | 0 | 100010101 | 1100100 | 1001111 |
Color Harmonies of #D593FF
Complementary color
Monochromatic Colors of #D593FF
Black with #D593FF
Text Example
Text Example
White with #D593FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D593FF; }
p { color: rgb(213,147,255); }
H1.HeaderClassName
{
color: #D593FF;
}
.AnyTagClassName
{
color: #D593FF;
}
</style>
background-color css
<style>
a { background-color: #D593FF; }
a { background-color: rgb(213,147,255); }
div.DivClassName
{
background-color: #D593FF;
}
.BgClassName
{
background-color: #D593FF;
}
</style>
border-color css
<style>
span { border-color: #D593FF; }
span { border-color: rgb(213,147,255); }
td.TdClassName
{
border-color: #D593FF;
}
.TagClassName
{
border-color: #D593FF;
}
</style>