Shades of Mulberry #D54C8B
Tints of Mulberry #D54C8B
RGB
CMYK
RGB Variations
Color information
#D54C8B (or 0xD54C8B) is known color: Mulberry. HEX triplet: D5, 4C and 8B. RGB value is (213,76,139). Sum of RGB (Red+Green+Blue) = 213+76+139=428 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.77% from 428); Green value is 76 (30.08% from 255 or 17.76% from 428); Blue value is 139 (54.69% from 255 or 32.48% from 428); Max value from RGB is 213 - color contains mainly: red. Hex color #D54C8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54C8B is #2AB374. Grayscale: #7C7C7C. Windows color (decimal): -2798453 or 9129173. OLE color: 9129173.
HSL color Cylindrical-coordinate representation of color #D54C8B: hue angle of 332.41º 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 #D54C8B is Cyan = 0, Magento = 0.64, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 76 | 139 | - |
| CMYK | 0 | 0.64 | 0.35 | 0.16 |
| HSL | 332.41º | 0.62% | 0.57% | - |
| HSV(B) | 332.41º | 0.64% | 0.84% | - |
| XYZ | 34.69 | 21.18 | 26.69 | - |
| YUV | 124.15 | 136.39 | 191.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 76 | 139 | 0 | 0.64 | 0.35 | 0.16 | 332.41 | 0.62 | 0.57 |
| Hex | D5 | 4C | 8B | 0 | 40 | 23 | 10 | 14C | 3E | 39 |
| Octal | 325 | 114 | 213 | 0 | 100 | 43 | 20 | 514 | 76 | 71 |
| Binary | 11010101 | 1001100 | 10001011 | 0 | 1000000 | 100011 | 10000 | 101001100 | 111110 | 111001 |
Color Harmonies of #D54C8B
Complementary color
Monochromatic Colors of #D54C8B
Black with #D54C8B
Text Example
Text Example
White with #D54C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54C8B; }
p { color: rgb(213,76,139); }
H1.HeaderClassName
{
color: #D54C8B;
}
.AnyTagClassName
{
color: #D54C8B;
}
</style>
background-color css
<style>
a { background-color: #D54C8B; }
a { background-color: rgb(213,76,139); }
div.DivClassName
{
background-color: #D54C8B;
}
.BgClassName
{
background-color: #D54C8B;
}
</style>
border-color css
<style>
span { border-color: #D54C8B; }
span { border-color: rgb(213,76,139); }
td.TdClassName
{
border-color: #D54C8B;
}
.TagClassName
{
border-color: #D54C8B;
}
</style>