Shades of Mauve #D49EFD
Tints of Mauve #D49EFD
RGB
CMYK
RGB Variations
Color information
#D49EFD (or 0xD49EFD) is known color: Mauve. HEX triplet: D4, 9E and FD. RGB value is (212,158,253). Sum of RGB (Red+Green+Blue) = 212+158+253=623 (82% of max value = 765). Red value is 212 (83.20% from 255 or 34.03% from 623); Green value is 158 (62.11% from 255 or 25.36% from 623); Blue value is 253 (99.22% from 255 or 40.61% from 623); Max value from RGB is 253 - color contains mainly: blue. Hex color #D49EFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D49EFD is #2B6102. Grayscale: #B8B8B8. Windows color (decimal): -2842883 or 16621268. OLE color: 16621268.
HSL color Cylindrical-coordinate representation of color #D49EFD: hue angle of 274.11º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D49EFD is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 212 | 158 | 253 | - |
| CMYK | 0.16 | 0.38 | 0 | 0.01 |
| HSL | 274.11º | 0.96% | 0.81% | - |
| HSV(B) | 274.11º | 0.38% | 0.99% | - |
| XYZ | 57.11 | 45.54 | 98.71 | - |
| YUV | 184.98 | 166.39 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 158 | 253 | 0.16 | 0.38 | 0 | 0.01 | 274.11 | 0.96 | 0.81 |
| Hex | D4 | 9E | FD | 10 | 26 | 0 | 1 | 112 | 60 | 51 |
| Octal | 324 | 236 | 375 | 20 | 46 | 0 | 1 | 422 | 140 | 121 |
| Binary | 11010100 | 10011110 | 11111101 | 10000 | 100110 | 0 | 1 | 100010010 | 1100000 | 1010001 |
Color Harmonies of #D49EFD
Complementary color
Monochromatic Colors of #D49EFD
Black with #D49EFD
Text Example
Text Example
White with #D49EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49EFD; }
p { color: rgb(212,158,253); }
H1.HeaderClassName
{
color: #D49EFD;
}
.AnyTagClassName
{
color: #D49EFD;
}
</style>
background-color css
<style>
a { background-color: #D49EFD; }
a { background-color: rgb(212,158,253); }
div.DivClassName
{
background-color: #D49EFD;
}
.BgClassName
{
background-color: #D49EFD;
}
</style>
border-color css
<style>
span { border-color: #D49EFD; }
span { border-color: rgb(212,158,253); }
td.TdClassName
{
border-color: #D49EFD;
}
.TagClassName
{
border-color: #D49EFD;
}
</style>