Shades of Mauve #D39AF6
Tints of Mauve #D39AF6
RGB
CMYK
RGB Variations
Color information
#D39AF6 (or 0xD39AF6) is known color: Mauve. HEX triplet: D3, 9A and F6. RGB value is (211,154,246). Sum of RGB (Red+Green+Blue) = 211+154+246=611 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.53% from 611); Green value is 154 (60.55% from 255 or 25.20% from 611); Blue value is 246 (96.48% from 255 or 40.26% from 611); Max value from RGB is 246 - color contains mainly: blue. Hex color #D39AF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D39AF6 is #2C6509. Grayscale: #B5B5B5. Windows color (decimal): -2909450 or 16161491. OLE color: 16161491.
HSL color Cylindrical-coordinate representation of color #D39AF6: hue angle of 277.17º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D39AF6 is Cyan = 0.14, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 211 | 154 | 246 | - |
| CMYK | 0.14 | 0.37 | 0 | 0.04 |
| HSL | 277.17º | 0.84% | 0.78% | - |
| HSV(B) | 277.17º | 0.37% | 0.96% | - |
| XYZ | 55.05 | 43.61 | 92.71 | - |
| YUV | 181.53 | 164.38 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 154 | 246 | 0.14 | 0.37 | 0 | 0.04 | 277.17 | 0.84 | 0.78 |
| Hex | D3 | 9A | F6 | E | 25 | 0 | 4 | 115 | 54 | 4E |
| Octal | 323 | 232 | 366 | 16 | 45 | 0 | 4 | 425 | 124 | 116 |
| Binary | 11010011 | 10011010 | 11110110 | 1110 | 100101 | 0 | 100 | 100010101 | 1010100 | 1001110 |
Color Harmonies of #D39AF6
Complementary color
Monochromatic Colors of #D39AF6
Black with #D39AF6
Text Example
Text Example
White with #D39AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39AF6; }
p { color: rgb(211,154,246); }
H1.HeaderClassName
{
color: #D39AF6;
}
.AnyTagClassName
{
color: #D39AF6;
}
</style>
background-color css
<style>
a { background-color: #D39AF6; }
a { background-color: rgb(211,154,246); }
div.DivClassName
{
background-color: #D39AF6;
}
.BgClassName
{
background-color: #D39AF6;
}
</style>
border-color css
<style>
span { border-color: #D39AF6; }
span { border-color: rgb(211,154,246); }
td.TdClassName
{
border-color: #D39AF6;
}
.TagClassName
{
border-color: #D39AF6;
}
</style>