Shades of Mulberry #D54A8B
Tints of Mulberry #D54A8B
RGB
CMYK
RGB Variations
Color information
#D54A8B (or 0xD54A8B) is known color: Mulberry. HEX triplet: D5, 4A and 8B. RGB value is (213,74,139). Sum of RGB (Red+Green+Blue) = 213+74+139=426 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50% from 426); Green value is 74 (29.30% from 255 or 17.37% from 426); Blue value is 139 (54.69% from 255 or 32.63% from 426); Max value from RGB is 213 - color contains mainly: red. Hex color #D54A8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54A8B is #2AB574. Grayscale: #7A7A7A. Windows color (decimal): -2798965 or 9128661. OLE color: 9128661.
HSL color Cylindrical-coordinate representation of color #D54A8B: hue angle of 331.94º 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 #D54A8B is Cyan = 0, Magento = 0.65, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 74 | 139 | - |
| CMYK | 0 | 0.65 | 0.35 | 0.16 |
| HSL | 331.94º | 0.62% | 0.56% | - |
| HSV(B) | 331.94º | 0.65% | 0.84% | - |
| XYZ | 34.55 | 20.91 | 26.64 | - |
| YUV | 122.97 | 137.05 | 192.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 74 | 139 | 0 | 0.65 | 0.35 | 0.16 | 331.94 | 0.62 | 0.56 |
| Hex | D5 | 4A | 8B | 0 | 41 | 23 | 10 | 14C | 3E | 38 |
| Octal | 325 | 112 | 213 | 0 | 101 | 43 | 20 | 514 | 76 | 70 |
| Binary | 11010101 | 1001010 | 10001011 | 0 | 1000001 | 100011 | 10000 | 101001100 | 111110 | 111000 |
Color Harmonies of #D54A8B
Complementary color
Monochromatic Colors of #D54A8B
Black with #D54A8B
Text Example
Text Example
White with #D54A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54A8B; }
p { color: rgb(213,74,139); }
H1.HeaderClassName
{
color: #D54A8B;
}
.AnyTagClassName
{
color: #D54A8B;
}
</style>
background-color css
<style>
a { background-color: #D54A8B; }
a { background-color: rgb(213,74,139); }
div.DivClassName
{
background-color: #D54A8B;
}
.BgClassName
{
background-color: #D54A8B;
}
</style>
border-color css
<style>
span { border-color: #D54A8B; }
span { border-color: rgb(213,74,139); }
td.TdClassName
{
border-color: #D54A8B;
}
.TagClassName
{
border-color: #D54A8B;
}
</style>