Shades of Mauve #D798FD
Tints of Mauve #D798FD
RGB
CMYK
RGB Variations
Color information
#D798FD (or 0xD798FD) is known color: Mauve. HEX triplet: D7, 98 and FD. RGB value is (215,152,253). Sum of RGB (Red+Green+Blue) = 215+152+253=620 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.68% from 620); Green value is 152 (59.77% from 255 or 24.52% from 620); Blue value is 253 (99.22% from 255 or 40.81% from 620); Max value from RGB is 253 - color contains mainly: blue. Hex color #D798FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D798FD is #286702. Grayscale: #B6B6B6. Windows color (decimal): -2647811 or 16619735. OLE color: 16619735.
HSL color Cylindrical-coordinate representation of color #D798FD: hue angle of 277.43º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D798FD is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 215 | 152 | 253 | - |
| CMYK | 0.15 | 0.40 | 0 | 0.01 |
| HSL | 277.43º | 0.96% | 0.79% | - |
| HSV(B) | 277.43º | 0.4% | 0.99% | - |
| XYZ | 56.98 | 44 | 98.42 | - |
| YUV | 182.35 | 167.87 | 151.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 152 | 253 | 0.15 | 0.40 | 0 | 0.01 | 277.43 | 0.96 | 0.79 |
| Hex | D7 | 98 | FD | F | 28 | 0 | 1 | 115 | 60 | 4F |
| Octal | 327 | 230 | 375 | 17 | 50 | 0 | 1 | 425 | 140 | 117 |
| Binary | 11010111 | 10011000 | 11111101 | 1111 | 101000 | 0 | 1 | 100010101 | 1100000 | 1001111 |
Color Harmonies of #D798FD
Complementary color
Monochromatic Colors of #D798FD
Black with #D798FD
Text Example
Text Example
White with #D798FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D798FD; }
p { color: rgb(215,152,253); }
H1.HeaderClassName
{
color: #D798FD;
}
.AnyTagClassName
{
color: #D798FD;
}
</style>
background-color css
<style>
a { background-color: #D798FD; }
a { background-color: rgb(215,152,253); }
div.DivClassName
{
background-color: #D798FD;
}
.BgClassName
{
background-color: #D798FD;
}
</style>
border-color css
<style>
span { border-color: #D798FD; }
span { border-color: rgb(215,152,253); }
td.TdClassName
{
border-color: #D798FD;
}
.TagClassName
{
border-color: #D798FD;
}
</style>