Shades of Mauve #D493FF
Tints of Mauve #D493FF
RGB
CMYK
RGB Variations
Color information
#D493FF (or 0xD493FF) is known color: Mauve. HEX triplet: D4, 93 and FF. RGB value is (212,147,255). Sum of RGB (Red+Green+Blue) = 212+147+255=614 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.53% from 614); Green value is 147 (57.81% from 255 or 23.94% from 614); Blue value is 255 (100% from 255 or 41.53% from 614); Max value from RGB is 255 - color contains mainly: blue. Hex color #D493FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D493FF is #2B6C00. Grayscale: #B2B2B2. Windows color (decimal): -2845697 or 16749524. OLE color: 16749524.
HSL color Cylindrical-coordinate representation of color #D493FF: hue angle of 276.11º 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 #D493FF is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 212 | 147 | 255 | - |
| CMYK | 0.17 | 0.42 | 0 | 0 |
| HSL | 276.11º | 1% | 0.79% | - |
| HSV(B) | 276.11º | 0.42% | 1% | - |
| XYZ | 55.64 | 42.08 | 99.8 | - |
| YUV | 178.75 | 171.03 | 151.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 147 | 255 | 0.17 | 0.42 | 0 | 0 | 276.11 | 1 | 0.79 |
| Hex | D4 | 93 | FF | 11 | 2A | 0 | 0 | 114 | 64 | 4F |
| Octal | 324 | 223 | 377 | 21 | 52 | 0 | 0 | 424 | 144 | 117 |
| Binary | 11010100 | 10010011 | 11111111 | 10001 | 101010 | 0 | 0 | 100010100 | 1100100 | 1001111 |
Color Harmonies of #D493FF
Complementary color
Monochromatic Colors of #D493FF
Black with #D493FF
Text Example
Text Example
White with #D493FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D493FF; }
p { color: rgb(212,147,255); }
H1.HeaderClassName
{
color: #D493FF;
}
.AnyTagClassName
{
color: #D493FF;
}
</style>
background-color css
<style>
a { background-color: #D493FF; }
a { background-color: rgb(212,147,255); }
div.DivClassName
{
background-color: #D493FF;
}
.BgClassName
{
background-color: #D493FF;
}
</style>
border-color css
<style>
span { border-color: #D493FF; }
span { border-color: rgb(212,147,255); }
td.TdClassName
{
border-color: #D493FF;
}
.TagClassName
{
border-color: #D493FF;
}
</style>