Shades of Mauve #D793FF
Tints of Mauve #D793FF
RGB
CMYK
RGB Variations
Color information
#D793FF (or 0xD793FF) is known color: Mauve. HEX triplet: D7, 93 and FF. RGB value is (215,147,255). Sum of RGB (Red+Green+Blue) = 215+147+255=617 (81% of max value = 765). Red value is 215 (84.38% from 255 or 34.85% from 617); Green value is 147 (57.81% from 255 or 23.82% from 617); Blue value is 255 (100% from 255 or 41.33% from 617); Max value from RGB is 255 - color contains mainly: blue. Hex color #D793FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D793FF is #286C00. Grayscale: #B3B3B3. Windows color (decimal): -2649089 or 16749527. OLE color: 16749527.
HSL color Cylindrical-coordinate representation of color #D793FF: hue angle of 277.78º 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 #D793FF is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 215 | 147 | 255 | - |
| CMYK | 0.16 | 0.42 | 0 | 0 |
| HSL | 277.78º | 1% | 0.79% | - |
| HSV(B) | 277.78º | 0.42% | 1% | - |
| XYZ | 56.51 | 42.53 | 99.84 | - |
| YUV | 179.64 | 170.53 | 153.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 147 | 255 | 0.16 | 0.42 | 0 | 0 | 277.78 | 1 | 0.79 |
| Hex | D7 | 93 | FF | 10 | 2A | 0 | 0 | 116 | 64 | 4F |
| Octal | 327 | 223 | 377 | 20 | 52 | 0 | 0 | 426 | 144 | 117 |
| Binary | 11010111 | 10010011 | 11111111 | 10000 | 101010 | 0 | 0 | 100010110 | 1100100 | 1001111 |
Color Harmonies of #D793FF
Complementary color
Monochromatic Colors of #D793FF
Black with #D793FF
Text Example
Text Example
White with #D793FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D793FF; }
p { color: rgb(215,147,255); }
H1.HeaderClassName
{
color: #D793FF;
}
.AnyTagClassName
{
color: #D793FF;
}
</style>
background-color css
<style>
a { background-color: #D793FF; }
a { background-color: rgb(215,147,255); }
div.DivClassName
{
background-color: #D793FF;
}
.BgClassName
{
background-color: #D793FF;
}
</style>
border-color css
<style>
span { border-color: #D793FF; }
span { border-color: rgb(215,147,255); }
td.TdClassName
{
border-color: #D793FF;
}
.TagClassName
{
border-color: #D793FF;
}
</style>