Shades of Mauve #D794FF
Tints of Mauve #D794FF
RGB
CMYK
RGB Variations
Color information
#D794FF (or 0xD794FF) is known color: Mauve. HEX triplet: D7, 94 and FF. RGB value is (215,148,255). Sum of RGB (Red+Green+Blue) = 215+148+255=618 (81% of max value = 765). Red value is 215 (84.38% from 255 or 34.79% from 618); Green value is 148 (58.20% from 255 or 23.95% from 618); Blue value is 255 (100% from 255 or 41.26% from 618); Max value from RGB is 255 - color contains mainly: blue. Hex color #D794FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D794FF is #286B00. Grayscale: #B3B3B3. Windows color (decimal): -2648833 or 16749783. OLE color: 16749783.
HSL color Cylindrical-coordinate representation of color #D794FF: hue angle of 277.57º 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 #D794FF is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 215 | 148 | 255 | - |
| CMYK | 0.16 | 0.42 | 0 | 0 |
| HSL | 277.57º | 1% | 0.79% | - |
| HSV(B) | 277.57º | 0.42% | 1% | - |
| XYZ | 56.66 | 42.85 | 99.89 | - |
| YUV | 180.23 | 170.2 | 152.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 148 | 255 | 0.16 | 0.42 | 0 | 0 | 277.57 | 1 | 0.79 |
| Hex | D7 | 94 | FF | 10 | 2A | 0 | 0 | 116 | 64 | 4F |
| Octal | 327 | 224 | 377 | 20 | 52 | 0 | 0 | 426 | 144 | 117 |
| Binary | 11010111 | 10010100 | 11111111 | 10000 | 101010 | 0 | 0 | 100010110 | 1100100 | 1001111 |
Color Harmonies of #D794FF
Complementary color
Monochromatic Colors of #D794FF
Black with #D794FF
Text Example
Text Example
White with #D794FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D794FF; }
p { color: rgb(215,148,255); }
H1.HeaderClassName
{
color: #D794FF;
}
.AnyTagClassName
{
color: #D794FF;
}
</style>
background-color css
<style>
a { background-color: #D794FF; }
a { background-color: rgb(215,148,255); }
div.DivClassName
{
background-color: #D794FF;
}
.BgClassName
{
background-color: #D794FF;
}
</style>
border-color css
<style>
span { border-color: #D794FF; }
span { border-color: rgb(215,148,255); }
td.TdClassName
{
border-color: #D794FF;
}
.TagClassName
{
border-color: #D794FF;
}
</style>