Shades of Mauve #D791FD
Tints of Mauve #D791FD
RGB
CMYK
RGB Variations
Color information
#D791FD (or 0xD791FD) is known color: Mauve. HEX triplet: D7, 91 and FD. RGB value is (215,145,253). Sum of RGB (Red+Green+Blue) = 215+145+253=613 (81% of max value = 765). Red value is 215 (84.38% from 255 or 35.07% from 613); Green value is 145 (57.03% from 255 or 23.65% from 613); Blue value is 253 (99.22% from 255 or 41.27% from 613); Max value from RGB is 253 - color contains mainly: blue. Hex color #D791FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D791FD is #286E02. Grayscale: #B1B1B1. Windows color (decimal): -2649603 or 16617943. OLE color: 16617943.
HSL color Cylindrical-coordinate representation of color #D791FD: hue angle of 278.89º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D791FD is Cyan = 0.15, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 215 | 145 | 253 | - |
| CMYK | 0.15 | 0.43 | 0 | 0.01 |
| HSL | 278.89º | 0.96% | 0.78% | - |
| HSV(B) | 278.89º | 0.43% | 0.99% | - |
| XYZ | 55.88 | 41.79 | 98.05 | - |
| YUV | 178.24 | 170.19 | 154.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 145 | 253 | 0.15 | 0.43 | 0 | 0.01 | 278.89 | 0.96 | 0.78 |
| Hex | D7 | 91 | FD | F | 2B | 0 | 1 | 117 | 60 | 4E |
| Octal | 327 | 221 | 375 | 17 | 53 | 0 | 1 | 427 | 140 | 116 |
| Binary | 11010111 | 10010001 | 11111101 | 1111 | 101011 | 0 | 1 | 100010111 | 1100000 | 1001110 |
Color Harmonies of #D791FD
Complementary color
Monochromatic Colors of #D791FD
Black with #D791FD
Text Example
Text Example
White with #D791FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D791FD; }
p { color: rgb(215,145,253); }
H1.HeaderClassName
{
color: #D791FD;
}
.AnyTagClassName
{
color: #D791FD;
}
</style>
background-color css
<style>
a { background-color: #D791FD; }
a { background-color: rgb(215,145,253); }
div.DivClassName
{
background-color: #D791FD;
}
.BgClassName
{
background-color: #D791FD;
}
</style>
border-color css
<style>
span { border-color: #D791FD; }
span { border-color: rgb(215,145,253); }
td.TdClassName
{
border-color: #D791FD;
}
.TagClassName
{
border-color: #D791FD;
}
</style>