Shades of Mulberry #D54B9A
Tints of Mulberry #D54B9A
RGB
CMYK
RGB Variations
Color information
#D54B9A (or 0xD54B9A) is known color: Mulberry. HEX triplet: D5, 4B and 9A. RGB value is (213,75,154). Sum of RGB (Red+Green+Blue) = 213+75+154=442 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.19% from 442); Green value is 75 (29.69% from 255 or 16.97% from 442); Blue value is 154 (60.55% from 255 or 34.84% from 442); Max value from RGB is 213 - color contains mainly: red. Hex color #D54B9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54B9A is #2AB465. Grayscale: #7D7D7D. Windows color (decimal): -2798694 or 10111957. OLE color: 10111957.
HSL color Cylindrical-coordinate representation of color #D54B9A: hue angle of 325.65º 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 #D54B9A is Cyan = 0, Magento = 0.65, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 75 | 154 | - |
| CMYK | 0 | 0.65 | 0.28 | 0.16 |
| HSL | 325.65º | 0.62% | 0.56% | - |
| HSV(B) | 325.65º | 0.65% | 0.84% | - |
| XYZ | 35.79 | 21.51 | 32.84 | - |
| YUV | 125.27 | 144.22 | 190.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 75 | 154 | 0 | 0.65 | 0.28 | 0.16 | 325.65 | 0.62 | 0.56 |
| Hex | D5 | 4B | 9A | 0 | 41 | 1C | 10 | 146 | 3E | 38 |
| Octal | 325 | 113 | 232 | 0 | 101 | 34 | 20 | 506 | 76 | 70 |
| Binary | 11010101 | 1001011 | 10011010 | 0 | 1000001 | 11100 | 10000 | 101000110 | 111110 | 111000 |
Color Harmonies of #D54B9A
Complementary color
Monochromatic Colors of #D54B9A
Black with #D54B9A
Text Example
Text Example
White with #D54B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54B9A; }
p { color: rgb(213,75,154); }
H1.HeaderClassName
{
color: #D54B9A;
}
.AnyTagClassName
{
color: #D54B9A;
}
</style>
background-color css
<style>
a { background-color: #D54B9A; }
a { background-color: rgb(213,75,154); }
div.DivClassName
{
background-color: #D54B9A;
}
.BgClassName
{
background-color: #D54B9A;
}
</style>
border-color css
<style>
span { border-color: #D54B9A; }
span { border-color: rgb(213,75,154); }
td.TdClassName
{
border-color: #D54B9A;
}
.TagClassName
{
border-color: #D54B9A;
}
</style>