Shades of Mauve #D09FFC
Tints of Mauve #D09FFC
RGB
CMYK
RGB Variations
Color information
#D09FFC (or 0xD09FFC) is known color: Mauve. HEX triplet: D0, 9F and FC. RGB value is (208,159,252). Sum of RGB (Red+Green+Blue) = 208+159+252=619 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.60% from 619); Green value is 159 (62.5% from 255 or 25.69% from 619); Blue value is 252 (98.83% from 255 or 40.71% from 619); Max value from RGB is 252 - color contains mainly: blue. Hex color #D09FFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D09FFC is #2F6003. Grayscale: #B7B7B7. Windows color (decimal): -3104772 or 16555984. OLE color: 16555984.
HSL color Cylindrical-coordinate representation of color #D09FFC: hue angle of 271.61º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D09FFC is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 159 | 252 | - |
| CMYK | 0.17 | 0.37 | 0 | 0.01 |
| HSL | 271.61º | 0.94% | 0.81% | - |
| HSV(B) | 271.61º | 0.37% | 0.99% | - |
| XYZ | 55.98 | 45.23 | 97.88 | - |
| YUV | 184.25 | 166.23 | 144.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 159 | 252 | 0.17 | 0.37 | 0 | 0.01 | 271.61 | 0.94 | 0.81 |
| Hex | D0 | 9F | FC | 11 | 25 | 0 | 1 | 110 | 5E | 51 |
| Octal | 320 | 237 | 374 | 21 | 45 | 0 | 1 | 420 | 136 | 121 |
| Binary | 11010000 | 10011111 | 11111100 | 10001 | 100101 | 0 | 1 | 100010000 | 1011110 | 1010001 |
Color Harmonies of #D09FFC
Complementary color
Monochromatic Colors of #D09FFC
Black with #D09FFC
Text Example
Text Example
White with #D09FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09FFC; }
p { color: rgb(208,159,252); }
H1.HeaderClassName
{
color: #D09FFC;
}
.AnyTagClassName
{
color: #D09FFC;
}
</style>
background-color css
<style>
a { background-color: #D09FFC; }
a { background-color: rgb(208,159,252); }
div.DivClassName
{
background-color: #D09FFC;
}
.BgClassName
{
background-color: #D09FFC;
}
</style>
border-color css
<style>
span { border-color: #D09FFC; }
span { border-color: rgb(208,159,252); }
td.TdClassName
{
border-color: #D09FFC;
}
.TagClassName
{
border-color: #D09FFC;
}
</style>