Shades of Mauve #D799FE
Tints of Mauve #D799FE
RGB
CMYK
RGB Variations
Color information
#D799FE (or 0xD799FE) is known color: Mauve. HEX triplet: D7, 99 and FE. RGB value is (215,153,254). Sum of RGB (Red+Green+Blue) = 215+153+254=622 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.57% from 622); Green value is 153 (60.16% from 255 or 24.60% from 622); Blue value is 254 (99.61% from 255 or 40.84% from 622); Max value from RGB is 254 - color contains mainly: blue. Hex color #D799FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D799FE is #286601. Grayscale: #B6B6B6. Windows color (decimal): -2647554 or 16685527. OLE color: 16685527.
HSL color Cylindrical-coordinate representation of color #D799FE: hue angle of 276.83º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D799FE is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 215 | 153 | 254 | - |
| CMYK | 0.15 | 0.40 | 0 | 0.00 |
| HSL | 276.83º | 0.98% | 0.8% | - |
| HSV(B) | 276.83º | 0.4% | 1% | - |
| XYZ | 57.3 | 44.39 | 99.31 | - |
| YUV | 183.05 | 168.04 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 153 | 254 | 0.15 | 0.40 | 0 | 0.00 | 276.83 | 0.98 | 0.8 |
| Hex | D7 | 99 | FE | F | 28 | 0 | 0 | 115 | 62 | 50 |
| Octal | 327 | 231 | 376 | 17 | 50 | 0 | 0 | 425 | 142 | 120 |
| Binary | 11010111 | 10011001 | 11111110 | 1111 | 101000 | 0 | 0 | 100010101 | 1100010 | 1010000 |
Color Harmonies of #D799FE
Complementary color
Monochromatic Colors of #D799FE
Black with #D799FE
Text Example
Text Example
White with #D799FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D799FE; }
p { color: rgb(215,153,254); }
H1.HeaderClassName
{
color: #D799FE;
}
.AnyTagClassName
{
color: #D799FE;
}
</style>
background-color css
<style>
a { background-color: #D799FE; }
a { background-color: rgb(215,153,254); }
div.DivClassName
{
background-color: #D799FE;
}
.BgClassName
{
background-color: #D799FE;
}
</style>
border-color css
<style>
span { border-color: #D799FE; }
span { border-color: rgb(215,153,254); }
td.TdClassName
{
border-color: #D799FE;
}
.TagClassName
{
border-color: #D799FE;
}
</style>