Shades of Mulberry #D5458F
Tints of Mulberry #D5458F
RGB
CMYK
RGB Variations
Color information
#D5458F (or 0xD5458F) is known color: Mulberry. HEX triplet: D5, 45 and 8F. RGB value is (213,69,143). Sum of RGB (Red+Green+Blue) = 213+69+143=425 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.12% from 425); Green value is 69 (27.34% from 255 or 16.24% from 425); Blue value is 143 (56.25% from 255 or 33.65% from 425); Max value from RGB is 213 - color contains mainly: red. Hex color #D5458F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5458F is #2ABA70. Grayscale: #787878. Windows color (decimal): -2800241 or 9389525. OLE color: 9389525.
HSL color Cylindrical-coordinate representation of color #D5458F: hue angle of 329.17º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D5458F is Cyan = 0, Magento = 0.68, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 69 | 143 | - |
| CMYK | 0 | 0.68 | 0.33 | 0.16 |
| HSL | 329.17º | 0.63% | 0.55% | - |
| HSV(B) | 329.17º | 0.68% | 0.84% | - |
| XYZ | 34.53 | 20.39 | 28.1 | - |
| YUV | 120.49 | 140.71 | 193.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 69 | 143 | 0 | 0.68 | 0.33 | 0.16 | 329.17 | 0.63 | 0.55 |
| Hex | D5 | 45 | 8F | 0 | 44 | 21 | 10 | 149 | 3F | 37 |
| Octal | 325 | 105 | 217 | 0 | 104 | 41 | 20 | 511 | 77 | 67 |
| Binary | 11010101 | 1000101 | 10001111 | 0 | 1000100 | 100001 | 10000 | 101001001 | 111111 | 110111 |
Color Harmonies of #D5458F
Complementary color
Monochromatic Colors of #D5458F
Black with #D5458F
Text Example
Text Example
White with #D5458F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5458F; }
p { color: rgb(213,69,143); }
H1.HeaderClassName
{
color: #D5458F;
}
.AnyTagClassName
{
color: #D5458F;
}
</style>
background-color css
<style>
a { background-color: #D5458F; }
a { background-color: rgb(213,69,143); }
div.DivClassName
{
background-color: #D5458F;
}
.BgClassName
{
background-color: #D5458F;
}
</style>
border-color css
<style>
span { border-color: #D5458F; }
span { border-color: rgb(213,69,143); }
td.TdClassName
{
border-color: #D5458F;
}
.TagClassName
{
border-color: #D5458F;
}
</style>