Shades of Mauve #D798FE
Tints of Mauve #D798FE
RGB
CMYK
RGB Variations
Color information
#D798FE (or 0xD798FE) is known color: Mauve. HEX triplet: D7, 98 and FE. RGB value is (215,152,254). Sum of RGB (Red+Green+Blue) = 215+152+254=621 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.62% from 621); Green value is 152 (59.77% from 255 or 24.48% from 621); Blue value is 254 (99.61% from 255 or 40.90% from 621); Max value from RGB is 254 - color contains mainly: blue. Hex color #D798FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D798FE is #286701. Grayscale: #B6B6B6. Windows color (decimal): -2647810 or 16685271. OLE color: 16685271.
HSL color Cylindrical-coordinate representation of color #D798FE: hue angle of 277.06º 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 #D798FE is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 215 | 152 | 254 | - |
| CMYK | 0.15 | 0.40 | 0 | 0.00 |
| HSL | 277.06º | 0.98% | 0.8% | - |
| HSV(B) | 277.06º | 0.4% | 1% | - |
| XYZ | 57.14 | 44.06 | 99.26 | - |
| YUV | 182.47 | 168.37 | 151.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 152 | 254 | 0.15 | 0.40 | 0 | 0.00 | 277.06 | 0.98 | 0.8 |
| Hex | D7 | 98 | FE | F | 28 | 0 | 0 | 115 | 62 | 50 |
| Octal | 327 | 230 | 376 | 17 | 50 | 0 | 0 | 425 | 142 | 120 |
| Binary | 11010111 | 10011000 | 11111110 | 1111 | 101000 | 0 | 0 | 100010101 | 1100010 | 1010000 |
Color Harmonies of #D798FE
Complementary color
Monochromatic Colors of #D798FE
Black with #D798FE
Text Example
Text Example
White with #D798FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D798FE; }
p { color: rgb(215,152,254); }
H1.HeaderClassName
{
color: #D798FE;
}
.AnyTagClassName
{
color: #D798FE;
}
</style>
background-color css
<style>
a { background-color: #D798FE; }
a { background-color: rgb(215,152,254); }
div.DivClassName
{
background-color: #D798FE;
}
.BgClassName
{
background-color: #D798FE;
}
</style>
border-color css
<style>
span { border-color: #D798FE; }
span { border-color: rgb(215,152,254); }
td.TdClassName
{
border-color: #D798FE;
}
.TagClassName
{
border-color: #D798FE;
}
</style>