Shades of Mauve #D19EFE
Tints of Mauve #D19EFE
RGB
CMYK
RGB Variations
Color information
#D19EFE (or 0xD19EFE) is known color: Mauve. HEX triplet: D1, 9E and FE. RGB value is (209,158,254). Sum of RGB (Red+Green+Blue) = 209+158+254=621 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.66% from 621); Green value is 158 (62.11% from 255 or 25.44% 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 #D19EFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D19EFE is #2E6101. Grayscale: #B7B7B7. Windows color (decimal): -3039490 or 16686801. OLE color: 16686801.
HSL color Cylindrical-coordinate representation of color #D19EFE: hue angle of 271.88º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D19EFE is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 209 | 158 | 254 | - |
| CMYK | 0.18 | 0.38 | 0 | 0.00 |
| HSL | 271.88º | 0.98% | 0.81% | - |
| HSV(B) | 271.88º | 0.38% | 1% | - |
| XYZ | 56.41 | 45.16 | 99.51 | - |
| YUV | 184.19 | 167.4 | 145.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 158 | 254 | 0.18 | 0.38 | 0 | 0.00 | 271.88 | 0.98 | 0.81 |
| Hex | D1 | 9E | FE | 12 | 26 | 0 | 0 | 110 | 62 | 51 |
| Octal | 321 | 236 | 376 | 22 | 46 | 0 | 0 | 420 | 142 | 121 |
| Binary | 11010001 | 10011110 | 11111110 | 10010 | 100110 | 0 | 0 | 100010000 | 1100010 | 1010001 |
Color Harmonies of #D19EFE
Complementary color
Monochromatic Colors of #D19EFE
Black with #D19EFE
Text Example
Text Example
White with #D19EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19EFE; }
p { color: rgb(209,158,254); }
H1.HeaderClassName
{
color: #D19EFE;
}
.AnyTagClassName
{
color: #D19EFE;
}
</style>
background-color css
<style>
a { background-color: #D19EFE; }
a { background-color: rgb(209,158,254); }
div.DivClassName
{
background-color: #D19EFE;
}
.BgClassName
{
background-color: #D19EFE;
}
</style>
border-color css
<style>
span { border-color: #D19EFE; }
span { border-color: rgb(209,158,254); }
td.TdClassName
{
border-color: #D19EFE;
}
.TagClassName
{
border-color: #D19EFE;
}
</style>