Shades of Mulberry #D5458E
Tints of Mulberry #D5458E
RGB
CMYK
RGB Variations
Color information
#D5458E (or 0xD5458E) is known color: Mulberry. HEX triplet: D5, 45 and 8E. RGB value is (213,69,142). Sum of RGB (Red+Green+Blue) = 213+69+142=424 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.24% from 424); Green value is 69 (27.34% from 255 or 16.27% from 424); Blue value is 142 (55.86% from 255 or 33.49% from 424); Max value from RGB is 213 - color contains mainly: red. Hex color #D5458E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5458E is #2ABA71. Grayscale: #787878. Windows color (decimal): -2800242 or 9323989. OLE color: 9323989.
HSL color Cylindrical-coordinate representation of color #D5458E: hue angle of 329.58º 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 #D5458E is Cyan = 0, Magento = 0.68, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 69 | 142 | - |
| CMYK | 0 | 0.68 | 0.33 | 0.16 |
| HSL | 329.58º | 0.63% | 0.55% | - |
| HSV(B) | 329.58º | 0.68% | 0.84% | - |
| XYZ | 34.45 | 20.36 | 27.7 | - |
| YUV | 120.38 | 140.21 | 194.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 69 | 142 | 0 | 0.68 | 0.33 | 0.16 | 329.58 | 0.63 | 0.55 |
| Hex | D5 | 45 | 8E | 0 | 44 | 21 | 10 | 14A | 3F | 37 |
| Octal | 325 | 105 | 216 | 0 | 104 | 41 | 20 | 512 | 77 | 67 |
| Binary | 11010101 | 1000101 | 10001110 | 0 | 1000100 | 100001 | 10000 | 101001010 | 111111 | 110111 |
Color Harmonies of #D5458E
Complementary color
Monochromatic Colors of #D5458E
Black with #D5458E
Text Example
Text Example
White with #D5458E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5458E; }
p { color: rgb(213,69,142); }
H1.HeaderClassName
{
color: #D5458E;
}
.AnyTagClassName
{
color: #D5458E;
}
</style>
background-color css
<style>
a { background-color: #D5458E; }
a { background-color: rgb(213,69,142); }
div.DivClassName
{
background-color: #D5458E;
}
.BgClassName
{
background-color: #D5458E;
}
</style>
border-color css
<style>
span { border-color: #D5458E; }
span { border-color: rgb(213,69,142); }
td.TdClassName
{
border-color: #D5458E;
}
.TagClassName
{
border-color: #D5458E;
}
</style>