Shades of Mulberry #D54E8B
Tints of Mulberry #D54E8B
RGB
CMYK
RGB Variations
Color information
#D54E8B (or 0xD54E8B) is known color: Mulberry. HEX triplet: D5, 4E and 8B. RGB value is (213,78,139). Sum of RGB (Red+Green+Blue) = 213+78+139=430 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.53% from 430); Green value is 78 (30.86% from 255 or 18.14% from 430); Blue value is 139 (54.69% from 255 or 32.33% from 430); Max value from RGB is 213 - color contains mainly: red. Hex color #D54E8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D54E8B is #2AB174. Grayscale: #7D7D7D. Windows color (decimal): -2797941 or 9129685. OLE color: 9129685.
HSL color Cylindrical-coordinate representation of color #D54E8B: hue angle of 332.89º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D54E8B is Cyan = 0, Magento = 0.63, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 78 | 139 | - |
| CMYK | 0 | 0.63 | 0.35 | 0.16 |
| HSL | 332.89º | 0.62% | 0.57% | - |
| HSV(B) | 332.89º | 0.63% | 0.84% | - |
| XYZ | 34.83 | 21.46 | 26.73 | - |
| YUV | 125.32 | 135.73 | 190.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 78 | 139 | 0 | 0.63 | 0.35 | 0.16 | 332.89 | 0.62 | 0.57 |
| Hex | D5 | 4E | 8B | 0 | 3F | 23 | 10 | 14D | 3E | 39 |
| Octal | 325 | 116 | 213 | 0 | 77 | 43 | 20 | 515 | 76 | 71 |
| Binary | 11010101 | 1001110 | 10001011 | 0 | 111111 | 100011 | 10000 | 101001101 | 111110 | 111001 |
Color Harmonies of #D54E8B
Complementary color
Monochromatic Colors of #D54E8B
Black with #D54E8B
Text Example
Text Example
White with #D54E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54E8B; }
p { color: rgb(213,78,139); }
H1.HeaderClassName
{
color: #D54E8B;
}
.AnyTagClassName
{
color: #D54E8B;
}
</style>
background-color css
<style>
a { background-color: #D54E8B; }
a { background-color: rgb(213,78,139); }
div.DivClassName
{
background-color: #D54E8B;
}
.BgClassName
{
background-color: #D54E8B;
}
</style>
border-color css
<style>
span { border-color: #D54E8B; }
span { border-color: rgb(213,78,139); }
td.TdClassName
{
border-color: #D54E8B;
}
.TagClassName
{
border-color: #D54E8B;
}
</style>