Shades of Mauve #D09CFA
Tints of Mauve #D09CFA
RGB
CMYK
RGB Variations
Color information
#D09CFA (or 0xD09CFA) is known color: Mauve. HEX triplet: D0, 9C and FA. RGB value is (208,156,250). Sum of RGB (Red+Green+Blue) = 208+156+250=614 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.88% from 614); Green value is 156 (61.33% from 255 or 25.41% from 614); Blue value is 250 (98.05% from 255 or 40.72% from 614); Max value from RGB is 250 - color contains mainly: blue. Hex color #D09CFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D09CFA is #2F6305. Grayscale: #B5B5B5. Windows color (decimal): -3105542 or 16424144. OLE color: 16424144.
HSL color Cylindrical-coordinate representation of color #D09CFA: hue angle of 273.19º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D09CFA is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 156 | 250 | - |
| CMYK | 0.17 | 0.38 | 0 | 0.02 |
| HSL | 273.19º | 0.9% | 0.8% | - |
| HSV(B) | 273.19º | 0.38% | 0.98% | - |
| XYZ | 55.16 | 44.09 | 96.05 | - |
| YUV | 182.26 | 166.23 | 146.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 156 | 250 | 0.17 | 0.38 | 0 | 0.02 | 273.19 | 0.9 | 0.8 |
| Hex | D0 | 9C | FA | 11 | 26 | 0 | 2 | 111 | 5A | 50 |
| Octal | 320 | 234 | 372 | 21 | 46 | 0 | 2 | 421 | 132 | 120 |
| Binary | 11010000 | 10011100 | 11111010 | 10001 | 100110 | 0 | 10 | 100010001 | 1011010 | 1010000 |
Color Harmonies of #D09CFA
Complementary color
Monochromatic Colors of #D09CFA
Black with #D09CFA
Text Example
Text Example
White with #D09CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09CFA; }
p { color: rgb(208,156,250); }
H1.HeaderClassName
{
color: #D09CFA;
}
.AnyTagClassName
{
color: #D09CFA;
}
</style>
background-color css
<style>
a { background-color: #D09CFA; }
a { background-color: rgb(208,156,250); }
div.DivClassName
{
background-color: #D09CFA;
}
.BgClassName
{
background-color: #D09CFA;
}
</style>
border-color css
<style>
span { border-color: #D09CFA; }
span { border-color: rgb(208,156,250); }
td.TdClassName
{
border-color: #D09CFA;
}
.TagClassName
{
border-color: #D09CFA;
}
</style>