Shades of Mulberry #D54A8C
Tints of Mulberry #D54A8C
RGB
CMYK
RGB Variations
Color information
#D54A8C (or 0xD54A8C) is known color: Mulberry. HEX triplet: D5, 4A and 8C. RGB value is (213,74,140). Sum of RGB (Red+Green+Blue) = 213+74+140=427 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.88% from 427); Green value is 74 (29.30% from 255 or 17.33% from 427); Blue value is 140 (55.08% from 255 or 32.79% from 427); Max value from RGB is 213 - color contains mainly: red. Hex color #D54A8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54A8C is #2AB573. Grayscale: #7A7A7A. Windows color (decimal): -2798964 or 9194197. OLE color: 9194197.
HSL color Cylindrical-coordinate representation of color #D54A8C: hue angle of 331.51º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D54A8C is Cyan = 0, Magento = 0.65, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 74 | 140 | - |
| CMYK | 0 | 0.65 | 0.34 | 0.16 |
| HSL | 331.51º | 0.62% | 0.56% | - |
| HSV(B) | 331.51º | 0.65% | 0.84% | - |
| XYZ | 34.62 | 20.94 | 27.03 | - |
| YUV | 123.09 | 137.55 | 192.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 74 | 140 | 0 | 0.65 | 0.34 | 0.16 | 331.51 | 0.62 | 0.56 |
| Hex | D5 | 4A | 8C | 0 | 41 | 22 | 10 | 14C | 3E | 38 |
| Octal | 325 | 112 | 214 | 0 | 101 | 42 | 20 | 514 | 76 | 70 |
| Binary | 11010101 | 1001010 | 10001100 | 0 | 1000001 | 100010 | 10000 | 101001100 | 111110 | 111000 |
Color Harmonies of #D54A8C
Complementary color
Monochromatic Colors of #D54A8C
Black with #D54A8C
Text Example
Text Example
White with #D54A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54A8C; }
p { color: rgb(213,74,140); }
H1.HeaderClassName
{
color: #D54A8C;
}
.AnyTagClassName
{
color: #D54A8C;
}
</style>
background-color css
<style>
a { background-color: #D54A8C; }
a { background-color: rgb(213,74,140); }
div.DivClassName
{
background-color: #D54A8C;
}
.BgClassName
{
background-color: #D54A8C;
}
</style>
border-color css
<style>
span { border-color: #D54A8C; }
span { border-color: rgb(213,74,140); }
td.TdClassName
{
border-color: #D54A8C;
}
.TagClassName
{
border-color: #D54A8C;
}
</style>