Shades of Mulberry #D34199
Tints of Mulberry #D34199
RGB
CMYK
RGB Variations
Color information
#D34199 (or 0xD34199) is known color: Mulberry. HEX triplet: D3, 41 and 99. RGB value is (211,65,153). Sum of RGB (Red+Green+Blue) = 211+65+153=429 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.18% from 429); Green value is 65 (25.78% from 255 or 15.15% from 429); Blue value is 153 (60.16% from 255 or 35.66% from 429); Max value from RGB is 211 - color contains mainly: red. Hex color #D34199 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D34199 is #2CBE66. Grayscale: #767676. Windows color (decimal): -2932327 or 10043859. OLE color: 10043859.
HSL color Cylindrical-coordinate representation of color #D34199: hue angle of 323.84º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D34199 is Cyan = 0, Magento = 0.69, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 65 | 153 | - |
| CMYK | 0 | 0.69 | 0.27 | 0.17 |
| HSL | 323.84º | 0.62% | 0.54% | - |
| HSV(B) | 323.84º | 0.69% | 0.83% | - |
| XYZ | 34.5 | 19.93 | 32.17 | - |
| YUV | 118.69 | 147.37 | 193.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 65 | 153 | 0 | 0.69 | 0.27 | 0.17 | 323.84 | 0.62 | 0.54 |
| Hex | D3 | 41 | 99 | 0 | 45 | 1B | 11 | 144 | 3E | 36 |
| Octal | 323 | 101 | 231 | 0 | 105 | 33 | 21 | 504 | 76 | 66 |
| Binary | 11010011 | 1000001 | 10011001 | 0 | 1000101 | 11011 | 10001 | 101000100 | 111110 | 110110 |
Color Harmonies of #D34199
Complementary color
Monochromatic Colors of #D34199
Black with #D34199
Text Example
Text Example
White with #D34199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34199; }
p { color: rgb(211,65,153); }
H1.HeaderClassName
{
color: #D34199;
}
.AnyTagClassName
{
color: #D34199;
}
</style>
background-color css
<style>
a { background-color: #D34199; }
a { background-color: rgb(211,65,153); }
div.DivClassName
{
background-color: #D34199;
}
.BgClassName
{
background-color: #D34199;
}
</style>
border-color css
<style>
span { border-color: #D34199; }
span { border-color: rgb(211,65,153); }
td.TdClassName
{
border-color: #D34199;
}
.TagClassName
{
border-color: #D34199;
}
</style>