Shades of Mulberry #D34892
Tints of Mulberry #D34892
RGB
CMYK
RGB Variations
Color information
#D34892 (or 0xD34892) is known color: Mulberry. HEX triplet: D3, 48 and 92. RGB value is (211,72,146). Sum of RGB (Red+Green+Blue) = 211+72+146=429 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.18% from 429); Green value is 72 (28.52% from 255 or 16.78% from 429); Blue value is 146 (57.42% from 255 or 34.03% from 429); Max value from RGB is 211 - color contains mainly: red. Hex color #D34892 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D34892 is #2CB76D. Grayscale: #797979. Windows color (decimal): -2930542 or 9586899. OLE color: 9586899.
HSL color Cylindrical-coordinate representation of color #D34892: hue angle of 328.06º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D34892 is Cyan = 0, Magento = 0.66, Yellow = 0.31 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 72 | 146 | - |
| CMYK | 0 | 0.66 | 0.31 | 0.17 |
| HSL | 328.06º | 0.61% | 0.55% | - |
| HSV(B) | 328.06º | 0.66% | 0.83% | - |
| XYZ | 34.37 | 20.56 | 29.35 | - |
| YUV | 122 | 141.55 | 191.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 72 | 146 | 0 | 0.66 | 0.31 | 0.17 | 328.06 | 0.61 | 0.55 |
| Hex | D3 | 48 | 92 | 0 | 42 | 1F | 11 | 148 | 3D | 37 |
| Octal | 323 | 110 | 222 | 0 | 102 | 37 | 21 | 510 | 75 | 67 |
| Binary | 11010011 | 1001000 | 10010010 | 0 | 1000010 | 11111 | 10001 | 101001000 | 111101 | 110111 |
Color Harmonies of #D34892
Complementary color
Monochromatic Colors of #D34892
Black with #D34892
Text Example
Text Example
White with #D34892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34892; }
p { color: rgb(211,72,146); }
H1.HeaderClassName
{
color: #D34892;
}
.AnyTagClassName
{
color: #D34892;
}
</style>
background-color css
<style>
a { background-color: #D34892; }
a { background-color: rgb(211,72,146); }
div.DivClassName
{
background-color: #D34892;
}
.BgClassName
{
background-color: #D34892;
}
</style>
border-color css
<style>
span { border-color: #D34892; }
span { border-color: rgb(211,72,146); }
td.TdClassName
{
border-color: #D34892;
}
.TagClassName
{
border-color: #D34892;
}
</style>