Shades of Mulberry #D4458B
Tints of Mulberry #D4458B
RGB
CMYK
RGB Variations
Color information
#D4458B (or 0xD4458B) is known color: Mulberry. HEX triplet: D4, 45 and 8B. RGB value is (212,69,139). Sum of RGB (Red+Green+Blue) = 212+69+139=420 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.48% from 420); Green value is 69 (27.34% from 255 or 16.43% from 420); Blue value is 139 (54.69% from 255 or 33.10% from 420); Max value from RGB is 212 - color contains mainly: red. Hex color #D4458B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D4458B is #2BBA74. Grayscale: #777777. Windows color (decimal): -2865781 or 9127380. OLE color: 9127380.
HSL color Cylindrical-coordinate representation of color #D4458B: hue angle of 330.63º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D4458B is Cyan = 0, Magento = 0.67, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 69 | 139 | - |
| CMYK | 0 | 0.67 | 0.34 | 0.17 |
| HSL | 330.63º | 0.62% | 0.55% | - |
| HSV(B) | 330.63º | 0.67% | 0.83% | - |
| XYZ | 33.94 | 20.12 | 26.52 | - |
| YUV | 119.74 | 138.88 | 193.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 69 | 139 | 0 | 0.67 | 0.34 | 0.17 | 330.63 | 0.62 | 0.55 |
| Hex | D4 | 45 | 8B | 0 | 43 | 22 | 11 | 14B | 3E | 37 |
| Octal | 324 | 105 | 213 | 0 | 103 | 42 | 21 | 513 | 76 | 67 |
| Binary | 11010100 | 1000101 | 10001011 | 0 | 1000011 | 100010 | 10001 | 101001011 | 111110 | 110111 |
Color Harmonies of #D4458B
Complementary color
Monochromatic Colors of #D4458B
Black with #D4458B
Text Example
Text Example
White with #D4458B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4458B; }
p { color: rgb(212,69,139); }
H1.HeaderClassName
{
color: #D4458B;
}
.AnyTagClassName
{
color: #D4458B;
}
</style>
background-color css
<style>
a { background-color: #D4458B; }
a { background-color: rgb(212,69,139); }
div.DivClassName
{
background-color: #D4458B;
}
.BgClassName
{
background-color: #D4458B;
}
</style>
border-color css
<style>
span { border-color: #D4458B; }
span { border-color: rgb(212,69,139); }
td.TdClassName
{
border-color: #D4458B;
}
.TagClassName
{
border-color: #D4458B;
}
</style>