Shades of Mauve #D09CF5
Tints of Mauve #D09CF5
RGB
CMYK
RGB Variations
Color information
#D09CF5 (or 0xD09CF5) is known color: Mauve. HEX triplet: D0, 9C and F5. RGB value is (208,156,245). Sum of RGB (Red+Green+Blue) = 208+156+245=609 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.15% from 609); Green value is 156 (61.33% from 255 or 25.62% from 609); Blue value is 245 (96.09% from 255 or 40.23% from 609); Max value from RGB is 245 - color contains mainly: blue. Hex color #D09CF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D09CF5 is #2F630A. Grayscale: #B5B5B5. Windows color (decimal): -3105547 or 16096464. OLE color: 16096464.
HSL color Cylindrical-coordinate representation of color #D09CF5: hue angle of 275.06º degrees, saturation: 0.82, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D09CF5 is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 208 | 156 | 245 | - |
| CMYK | 0.15 | 0.36 | 0 | 0.04 |
| HSL | 275.06º | 0.82% | 0.79% | - |
| HSV(B) | 275.06º | 0.36% | 0.96% | - |
| XYZ | 54.38 | 43.78 | 91.97 | - |
| YUV | 181.69 | 163.73 | 146.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 156 | 245 | 0.15 | 0.36 | 0 | 0.04 | 275.06 | 0.82 | 0.79 |
| Hex | D0 | 9C | F5 | F | 24 | 0 | 4 | 113 | 52 | 4F |
| Octal | 320 | 234 | 365 | 17 | 44 | 0 | 4 | 423 | 122 | 117 |
| Binary | 11010000 | 10011100 | 11110101 | 1111 | 100100 | 0 | 100 | 100010011 | 1010010 | 1001111 |
Color Harmonies of #D09CF5
Complementary color
Monochromatic Colors of #D09CF5
Black with #D09CF5
Text Example
Text Example
White with #D09CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09CF5; }
p { color: rgb(208,156,245); }
H1.HeaderClassName
{
color: #D09CF5;
}
.AnyTagClassName
{
color: #D09CF5;
}
</style>
background-color css
<style>
a { background-color: #D09CF5; }
a { background-color: rgb(208,156,245); }
div.DivClassName
{
background-color: #D09CF5;
}
.BgClassName
{
background-color: #D09CF5;
}
</style>
border-color css
<style>
span { border-color: #D09CF5; }
span { border-color: rgb(208,156,245); }
td.TdClassName
{
border-color: #D09CF5;
}
.TagClassName
{
border-color: #D09CF5;
}
</style>