Shades of Mauve #D49DFA
Tints of Mauve #D49DFA
RGB
CMYK
RGB Variations
Color information
#D49DFA (or 0xD49DFA) is known color: Mauve. HEX triplet: D4, 9D and FA. RGB value is (212,157,250). Sum of RGB (Red+Green+Blue) = 212+157+250=619 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.25% from 619); Green value is 157 (61.72% from 255 or 25.36% from 619); Blue value is 250 (98.05% from 255 or 40.39% from 619); Max value from RGB is 250 - color contains mainly: blue. Hex color #D49DFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D49DFA is #2B6205. Grayscale: #B7B7B7. Windows color (decimal): -2843142 or 16424404. OLE color: 16424404.
HSL color Cylindrical-coordinate representation of color #D49DFA: hue angle of 275.48º degrees, saturation: 0.9, 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 #D49DFA is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 157 | 250 | - |
| CMYK | 0.15 | 0.37 | 0 | 0.02 |
| HSL | 275.48º | 0.9% | 0.8% | - |
| HSV(B) | 275.48º | 0.37% | 0.98% | - |
| XYZ | 56.46 | 45.01 | 96.15 | - |
| YUV | 184.05 | 165.22 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 157 | 250 | 0.15 | 0.37 | 0 | 0.02 | 275.48 | 0.9 | 0.8 |
| Hex | D4 | 9D | FA | F | 25 | 0 | 2 | 113 | 5A | 50 |
| Octal | 324 | 235 | 372 | 17 | 45 | 0 | 2 | 423 | 132 | 120 |
| Binary | 11010100 | 10011101 | 11111010 | 1111 | 100101 | 0 | 10 | 100010011 | 1011010 | 1010000 |
Color Harmonies of #D49DFA
Complementary color
Monochromatic Colors of #D49DFA
Black with #D49DFA
Text Example
Text Example
White with #D49DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49DFA; }
p { color: rgb(212,157,250); }
H1.HeaderClassName
{
color: #D49DFA;
}
.AnyTagClassName
{
color: #D49DFA;
}
</style>
background-color css
<style>
a { background-color: #D49DFA; }
a { background-color: rgb(212,157,250); }
div.DivClassName
{
background-color: #D49DFA;
}
.BgClassName
{
background-color: #D49DFA;
}
</style>
border-color css
<style>
span { border-color: #D49DFA; }
span { border-color: rgb(212,157,250); }
td.TdClassName
{
border-color: #D49DFA;
}
.TagClassName
{
border-color: #D49DFA;
}
</style>