Shades of Mauve #D794FA
Tints of Mauve #D794FA
RGB
CMYK
RGB Variations
Color information
#D794FA (or 0xD794FA) is known color: Mauve. HEX triplet: D7, 94 and FA. RGB value is (215,148,250). Sum of RGB (Red+Green+Blue) = 215+148+250=613 (81% of max value = 765). Red value is 215 (84.38% from 255 or 35.07% from 613); Green value is 148 (58.20% from 255 or 24.14% from 613); Blue value is 250 (98.05% from 255 or 40.78% from 613); Max value from RGB is 250 - color contains mainly: blue. Hex color #D794FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D794FA is #286B05. Grayscale: #B3B3B3. Windows color (decimal): -2648838 or 16422103. OLE color: 16422103.
HSL color Cylindrical-coordinate representation of color #D794FA: hue angle of 279.41º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D794FA is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 215 | 148 | 250 | - |
| CMYK | 0.14 | 0.41 | 0 | 0.02 |
| HSL | 279.41º | 0.91% | 0.78% | - |
| HSV(B) | 279.41º | 0.41% | 0.98% | - |
| XYZ | 55.87 | 42.53 | 95.71 | - |
| YUV | 179.66 | 167.7 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 148 | 250 | 0.14 | 0.41 | 0 | 0.02 | 279.41 | 0.91 | 0.78 |
| Hex | D7 | 94 | FA | E | 29 | 0 | 2 | 117 | 5B | 4E |
| Octal | 327 | 224 | 372 | 16 | 51 | 0 | 2 | 427 | 133 | 116 |
| Binary | 11010111 | 10010100 | 11111010 | 1110 | 101001 | 0 | 10 | 100010111 | 1011011 | 1001110 |
Color Harmonies of #D794FA
Complementary color
Monochromatic Colors of #D794FA
Black with #D794FA
Text Example
Text Example
White with #D794FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D794FA; }
p { color: rgb(215,148,250); }
H1.HeaderClassName
{
color: #D794FA;
}
.AnyTagClassName
{
color: #D794FA;
}
</style>
background-color css
<style>
a { background-color: #D794FA; }
a { background-color: rgb(215,148,250); }
div.DivClassName
{
background-color: #D794FA;
}
.BgClassName
{
background-color: #D794FA;
}
</style>
border-color css
<style>
span { border-color: #D794FA; }
span { border-color: rgb(215,148,250); }
td.TdClassName
{
border-color: #D794FA;
}
.TagClassName
{
border-color: #D794FA;
}
</style>