Shades of Mauve #D09CFE
Tints of Mauve #D09CFE
RGB
CMYK
RGB Variations
Color information
#D09CFE (or 0xD09CFE) is known color: Mauve. HEX triplet: D0, 9C and FE. RGB value is (208,156,254). Sum of RGB (Red+Green+Blue) = 208+156+254=618 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.66% from 618); Green value is 156 (61.33% from 255 or 25.24% from 618); Blue value is 254 (99.61% from 255 or 41.10% from 618); Max value from RGB is 254 - color contains mainly: blue. Hex color #D09CFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D09CFE is #2F6301. Grayscale: #B6B6B6. Windows color (decimal): -3105538 or 16686288. OLE color: 16686288.
HSL color Cylindrical-coordinate representation of color #D09CFE: hue angle of 271.84º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D09CFE is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 208 | 156 | 254 | - |
| CMYK | 0.18 | 0.39 | 0 | 0.00 |
| HSL | 271.84º | 0.98% | 0.8% | - |
| HSV(B) | 271.84º | 0.39% | 1% | - |
| XYZ | 55.79 | 44.34 | 99.38 | - |
| YUV | 182.72 | 168.23 | 146.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 156 | 254 | 0.18 | 0.39 | 0 | 0.00 | 271.84 | 0.98 | 0.8 |
| Hex | D0 | 9C | FE | 12 | 27 | 0 | 0 | 110 | 62 | 50 |
| Octal | 320 | 234 | 376 | 22 | 47 | 0 | 0 | 420 | 142 | 120 |
| Binary | 11010000 | 10011100 | 11111110 | 10010 | 100111 | 0 | 0 | 100010000 | 1100010 | 1010000 |
Color Harmonies of #D09CFE
Complementary color
Monochromatic Colors of #D09CFE
Black with #D09CFE
Text Example
Text Example
White with #D09CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09CFE; }
p { color: rgb(208,156,254); }
H1.HeaderClassName
{
color: #D09CFE;
}
.AnyTagClassName
{
color: #D09CFE;
}
</style>
background-color css
<style>
a { background-color: #D09CFE; }
a { background-color: rgb(208,156,254); }
div.DivClassName
{
background-color: #D09CFE;
}
.BgClassName
{
background-color: #D09CFE;
}
</style>
border-color css
<style>
span { border-color: #D09CFE; }
span { border-color: rgb(208,156,254); }
td.TdClassName
{
border-color: #D09CFE;
}
.TagClassName
{
border-color: #D09CFE;
}
</style>