Shades of Mulberry #D54E90
Tints of Mulberry #D54E90
RGB
CMYK
RGB Variations
Color information
#D54E90 (or 0xD54E90) is known color: Mulberry. HEX triplet: D5, 4E and 90. RGB value is (213,78,144). Sum of RGB (Red+Green+Blue) = 213+78+144=435 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.97% from 435); Green value is 78 (30.86% from 255 or 17.93% from 435); Blue value is 144 (56.64% from 255 or 33.10% from 435); Max value from RGB is 213 - color contains mainly: red. Hex color #D54E90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D54E90 is #2AB16F. Grayscale: #7D7D7D. Windows color (decimal): -2797936 or 9457365. OLE color: 9457365.
HSL color Cylindrical-coordinate representation of color #D54E90: hue angle of 330.67º 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 #D54E90 is Cyan = 0, Magento = 0.63, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 78 | 144 | - |
| CMYK | 0 | 0.63 | 0.32 | 0.16 |
| HSL | 330.67º | 0.62% | 0.57% | - |
| HSV(B) | 330.67º | 0.63% | 0.84% | - |
| XYZ | 35.2 | 21.61 | 28.7 | - |
| YUV | 125.89 | 138.23 | 190.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 78 | 144 | 0 | 0.63 | 0.32 | 0.16 | 330.67 | 0.62 | 0.57 |
| Hex | D5 | 4E | 90 | 0 | 3F | 20 | 10 | 14B | 3E | 39 |
| Octal | 325 | 116 | 220 | 0 | 77 | 40 | 20 | 513 | 76 | 71 |
| Binary | 11010101 | 1001110 | 10010000 | 0 | 111111 | 100000 | 10000 | 101001011 | 111110 | 111001 |
Color Harmonies of #D54E90
Complementary color
Monochromatic Colors of #D54E90
Black with #D54E90
Text Example
Text Example
White with #D54E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54E90; }
p { color: rgb(213,78,144); }
H1.HeaderClassName
{
color: #D54E90;
}
.AnyTagClassName
{
color: #D54E90;
}
</style>
background-color css
<style>
a { background-color: #D54E90; }
a { background-color: rgb(213,78,144); }
div.DivClassName
{
background-color: #D54E90;
}
.BgClassName
{
background-color: #D54E90;
}
</style>
border-color css
<style>
span { border-color: #D54E90; }
span { border-color: rgb(213,78,144); }
td.TdClassName
{
border-color: #D54E90;
}
.TagClassName
{
border-color: #D54E90;
}
</style>