Shades of Mauve #D39AF7
Tints of Mauve #D39AF7
RGB
CMYK
RGB Variations
Color information
#D39AF7 (or 0xD39AF7) is known color: Mauve. HEX triplet: D3, 9A and F7. RGB value is (211,154,247). Sum of RGB (Red+Green+Blue) = 211+154+247=612 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.48% from 612); Green value is 154 (60.55% from 255 or 25.16% from 612); Blue value is 247 (96.88% from 255 or 40.36% from 612); Max value from RGB is 247 - color contains mainly: blue. Hex color #D39AF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D39AF7 is #2C6508. Grayscale: #B5B5B5. Windows color (decimal): -2909449 or 16227027. OLE color: 16227027.
HSL color Cylindrical-coordinate representation of color #D39AF7: hue angle of 276.77º degrees, saturation: 0.85, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D39AF7 is Cyan = 0.15, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 211 | 154 | 247 | - |
| CMYK | 0.15 | 0.38 | 0 | 0.03 |
| HSL | 276.77º | 0.85% | 0.79% | - |
| HSV(B) | 276.77º | 0.38% | 0.97% | - |
| XYZ | 55.21 | 43.68 | 93.52 | - |
| YUV | 181.65 | 164.88 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 154 | 247 | 0.15 | 0.38 | 0 | 0.03 | 276.77 | 0.85 | 0.79 |
| Hex | D3 | 9A | F7 | F | 26 | 0 | 3 | 115 | 55 | 4F |
| Octal | 323 | 232 | 367 | 17 | 46 | 0 | 3 | 425 | 125 | 117 |
| Binary | 11010011 | 10011010 | 11110111 | 1111 | 100110 | 0 | 11 | 100010101 | 1010101 | 1001111 |
Color Harmonies of #D39AF7
Complementary color
Monochromatic Colors of #D39AF7
Black with #D39AF7
Text Example
Text Example
White with #D39AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39AF7; }
p { color: rgb(211,154,247); }
H1.HeaderClassName
{
color: #D39AF7;
}
.AnyTagClassName
{
color: #D39AF7;
}
</style>
background-color css
<style>
a { background-color: #D39AF7; }
a { background-color: rgb(211,154,247); }
div.DivClassName
{
background-color: #D39AF7;
}
.BgClassName
{
background-color: #D39AF7;
}
</style>
border-color css
<style>
span { border-color: #D39AF7; }
span { border-color: rgb(211,154,247); }
td.TdClassName
{
border-color: #D39AF7;
}
.TagClassName
{
border-color: #D39AF7;
}
</style>