Shades of Mauve #D09FFE
Tints of Mauve #D09FFE
RGB
CMYK
RGB Variations
Color information
#D09FFE (or 0xD09FFE) is known color: Mauve. HEX triplet: D0, 9F and FE. RGB value is (208,159,254). Sum of RGB (Red+Green+Blue) = 208+159+254=621 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.49% from 621); Green value is 159 (62.5% from 255 or 25.60% from 621); Blue value is 254 (99.61% from 255 or 40.90% from 621); Max value from RGB is 254 - color contains mainly: blue. Hex color #D09FFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D09FFE is #2F6001. Grayscale: #B8B8B8. Windows color (decimal): -3104770 or 16687056. OLE color: 16687056.
HSL color Cylindrical-coordinate representation of color #D09FFE: hue angle of 270.95º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D09FFE is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 208 | 159 | 254 | - |
| CMYK | 0.18 | 0.37 | 0 | 0.00 |
| HSL | 270.95º | 0.98% | 0.81% | - |
| HSV(B) | 270.95º | 0.37% | 1% | - |
| XYZ | 56.3 | 45.36 | 99.55 | - |
| YUV | 184.48 | 167.23 | 144.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 159 | 254 | 0.18 | 0.37 | 0 | 0.00 | 270.95 | 0.98 | 0.81 |
| Hex | D0 | 9F | FE | 12 | 25 | 0 | 0 | 10F | 62 | 51 |
| Octal | 320 | 237 | 376 | 22 | 45 | 0 | 0 | 417 | 142 | 121 |
| Binary | 11010000 | 10011111 | 11111110 | 10010 | 100101 | 0 | 0 | 100001111 | 1100010 | 1010001 |
Color Harmonies of #D09FFE
Complementary color
Monochromatic Colors of #D09FFE
Black with #D09FFE
Text Example
Text Example
White with #D09FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09FFE; }
p { color: rgb(208,159,254); }
H1.HeaderClassName
{
color: #D09FFE;
}
.AnyTagClassName
{
color: #D09FFE;
}
</style>
background-color css
<style>
a { background-color: #D09FFE; }
a { background-color: rgb(208,159,254); }
div.DivClassName
{
background-color: #D09FFE;
}
.BgClassName
{
background-color: #D09FFE;
}
</style>
border-color css
<style>
span { border-color: #D09FFE; }
span { border-color: rgb(208,159,254); }
td.TdClassName
{
border-color: #D09FFE;
}
.TagClassName
{
border-color: #D09FFE;
}
</style>