Shades of Mauve #D09EFA
Tints of Mauve #D09EFA
RGB
CMYK
RGB Variations
Color information
#D09EFA (or 0xD09EFA) is known color: Mauve. HEX triplet: D0, 9E and FA. RGB value is (208,158,250). Sum of RGB (Red+Green+Blue) = 208+158+250=616 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.77% from 616); Green value is 158 (62.11% from 255 or 25.65% from 616); Blue value is 250 (98.05% from 255 or 40.58% from 616); Max value from RGB is 250 - color contains mainly: blue. Hex color #D09EFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D09EFA is #2F6105. Grayscale: #B7B7B7. Windows color (decimal): -3105030 or 16424656. OLE color: 16424656.
HSL color Cylindrical-coordinate representation of color #D09EFA: hue angle of 272.61º 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 #D09EFA is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 158 | 250 | - |
| CMYK | 0.17 | 0.37 | 0 | 0.02 |
| HSL | 272.61º | 0.9% | 0.8% | - |
| HSV(B) | 272.61º | 0.37% | 0.98% | - |
| XYZ | 55.49 | 44.77 | 96.16 | - |
| YUV | 183.44 | 165.57 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 158 | 250 | 0.17 | 0.37 | 0 | 0.02 | 272.61 | 0.9 | 0.8 |
| Hex | D0 | 9E | FA | 11 | 25 | 0 | 2 | 111 | 5A | 50 |
| Octal | 320 | 236 | 372 | 21 | 45 | 0 | 2 | 421 | 132 | 120 |
| Binary | 11010000 | 10011110 | 11111010 | 10001 | 100101 | 0 | 10 | 100010001 | 1011010 | 1010000 |
Color Harmonies of #D09EFA
Complementary color
Monochromatic Colors of #D09EFA
Black with #D09EFA
Text Example
Text Example
White with #D09EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09EFA; }
p { color: rgb(208,158,250); }
H1.HeaderClassName
{
color: #D09EFA;
}
.AnyTagClassName
{
color: #D09EFA;
}
</style>
background-color css
<style>
a { background-color: #D09EFA; }
a { background-color: rgb(208,158,250); }
div.DivClassName
{
background-color: #D09EFA;
}
.BgClassName
{
background-color: #D09EFA;
}
</style>
border-color css
<style>
span { border-color: #D09EFA; }
span { border-color: rgb(208,158,250); }
td.TdClassName
{
border-color: #D09EFA;
}
.TagClassName
{
border-color: #D09EFA;
}
</style>