Shades of Mulberry #D54B9D
Tints of Mulberry #D54B9D
RGB
CMYK
RGB Variations
Color information
#D54B9D (or 0xD54B9D) is known color: Mulberry. HEX triplet: D5, 4B and 9D. RGB value is (213,75,157). Sum of RGB (Red+Green+Blue) = 213+75+157=445 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.87% from 445); Green value is 75 (29.69% from 255 or 16.85% from 445); Blue value is 157 (61.72% from 255 or 35.28% from 445); Max value from RGB is 213 - color contains mainly: red. Hex color #D54B9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54B9D is #2AB462. Grayscale: #7D7D7D. Windows color (decimal): -2798691 or 10308565. OLE color: 10308565.
HSL color Cylindrical-coordinate representation of color #D54B9D: hue angle of 324.35º 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 #D54B9D is Cyan = 0, Magento = 0.65, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 75 | 157 | - |
| CMYK | 0 | 0.65 | 0.26 | 0.16 |
| HSL | 324.35º | 0.62% | 0.56% | - |
| HSV(B) | 324.35º | 0.65% | 0.84% | - |
| XYZ | 36.04 | 21.61 | 34.17 | - |
| YUV | 125.61 | 145.72 | 190.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 75 | 157 | 0 | 0.65 | 0.26 | 0.16 | 324.35 | 0.62 | 0.56 |
| Hex | D5 | 4B | 9D | 0 | 41 | 1A | 10 | 144 | 3E | 38 |
| Octal | 325 | 113 | 235 | 0 | 101 | 32 | 20 | 504 | 76 | 70 |
| Binary | 11010101 | 1001011 | 10011101 | 0 | 1000001 | 11010 | 10000 | 101000100 | 111110 | 111000 |
Color Harmonies of #D54B9D
Complementary color
Monochromatic Colors of #D54B9D
Black with #D54B9D
Text Example
Text Example
White with #D54B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54B9D; }
p { color: rgb(213,75,157); }
H1.HeaderClassName
{
color: #D54B9D;
}
.AnyTagClassName
{
color: #D54B9D;
}
</style>
background-color css
<style>
a { background-color: #D54B9D; }
a { background-color: rgb(213,75,157); }
div.DivClassName
{
background-color: #D54B9D;
}
.BgClassName
{
background-color: #D54B9D;
}
</style>
border-color css
<style>
span { border-color: #D54B9D; }
span { border-color: rgb(213,75,157); }
td.TdClassName
{
border-color: #D54B9D;
}
.TagClassName
{
border-color: #D54B9D;
}
</style>