Shades of Mauve #D09CF6
Tints of Mauve #D09CF6
RGB
CMYK
RGB Variations
Color information
#D09CF6 (or 0xD09CF6) is known color: Mauve. HEX triplet: D0, 9C and F6. RGB value is (208,156,246). Sum of RGB (Red+Green+Blue) = 208+156+246=610 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.10% from 610); Green value is 156 (61.33% from 255 or 25.57% from 610); Blue value is 246 (96.48% from 255 or 40.33% from 610); Max value from RGB is 246 - color contains mainly: blue. Hex color #D09CF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D09CF6 is #2F6309. Grayscale: #B5B5B5. Windows color (decimal): -3105546 or 16162000. OLE color: 16162000.
HSL color Cylindrical-coordinate representation of color #D09CF6: hue angle of 274.67º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D09CF6 is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 208 | 156 | 246 | - |
| CMYK | 0.15 | 0.37 | 0 | 0.04 |
| HSL | 274.67º | 0.83% | 0.79% | - |
| HSV(B) | 274.67º | 0.37% | 0.96% | - |
| XYZ | 54.54 | 43.84 | 92.78 | - |
| YUV | 181.81 | 164.23 | 146.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 156 | 246 | 0.15 | 0.37 | 0 | 0.04 | 274.67 | 0.83 | 0.79 |
| Hex | D0 | 9C | F6 | F | 25 | 0 | 4 | 113 | 53 | 4F |
| Octal | 320 | 234 | 366 | 17 | 45 | 0 | 4 | 423 | 123 | 117 |
| Binary | 11010000 | 10011100 | 11110110 | 1111 | 100101 | 0 | 100 | 100010011 | 1010011 | 1001111 |
Color Harmonies of #D09CF6
Complementary color
Monochromatic Colors of #D09CF6
Black with #D09CF6
Text Example
Text Example
White with #D09CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09CF6; }
p { color: rgb(208,156,246); }
H1.HeaderClassName
{
color: #D09CF6;
}
.AnyTagClassName
{
color: #D09CF6;
}
</style>
background-color css
<style>
a { background-color: #D09CF6; }
a { background-color: rgb(208,156,246); }
div.DivClassName
{
background-color: #D09CF6;
}
.BgClassName
{
background-color: #D09CF6;
}
</style>
border-color css
<style>
span { border-color: #D09CF6; }
span { border-color: rgb(208,156,246); }
td.TdClassName
{
border-color: #D09CF6;
}
.TagClassName
{
border-color: #D09CF6;
}
</style>