Shades of Mulberry #D54E8C
Tints of Mulberry #D54E8C
RGB
CMYK
RGB Variations
Color information
#D54E8C (or 0xD54E8C) is known color: Mulberry. HEX triplet: D5, 4E and 8C. RGB value is (213,78,140). Sum of RGB (Red+Green+Blue) = 213+78+140=431 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.42% from 431); Green value is 78 (30.86% from 255 or 18.10% from 431); Blue value is 140 (55.08% from 255 or 32.48% from 431); Max value from RGB is 213 - color contains mainly: red. Hex color #D54E8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D54E8C is #2AB173. Grayscale: #7D7D7D. Windows color (decimal): -2797940 or 9195221. OLE color: 9195221.
HSL color Cylindrical-coordinate representation of color #D54E8C: hue angle of 332.44º 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 #D54E8C is Cyan = 0, Magento = 0.63, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 78 | 140 | - |
| CMYK | 0 | 0.63 | 0.34 | 0.16 |
| HSL | 332.44º | 0.62% | 0.57% | - |
| HSV(B) | 332.44º | 0.63% | 0.84% | - |
| XYZ | 34.9 | 21.49 | 27.12 | - |
| YUV | 125.43 | 136.23 | 190.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 78 | 140 | 0 | 0.63 | 0.34 | 0.16 | 332.44 | 0.62 | 0.57 |
| Hex | D5 | 4E | 8C | 0 | 3F | 22 | 10 | 14C | 3E | 39 |
| Octal | 325 | 116 | 214 | 0 | 77 | 42 | 20 | 514 | 76 | 71 |
| Binary | 11010101 | 1001110 | 10001100 | 0 | 111111 | 100010 | 10000 | 101001100 | 111110 | 111001 |
Color Harmonies of #D54E8C
Complementary color
Monochromatic Colors of #D54E8C
Black with #D54E8C
Text Example
Text Example
White with #D54E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54E8C; }
p { color: rgb(213,78,140); }
H1.HeaderClassName
{
color: #D54E8C;
}
.AnyTagClassName
{
color: #D54E8C;
}
</style>
background-color css
<style>
a { background-color: #D54E8C; }
a { background-color: rgb(213,78,140); }
div.DivClassName
{
background-color: #D54E8C;
}
.BgClassName
{
background-color: #D54E8C;
}
</style>
border-color css
<style>
span { border-color: #D54E8C; }
span { border-color: rgb(213,78,140); }
td.TdClassName
{
border-color: #D54E8C;
}
.TagClassName
{
border-color: #D54E8C;
}
</style>