Shades of Mulberry #D54D88
Tints of Mulberry #D54D88
RGB
CMYK
RGB Variations
Color information
#D54D88 (or 0xD54D88) is known color: Mulberry. HEX triplet: D5, 4D and 88. RGB value is (213,77,136). Sum of RGB (Red+Green+Blue) = 213+77+136=426 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50% from 426); Green value is 77 (30.47% from 255 or 18.08% from 426); Blue value is 136 (53.52% from 255 or 31.92% from 426); Max value from RGB is 213 - color contains mainly: red. Hex color #D54D88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D54D88 is #2AB277. Grayscale: #7C7C7C. Windows color (decimal): -2798200 or 8932821. OLE color: 8932821.
HSL color Cylindrical-coordinate representation of color #D54D88: hue angle of 333.97º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D54D88 is Cyan = 0, Magento = 0.64, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 77 | 136 | - |
| CMYK | 0 | 0.64 | 0.36 | 0.16 |
| HSL | 333.97º | 0.62% | 0.57% | - |
| HSV(B) | 333.97º | 0.64% | 0.84% | - |
| XYZ | 34.54 | 21.23 | 25.57 | - |
| YUV | 124.39 | 134.56 | 191.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 77 | 136 | 0 | 0.64 | 0.36 | 0.16 | 333.97 | 0.62 | 0.57 |
| Hex | D5 | 4D | 88 | 0 | 40 | 24 | 10 | 14E | 3E | 39 |
| Octal | 325 | 115 | 210 | 0 | 100 | 44 | 20 | 516 | 76 | 71 |
| Binary | 11010101 | 1001101 | 10001000 | 0 | 1000000 | 100100 | 10000 | 101001110 | 111110 | 111001 |
Color Harmonies of #D54D88
Complementary color
Monochromatic Colors of #D54D88
Black with #D54D88
Text Example
Text Example
White with #D54D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54D88; }
p { color: rgb(213,77,136); }
H1.HeaderClassName
{
color: #D54D88;
}
.AnyTagClassName
{
color: #D54D88;
}
</style>
background-color css
<style>
a { background-color: #D54D88; }
a { background-color: rgb(213,77,136); }
div.DivClassName
{
background-color: #D54D88;
}
.BgClassName
{
background-color: #D54D88;
}
</style>
border-color css
<style>
span { border-color: #D54D88; }
span { border-color: rgb(213,77,136); }
td.TdClassName
{
border-color: #D54D88;
}
.TagClassName
{
border-color: #D54D88;
}
</style>