Shades of Mauve #D799FF
Tints of Mauve #D799FF
RGB
CMYK
RGB Variations
Color information
#D799FF (or 0xD799FF) is known color: Mauve. HEX triplet: D7, 99 and FF. RGB value is (215,153,255). Sum of RGB (Red+Green+Blue) = 215+153+255=623 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.51% from 623); Green value is 153 (60.16% from 255 or 24.56% from 623); Blue value is 255 (100% from 255 or 40.93% from 623); Max value from RGB is 255 - color contains mainly: blue. Hex color #D799FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D799FF is #286600. Grayscale: #B6B6B6. Windows color (decimal): -2647553 or 16751063. OLE color: 16751063.
HSL color Cylindrical-coordinate representation of color #D799FF: hue angle of 276.47º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D799FF is Cyan = 0.16, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 215 | 153 | 255 | - |
| CMYK | 0.16 | 0.4 | 0 | 0 |
| HSL | 276.47º | 1% | 0.8% | - |
| HSV(B) | 276.47º | 0.4% | 1% | - |
| XYZ | 57.47 | 44.45 | 100.16 | - |
| YUV | 183.17 | 168.54 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 153 | 255 | 0.16 | 0.4 | 0 | 0 | 276.47 | 1 | 0.8 |
| Hex | D7 | 99 | FF | 10 | 28 | 0 | 0 | 114 | 64 | 50 |
| Octal | 327 | 231 | 377 | 20 | 50 | 0 | 0 | 424 | 144 | 120 |
| Binary | 11010111 | 10011001 | 11111111 | 10000 | 101000 | 0 | 0 | 100010100 | 1100100 | 1010000 |
Color Harmonies of #D799FF
Complementary color
Monochromatic Colors of #D799FF
Black with #D799FF
Text Example
Text Example
White with #D799FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D799FF; }
p { color: rgb(215,153,255); }
H1.HeaderClassName
{
color: #D799FF;
}
.AnyTagClassName
{
color: #D799FF;
}
</style>
background-color css
<style>
a { background-color: #D799FF; }
a { background-color: rgb(215,153,255); }
div.DivClassName
{
background-color: #D799FF;
}
.BgClassName
{
background-color: #D799FF;
}
</style>
border-color css
<style>
span { border-color: #D799FF; }
span { border-color: rgb(215,153,255); }
td.TdClassName
{
border-color: #D799FF;
}
.TagClassName
{
border-color: #D799FF;
}
</style>