Shades of Mauve #D09FFB
Tints of Mauve #D09FFB
RGB
CMYK
RGB Variations
Color information
#D09FFB (or 0xD09FFB) is known color: Mauve. HEX triplet: D0, 9F and FB. RGB value is (208,159,251). Sum of RGB (Red+Green+Blue) = 208+159+251=618 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.66% from 618); Green value is 159 (62.5% from 255 or 25.73% from 618); Blue value is 251 (98.44% from 255 or 40.61% from 618); Max value from RGB is 251 - color contains mainly: blue. Hex color #D09FFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D09FFB is #2F6004. Grayscale: #B7B7B7. Windows color (decimal): -3104773 or 16490448. OLE color: 16490448.
HSL color Cylindrical-coordinate representation of color #D09FFB: hue angle of 271.96º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D09FFB is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 159 | 251 | - |
| CMYK | 0.17 | 0.37 | 0 | 0.02 |
| HSL | 271.96º | 0.92% | 0.8% | - |
| HSV(B) | 271.96º | 0.37% | 0.98% | - |
| XYZ | 55.82 | 45.17 | 97.04 | - |
| YUV | 184.14 | 165.73 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 159 | 251 | 0.17 | 0.37 | 0 | 0.02 | 271.96 | 0.92 | 0.8 |
| Hex | D0 | 9F | FB | 11 | 25 | 0 | 2 | 110 | 5C | 50 |
| Octal | 320 | 237 | 373 | 21 | 45 | 0 | 2 | 420 | 134 | 120 |
| Binary | 11010000 | 10011111 | 11111011 | 10001 | 100101 | 0 | 10 | 100010000 | 1011100 | 1010000 |
Color Harmonies of #D09FFB
Complementary color
Monochromatic Colors of #D09FFB
Black with #D09FFB
Text Example
Text Example
White with #D09FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09FFB; }
p { color: rgb(208,159,251); }
H1.HeaderClassName
{
color: #D09FFB;
}
.AnyTagClassName
{
color: #D09FFB;
}
</style>
background-color css
<style>
a { background-color: #D09FFB; }
a { background-color: rgb(208,159,251); }
div.DivClassName
{
background-color: #D09FFB;
}
.BgClassName
{
background-color: #D09FFB;
}
</style>
border-color css
<style>
span { border-color: #D09FFB; }
span { border-color: rgb(208,159,251); }
td.TdClassName
{
border-color: #D09FFB;
}
.TagClassName
{
border-color: #D09FFB;
}
</style>