Shades of Mauve #D09FFD
Tints of Mauve #D09FFD
RGB
CMYK
RGB Variations
Color information
#D09FFD (or 0xD09FFD) is known color: Mauve. HEX triplet: D0, 9F and FD. RGB value is (208,159,253). Sum of RGB (Red+Green+Blue) = 208+159+253=620 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.55% from 620); Green value is 159 (62.5% from 255 or 25.65% from 620); Blue value is 253 (99.22% from 255 or 40.81% from 620); Max value from RGB is 253 - color contains mainly: blue. Hex color #D09FFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D09FFD is #2F6002. Grayscale: #B8B8B8. Windows color (decimal): -3104771 or 16621520. OLE color: 16621520.
HSL color Cylindrical-coordinate representation of color #D09FFD: hue angle of 271.28º degrees, saturation: 0.96, 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 #D09FFD is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 159 | 253 | - |
| CMYK | 0.18 | 0.37 | 0 | 0.01 |
| HSL | 271.28º | 0.96% | 0.81% | - |
| HSV(B) | 271.28º | 0.37% | 0.99% | - |
| XYZ | 56.14 | 45.3 | 98.71 | - |
| YUV | 184.37 | 166.73 | 144.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 159 | 253 | 0.18 | 0.37 | 0 | 0.01 | 271.28 | 0.96 | 0.81 |
| Hex | D0 | 9F | FD | 12 | 25 | 0 | 1 | 10F | 60 | 51 |
| Octal | 320 | 237 | 375 | 22 | 45 | 0 | 1 | 417 | 140 | 121 |
| Binary | 11010000 | 10011111 | 11111101 | 10010 | 100101 | 0 | 1 | 100001111 | 1100000 | 1010001 |
Color Harmonies of #D09FFD
Complementary color
Monochromatic Colors of #D09FFD
Black with #D09FFD
Text Example
Text Example
White with #D09FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09FFD; }
p { color: rgb(208,159,253); }
H1.HeaderClassName
{
color: #D09FFD;
}
.AnyTagClassName
{
color: #D09FFD;
}
</style>
background-color css
<style>
a { background-color: #D09FFD; }
a { background-color: rgb(208,159,253); }
div.DivClassName
{
background-color: #D09FFD;
}
.BgClassName
{
background-color: #D09FFD;
}
</style>
border-color css
<style>
span { border-color: #D09FFD; }
span { border-color: rgb(208,159,253); }
td.TdClassName
{
border-color: #D09FFD;
}
.TagClassName
{
border-color: #D09FFD;
}
</style>