Shades of Mauve #D39EFE
Tints of Mauve #D39EFE
RGB
CMYK
RGB Variations
Color information
#D39EFE (or 0xD39EFE) is known color: Mauve. HEX triplet: D3, 9E and FE. RGB value is (211,158,254). Sum of RGB (Red+Green+Blue) = 211+158+254=623 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.87% from 623); Green value is 158 (62.11% from 255 or 25.36% from 623); Blue value is 254 (99.61% from 255 or 40.77% from 623); Max value from RGB is 254 - color contains mainly: blue. Hex color #D39EFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D39EFE is #2C6101. Grayscale: #B8B8B8. Windows color (decimal): -2908418 or 16686803. OLE color: 16686803.
HSL color Cylindrical-coordinate representation of color #D39EFE: hue angle of 273.12º 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 #D39EFE is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 211 | 158 | 254 | - |
| CMYK | 0.17 | 0.38 | 0 | 0.00 |
| HSL | 273.13º | 0.98% | 0.81% | - |
| HSV(B) | 273.13º | 0.38% | 1% | - |
| XYZ | 56.98 | 45.46 | 99.54 | - |
| YUV | 184.79 | 167.06 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 158 | 254 | 0.17 | 0.38 | 0 | 0.00 | 273.13 | 0.98 | 0.81 |
| Hex | D3 | 9E | FE | 11 | 26 | 0 | 0 | 111 | 62 | 51 |
| Octal | 323 | 236 | 376 | 21 | 46 | 0 | 0 | 421 | 142 | 121 |
| Binary | 11010011 | 10011110 | 11111110 | 10001 | 100110 | 0 | 0 | 100010001 | 1100010 | 1010001 |
Color Harmonies of #D39EFE
Complementary color
Monochromatic Colors of #D39EFE
Black with #D39EFE
Text Example
Text Example
White with #D39EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39EFE; }
p { color: rgb(211,158,254); }
H1.HeaderClassName
{
color: #D39EFE;
}
.AnyTagClassName
{
color: #D39EFE;
}
</style>
background-color css
<style>
a { background-color: #D39EFE; }
a { background-color: rgb(211,158,254); }
div.DivClassName
{
background-color: #D39EFE;
}
.BgClassName
{
background-color: #D39EFE;
}
</style>
border-color css
<style>
span { border-color: #D39EFE; }
span { border-color: rgb(211,158,254); }
td.TdClassName
{
border-color: #D39EFE;
}
.TagClassName
{
border-color: #D39EFE;
}
</style>