Shades of Mauve #D39EFB
Tints of Mauve #D39EFB
RGB
CMYK
RGB Variations
Color information
#D39EFB (or 0xD39EFB) is known color: Mauve. HEX triplet: D3, 9E and FB. RGB value is (211,158,251). Sum of RGB (Red+Green+Blue) = 211+158+251=620 (82% of max value = 765). Red value is 211 (82.81% from 255 or 34.03% from 620); Green value is 158 (62.11% from 255 or 25.48% from 620); Blue value is 251 (98.44% from 255 or 40.48% from 620); Max value from RGB is 251 - color contains mainly: blue. Hex color #D39EFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D39EFB is #2C6104. Grayscale: #B8B8B8. Windows color (decimal): -2908421 or 16490195. OLE color: 16490195.
HSL color Cylindrical-coordinate representation of color #D39EFB: hue angle of 274.19º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D39EFB is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 158 | 251 | - |
| CMYK | 0.16 | 0.37 | 0 | 0.02 |
| HSL | 274.19º | 0.92% | 0.8% | - |
| HSV(B) | 274.19º | 0.37% | 0.98% | - |
| XYZ | 56.5 | 45.27 | 97.03 | - |
| YUV | 184.45 | 165.56 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 158 | 251 | 0.16 | 0.37 | 0 | 0.02 | 274.19 | 0.92 | 0.8 |
| Hex | D3 | 9E | FB | 10 | 25 | 0 | 2 | 112 | 5C | 50 |
| Octal | 323 | 236 | 373 | 20 | 45 | 0 | 2 | 422 | 134 | 120 |
| Binary | 11010011 | 10011110 | 11111011 | 10000 | 100101 | 0 | 10 | 100010010 | 1011100 | 1010000 |
Color Harmonies of #D39EFB
Complementary color
Monochromatic Colors of #D39EFB
Black with #D39EFB
Text Example
Text Example
White with #D39EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39EFB; }
p { color: rgb(211,158,251); }
H1.HeaderClassName
{
color: #D39EFB;
}
.AnyTagClassName
{
color: #D39EFB;
}
</style>
background-color css
<style>
a { background-color: #D39EFB; }
a { background-color: rgb(211,158,251); }
div.DivClassName
{
background-color: #D39EFB;
}
.BgClassName
{
background-color: #D39EFB;
}
</style>
border-color css
<style>
span { border-color: #D39EFB; }
span { border-color: rgb(211,158,251); }
td.TdClassName
{
border-color: #D39EFB;
}
.TagClassName
{
border-color: #D39EFB;
}
</style>