Shades of Mauve #D39FFF
Tints of Mauve #D39FFF
RGB
CMYK
RGB Variations
Color information
#D39FFF (or 0xD39FFF) is known color: Mauve. HEX triplet: D3, 9F and FF. RGB value is (211,159,255). Sum of RGB (Red+Green+Blue) = 211+159+255=625 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.76% from 625); Green value is 159 (62.5% from 255 or 25.44% from 625); Blue value is 255 (100% from 255 or 40.8% from 625); Max value from RGB is 255 - color contains mainly: blue. Hex color #D39FFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D39FFF is #2C6000. Grayscale: #B9B9B9. Windows color (decimal): -2908161 or 16752595. OLE color: 16752595.
HSL color Cylindrical-coordinate representation of color #D39FFF: hue angle of 272.5º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D39FFF is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 211 | 159 | 255 | - |
| CMYK | 0.17 | 0.38 | 0 | 0 |
| HSL | 272.5º | 1% | 0.81% | - |
| HSV(B) | 272.5º | 0.38% | 1% | - |
| XYZ | 57.31 | 45.87 | 100.44 | - |
| YUV | 185.49 | 167.23 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 159 | 255 | 0.17 | 0.38 | 0 | 0 | 272.5 | 1 | 0.81 |
| Hex | D3 | 9F | FF | 11 | 26 | 0 | 0 | 110 | 64 | 51 |
| Octal | 323 | 237 | 377 | 21 | 46 | 0 | 0 | 420 | 144 | 121 |
| Binary | 11010011 | 10011111 | 11111111 | 10001 | 100110 | 0 | 0 | 100010000 | 1100100 | 1010001 |
Color Harmonies of #D39FFF
Complementary color
Monochromatic Colors of #D39FFF
Black with #D39FFF
Text Example
Text Example
White with #D39FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39FFF; }
p { color: rgb(211,159,255); }
H1.HeaderClassName
{
color: #D39FFF;
}
.AnyTagClassName
{
color: #D39FFF;
}
</style>
background-color css
<style>
a { background-color: #D39FFF; }
a { background-color: rgb(211,159,255); }
div.DivClassName
{
background-color: #D39FFF;
}
.BgClassName
{
background-color: #D39FFF;
}
</style>
border-color css
<style>
span { border-color: #D39FFF; }
span { border-color: rgb(211,159,255); }
td.TdClassName
{
border-color: #D39FFF;
}
.TagClassName
{
border-color: #D39FFF;
}
</style>