Shades of Mulberry #D34295
Tints of Mulberry #D34295
RGB
CMYK
RGB Variations
Color information
#D34295 (or 0xD34295) is known color: Mulberry. HEX triplet: D3, 42 and 95. RGB value is (211,66,149). Sum of RGB (Red+Green+Blue) = 211+66+149=426 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.53% from 426); Green value is 66 (26.17% from 255 or 15.49% from 426); Blue value is 149 (58.59% from 255 or 34.98% from 426); Max value from RGB is 211 - color contains mainly: red. Hex color #D34295 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D34295 is #2CBD6A. Grayscale: #767676. Windows color (decimal): -2932075 or 9781971. OLE color: 9781971.
HSL color Cylindrical-coordinate representation of color #D34295: hue angle of 325.66º 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 #D34295 is Cyan = 0, Magento = 0.69, Yellow = 0.29 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 66 | 149 | - |
| CMYK | 0 | 0.69 | 0.29 | 0.17 |
| HSL | 325.66º | 0.62% | 0.54% | - |
| HSV(B) | 325.66º | 0.69% | 0.83% | - |
| XYZ | 34.24 | 19.92 | 30.47 | - |
| YUV | 118.82 | 145.04 | 193.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 66 | 149 | 0 | 0.69 | 0.29 | 0.17 | 325.66 | 0.62 | 0.54 |
| Hex | D3 | 42 | 95 | 0 | 45 | 1D | 11 | 146 | 3E | 36 |
| Octal | 323 | 102 | 225 | 0 | 105 | 35 | 21 | 506 | 76 | 66 |
| Binary | 11010011 | 1000010 | 10010101 | 0 | 1000101 | 11101 | 10001 | 101000110 | 111110 | 110110 |
Color Harmonies of #D34295
Complementary color
Monochromatic Colors of #D34295
Black with #D34295
Text Example
Text Example
White with #D34295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34295; }
p { color: rgb(211,66,149); }
H1.HeaderClassName
{
color: #D34295;
}
.AnyTagClassName
{
color: #D34295;
}
</style>
background-color css
<style>
a { background-color: #D34295; }
a { background-color: rgb(211,66,149); }
div.DivClassName
{
background-color: #D34295;
}
.BgClassName
{
background-color: #D34295;
}
</style>
border-color css
<style>
span { border-color: #D34295; }
span { border-color: rgb(211,66,149); }
td.TdClassName
{
border-color: #D34295;
}
.TagClassName
{
border-color: #D34295;
}
</style>