Shades of Mauve #D39CF5
Tints of Mauve #D39CF5
RGB
CMYK
RGB Variations
Color information
#D39CF5 (or 0xD39CF5) is known color: Mauve. HEX triplet: D3, 9C and F5. RGB value is (211,156,245). Sum of RGB (Red+Green+Blue) = 211+156+245=612 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.48% from 612); Green value is 156 (61.33% from 255 or 25.49% from 612); Blue value is 245 (96.09% from 255 or 40.03% from 612); Max value from RGB is 245 - color contains mainly: blue. Hex color #D39CF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D39CF5 is #2C630A. Grayscale: #B6B6B6. Windows color (decimal): -2908939 or 16096467. OLE color: 16096467.
HSL color Cylindrical-coordinate representation of color #D39CF5: hue angle of 277.08º degrees, saturation: 0.82, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D39CF5 is Cyan = 0.14, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 211 | 156 | 245 | - |
| CMYK | 0.14 | 0.36 | 0 | 0.04 |
| HSL | 277.08º | 0.82% | 0.79% | - |
| HSV(B) | 277.08º | 0.36% | 0.96% | - |
| XYZ | 55.23 | 44.22 | 92.01 | - |
| YUV | 182.59 | 163.22 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 156 | 245 | 0.14 | 0.36 | 0 | 0.04 | 277.08 | 0.82 | 0.79 |
| Hex | D3 | 9C | F5 | E | 24 | 0 | 4 | 115 | 52 | 4F |
| Octal | 323 | 234 | 365 | 16 | 44 | 0 | 4 | 425 | 122 | 117 |
| Binary | 11010011 | 10011100 | 11110101 | 1110 | 100100 | 0 | 100 | 100010101 | 1010010 | 1001111 |
Color Harmonies of #D39CF5
Complementary color
Monochromatic Colors of #D39CF5
Black with #D39CF5
Text Example
Text Example
White with #D39CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39CF5; }
p { color: rgb(211,156,245); }
H1.HeaderClassName
{
color: #D39CF5;
}
.AnyTagClassName
{
color: #D39CF5;
}
</style>
background-color css
<style>
a { background-color: #D39CF5; }
a { background-color: rgb(211,156,245); }
div.DivClassName
{
background-color: #D39CF5;
}
.BgClassName
{
background-color: #D39CF5;
}
</style>
border-color css
<style>
span { border-color: #D39CF5; }
span { border-color: rgb(211,156,245); }
td.TdClassName
{
border-color: #D39CF5;
}
.TagClassName
{
border-color: #D39CF5;
}
</style>