Shades of Mauve #D393FF
Tints of Mauve #D393FF
RGB
CMYK
RGB Variations
Color information
#D393FF (or 0xD393FF) is known color: Mauve. HEX triplet: D3, 93 and FF. RGB value is (211,147,255). Sum of RGB (Red+Green+Blue) = 211+147+255=613 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.42% from 613); Green value is 147 (57.81% from 255 or 23.98% from 613); Blue value is 255 (100% from 255 or 41.60% from 613); Max value from RGB is 255 - color contains mainly: blue. Hex color #D393FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D393FF is #2C6C00. Grayscale: #B2B2B2. Windows color (decimal): -2911233 or 16749523. OLE color: 16749523.
HSL color Cylindrical-coordinate representation of color #D393FF: hue angle of 275.56º 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 #D393FF is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 211 | 147 | 255 | - |
| CMYK | 0.17 | 0.42 | 0 | 0 |
| HSL | 275.56º | 1% | 0.79% | - |
| HSV(B) | 275.56º | 0.42% | 1% | - |
| XYZ | 55.35 | 41.94 | 99.79 | - |
| YUV | 178.45 | 171.2 | 151.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 147 | 255 | 0.17 | 0.42 | 0 | 0 | 275.56 | 1 | 0.79 |
| Hex | D3 | 93 | FF | 11 | 2A | 0 | 0 | 114 | 64 | 4F |
| Octal | 323 | 223 | 377 | 21 | 52 | 0 | 0 | 424 | 144 | 117 |
| Binary | 11010011 | 10010011 | 11111111 | 10001 | 101010 | 0 | 0 | 100010100 | 1100100 | 1001111 |
Color Harmonies of #D393FF
Complementary color
Monochromatic Colors of #D393FF
Black with #D393FF
Text Example
Text Example
White with #D393FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D393FF; }
p { color: rgb(211,147,255); }
H1.HeaderClassName
{
color: #D393FF;
}
.AnyTagClassName
{
color: #D393FF;
}
</style>
background-color css
<style>
a { background-color: #D393FF; }
a { background-color: rgb(211,147,255); }
div.DivClassName
{
background-color: #D393FF;
}
.BgClassName
{
background-color: #D393FF;
}
</style>
border-color css
<style>
span { border-color: #D393FF; }
span { border-color: rgb(211,147,255); }
td.TdClassName
{
border-color: #D393FF;
}
.TagClassName
{
border-color: #D393FF;
}
</style>