Shades of Mauve #D39BFC
Tints of Mauve #D39BFC
RGB
CMYK
RGB Variations
Color information
#D39BFC (or 0xD39BFC) is known color: Mauve. HEX triplet: D3, 9B and FC. RGB value is (211,155,252). Sum of RGB (Red+Green+Blue) = 211+155+252=618 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.14% from 618); Green value is 155 (60.94% from 255 or 25.08% from 618); Blue value is 252 (98.83% from 255 or 40.78% from 618); Max value from RGB is 252 - color contains mainly: blue. Hex color #D39BFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D39BFC is #2C6403. Grayscale: #B6B6B6. Windows color (decimal): -2909188 or 16554963. OLE color: 16554963.
HSL color Cylindrical-coordinate representation of color #D39BFC: hue angle of 274.64º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D39BFC is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 155 | 252 | - |
| CMYK | 0.16 | 0.38 | 0 | 0.01 |
| HSL | 274.64º | 0.94% | 0.8% | - |
| HSV(B) | 274.64º | 0.38% | 0.99% | - |
| XYZ | 56.16 | 44.32 | 97.69 | - |
| YUV | 182.8 | 167.05 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 155 | 252 | 0.16 | 0.38 | 0 | 0.01 | 274.64 | 0.94 | 0.8 |
| Hex | D3 | 9B | FC | 10 | 26 | 0 | 1 | 113 | 5E | 50 |
| Octal | 323 | 233 | 374 | 20 | 46 | 0 | 1 | 423 | 136 | 120 |
| Binary | 11010011 | 10011011 | 11111100 | 10000 | 100110 | 0 | 1 | 100010011 | 1011110 | 1010000 |
Color Harmonies of #D39BFC
Complementary color
Monochromatic Colors of #D39BFC
Black with #D39BFC
Text Example
Text Example
White with #D39BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D39BFC; }
p { color: rgb(211,155,252); }
H1.HeaderClassName
{
color: #D39BFC;
}
.AnyTagClassName
{
color: #D39BFC;
}
</style>
background-color css
<style>
a { background-color: #D39BFC; }
a { background-color: rgb(211,155,252); }
div.DivClassName
{
background-color: #D39BFC;
}
.BgClassName
{
background-color: #D39BFC;
}
</style>
border-color css
<style>
span { border-color: #D39BFC; }
span { border-color: rgb(211,155,252); }
td.TdClassName
{
border-color: #D39BFC;
}
.TagClassName
{
border-color: #D39BFC;
}
</style>