Shades of Mauve #D09CFF
Tints of Mauve #D09CFF
RGB
CMYK
RGB Variations
Color information
#D09CFF (or 0xD09CFF) is known color: Mauve. HEX triplet: D0, 9C and FF. RGB value is (208,156,255). Sum of RGB (Red+Green+Blue) = 208+156+255=619 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.60% from 619); Green value is 156 (61.33% from 255 or 25.20% from 619); Blue value is 255 (100% from 255 or 41.20% from 619); Max value from RGB is 255 - color contains mainly: blue. Hex color #D09CFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D09CFF is #2F6300. Grayscale: #B6B6B6. Windows color (decimal): -3105537 or 16751824. OLE color: 16751824.
HSL color Cylindrical-coordinate representation of color #D09CFF: hue angle of 271.52º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D09CFF is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 208 | 156 | 255 | - |
| CMYK | 0.18 | 0.39 | 0 | 0 |
| HSL | 271.52º | 1% | 0.81% | - |
| HSV(B) | 271.52º | 0.39% | 1% | - |
| XYZ | 55.95 | 44.41 | 100.23 | - |
| YUV | 182.83 | 168.73 | 145.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 156 | 255 | 0.18 | 0.39 | 0 | 0 | 271.52 | 1 | 0.81 |
| Hex | D0 | 9C | FF | 12 | 27 | 0 | 0 | 110 | 64 | 51 |
| Octal | 320 | 234 | 377 | 22 | 47 | 0 | 0 | 420 | 144 | 121 |
| Binary | 11010000 | 10011100 | 11111111 | 10010 | 100111 | 0 | 0 | 100010000 | 1100100 | 1010001 |
Color Harmonies of #D09CFF
Complementary color
Monochromatic Colors of #D09CFF
Black with #D09CFF
Text Example
Text Example
White with #D09CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09CFF; }
p { color: rgb(208,156,255); }
H1.HeaderClassName
{
color: #D09CFF;
}
.AnyTagClassName
{
color: #D09CFF;
}
</style>
background-color css
<style>
a { background-color: #D09CFF; }
a { background-color: rgb(208,156,255); }
div.DivClassName
{
background-color: #D09CFF;
}
.BgClassName
{
background-color: #D09CFF;
}
</style>
border-color css
<style>
span { border-color: #D09CFF; }
span { border-color: rgb(208,156,255); }
td.TdClassName
{
border-color: #D09CFF;
}
.TagClassName
{
border-color: #D09CFF;
}
</style>