Shades of Mauve #D093FF
Tints of Mauve #D093FF
RGB
CMYK
RGB Variations
Color information
#D093FF (or 0xD093FF) is known color: Mauve. HEX triplet: D0, 93 and FF. RGB value is (208,147,255). Sum of RGB (Red+Green+Blue) = 208+147+255=610 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.10% from 610); Green value is 147 (57.81% from 255 or 24.10% from 610); Blue value is 255 (100% from 255 or 41.80% from 610); Max value from RGB is 255 - color contains mainly: blue. Hex color #D093FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D093FF is #2F6C00. Grayscale: #B1B1B1. Windows color (decimal): -3107841 or 16749520. OLE color: 16749520.
HSL color Cylindrical-coordinate representation of color #D093FF: hue angle of 273.89º 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 #D093FF is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 208 | 147 | 255 | - |
| CMYK | 0.18 | 0.42 | 0 | 0 |
| HSL | 273.89º | 1% | 0.79% | - |
| HSV(B) | 273.89º | 0.42% | 1% | - |
| XYZ | 54.5 | 41.5 | 99.75 | - |
| YUV | 177.55 | 171.71 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 147 | 255 | 0.18 | 0.42 | 0 | 0 | 273.89 | 1 | 0.79 |
| Hex | D0 | 93 | FF | 12 | 2A | 0 | 0 | 112 | 64 | 4F |
| Octal | 320 | 223 | 377 | 22 | 52 | 0 | 0 | 422 | 144 | 117 |
| Binary | 11010000 | 10010011 | 11111111 | 10010 | 101010 | 0 | 0 | 100010010 | 1100100 | 1001111 |
Color Harmonies of #D093FF
Complementary color
Monochromatic Colors of #D093FF
Black with #D093FF
Text Example
Text Example
White with #D093FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D093FF; }
p { color: rgb(208,147,255); }
H1.HeaderClassName
{
color: #D093FF;
}
.AnyTagClassName
{
color: #D093FF;
}
</style>
background-color css
<style>
a { background-color: #D093FF; }
a { background-color: rgb(208,147,255); }
div.DivClassName
{
background-color: #D093FF;
}
.BgClassName
{
background-color: #D093FF;
}
</style>
border-color css
<style>
span { border-color: #D093FF; }
span { border-color: rgb(208,147,255); }
td.TdClassName
{
border-color: #D093FF;
}
.TagClassName
{
border-color: #D093FF;
}
</style>