Shades of Mauve #D09CF8
Tints of Mauve #D09CF8
RGB
CMYK
RGB Variations
Color information
#D09CF8 (or 0xD09CF8) is known color: Mauve. HEX triplet: D0, 9C and F8. RGB value is (208,156,248). Sum of RGB (Red+Green+Blue) = 208+156+248=612 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.99% from 612); Green value is 156 (61.33% from 255 or 25.49% from 612); Blue value is 248 (97.27% from 255 or 40.52% from 612); Max value from RGB is 248 - color contains mainly: blue. Hex color #D09CF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D09CF8 is #2F6307. Grayscale: #B5B5B5. Windows color (decimal): -3105544 or 16293072. OLE color: 16293072.
HSL color Cylindrical-coordinate representation of color #D09CF8: hue angle of 273.91º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D09CF8 is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 208 | 156 | 248 | - |
| CMYK | 0.16 | 0.37 | 0 | 0.03 |
| HSL | 273.91º | 0.87% | 0.79% | - |
| HSV(B) | 273.91º | 0.37% | 0.97% | - |
| XYZ | 54.84 | 43.96 | 94.4 | - |
| YUV | 182.04 | 165.23 | 146.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 156 | 248 | 0.16 | 0.37 | 0 | 0.03 | 273.91 | 0.87 | 0.79 |
| Hex | D0 | 9C | F8 | 10 | 25 | 0 | 3 | 112 | 57 | 4F |
| Octal | 320 | 234 | 370 | 20 | 45 | 0 | 3 | 422 | 127 | 117 |
| Binary | 11010000 | 10011100 | 11111000 | 10000 | 100101 | 0 | 11 | 100010010 | 1010111 | 1001111 |
Color Harmonies of #D09CF8
Complementary color
Monochromatic Colors of #D09CF8
Black with #D09CF8
Text Example
Text Example
White with #D09CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09CF8; }
p { color: rgb(208,156,248); }
H1.HeaderClassName
{
color: #D09CF8;
}
.AnyTagClassName
{
color: #D09CF8;
}
</style>
background-color css
<style>
a { background-color: #D09CF8; }
a { background-color: rgb(208,156,248); }
div.DivClassName
{
background-color: #D09CF8;
}
.BgClassName
{
background-color: #D09CF8;
}
</style>
border-color css
<style>
span { border-color: #D09CF8; }
span { border-color: rgb(208,156,248); }
td.TdClassName
{
border-color: #D09CF8;
}
.TagClassName
{
border-color: #D09CF8;
}
</style>