Shades of Mauve #D39CFE
Tints of Mauve #D39CFE
RGB
CMYK
RGB Variations
Color information
#D39CFE (or 0xD39CFE) is known color: Mauve. HEX triplet: D3, 9C and FE. RGB value is (211,156,254). Sum of RGB (Red+Green+Blue) = 211+156+254=621 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.98% from 621); Green value is 156 (61.33% from 255 or 25.12% from 621); Blue value is 254 (99.61% from 255 or 40.90% from 621); Max value from RGB is 254 - color contains mainly: blue. Hex color #D39CFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D39CFE is #2C6301. Grayscale: #B7B7B7. Windows color (decimal): -2908930 or 16686291. OLE color: 16686291.
HSL color Cylindrical-coordinate representation of color #D39CFE: hue angle of 273.67º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D39CFE is Cyan = 0.17, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 211 | 156 | 254 | - |
| CMYK | 0.17 | 0.39 | 0 | 0.00 |
| HSL | 273.67º | 0.98% | 0.8% | - |
| HSV(B) | 273.67º | 0.39% | 1% | - |
| XYZ | 56.64 | 44.78 | 99.42 | - |
| YUV | 183.62 | 167.72 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 156 | 254 | 0.17 | 0.39 | 0 | 0.00 | 273.67 | 0.98 | 0.8 |
| Hex | D3 | 9C | FE | 11 | 27 | 0 | 0 | 112 | 62 | 50 |
| Octal | 323 | 234 | 376 | 21 | 47 | 0 | 0 | 422 | 142 | 120 |
| Binary | 11010011 | 10011100 | 11111110 | 10001 | 100111 | 0 | 0 | 100010010 | 1100010 | 1010000 |
Color Harmonies of #D39CFE
Complementary color
Monochromatic Colors of #D39CFE
Black with #D39CFE
Text Example
Text Example
White with #D39CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39CFE; }
p { color: rgb(211,156,254); }
H1.HeaderClassName
{
color: #D39CFE;
}
.AnyTagClassName
{
color: #D39CFE;
}
</style>
background-color css
<style>
a { background-color: #D39CFE; }
a { background-color: rgb(211,156,254); }
div.DivClassName
{
background-color: #D39CFE;
}
.BgClassName
{
background-color: #D39CFE;
}
</style>
border-color css
<style>
span { border-color: #D39CFE; }
span { border-color: rgb(211,156,254); }
td.TdClassName
{
border-color: #D39CFE;
}
.TagClassName
{
border-color: #D39CFE;
}
</style>