Shades of Mauve #D799FC
Tints of Mauve #D799FC
RGB
CMYK
RGB Variations
Color information
#D799FC (or 0xD799FC) is known color: Mauve. HEX triplet: D7, 99 and FC. RGB value is (215,153,252). Sum of RGB (Red+Green+Blue) = 215+153+252=620 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.68% from 620); Green value is 153 (60.16% from 255 or 24.68% from 620); Blue value is 252 (98.83% from 255 or 40.65% from 620); Max value from RGB is 252 - color contains mainly: blue. Hex color #D799FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D799FC is #286603. Grayscale: #B6B6B6. Windows color (decimal): -2647556 or 16554455. OLE color: 16554455.
HSL color Cylindrical-coordinate representation of color #D799FC: hue angle of 277.58º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D799FC is Cyan = 0.15, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 215 | 153 | 252 | - |
| CMYK | 0.15 | 0.39 | 0 | 0.01 |
| HSL | 277.58º | 0.94% | 0.79% | - |
| HSV(B) | 277.58º | 0.39% | 0.99% | - |
| XYZ | 56.99 | 44.26 | 97.63 | - |
| YUV | 182.82 | 167.04 | 150.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 153 | 252 | 0.15 | 0.39 | 0 | 0.01 | 277.58 | 0.94 | 0.79 |
| Hex | D7 | 99 | FC | F | 27 | 0 | 1 | 116 | 5E | 4F |
| Octal | 327 | 231 | 374 | 17 | 47 | 0 | 1 | 426 | 136 | 117 |
| Binary | 11010111 | 10011001 | 11111100 | 1111 | 100111 | 0 | 1 | 100010110 | 1011110 | 1001111 |
Color Harmonies of #D799FC
Complementary color
Monochromatic Colors of #D799FC
Black with #D799FC
Text Example
Text Example
White with #D799FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D799FC; }
p { color: rgb(215,153,252); }
H1.HeaderClassName
{
color: #D799FC;
}
.AnyTagClassName
{
color: #D799FC;
}
</style>
background-color css
<style>
a { background-color: #D799FC; }
a { background-color: rgb(215,153,252); }
div.DivClassName
{
background-color: #D799FC;
}
.BgClassName
{
background-color: #D799FC;
}
</style>
border-color css
<style>
span { border-color: #D799FC; }
span { border-color: rgb(215,153,252); }
td.TdClassName
{
border-color: #D799FC;
}
.TagClassName
{
border-color: #D799FC;
}
</style>