Shades of Mulberry #D54895
Tints of Mulberry #D54895
RGB
CMYK
RGB Variations
Color information
#D54895 (or 0xD54895) is known color: Mulberry. HEX triplet: D5, 48 and 95. RGB value is (213,72,149). Sum of RGB (Red+Green+Blue) = 213+72+149=434 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.08% from 434); Green value is 72 (28.52% from 255 or 16.59% from 434); Blue value is 149 (58.59% from 255 or 34.33% from 434); Max value from RGB is 213 - color contains mainly: red. Hex color #D54895 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54895 is #2AB76A. Grayscale: #7A7A7A. Windows color (decimal): -2799467 or 9783509. OLE color: 9783509.
HSL color Cylindrical-coordinate representation of color #D54895: hue angle of 327.23º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D54895 is Cyan = 0, Magento = 0.66, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 72 | 149 | - |
| CMYK | 0 | 0.66 | 0.30 | 0.16 |
| HSL | 327.23º | 0.63% | 0.56% | - |
| HSV(B) | 327.23º | 0.66% | 0.84% | - |
| XYZ | 35.18 | 20.95 | 30.62 | - |
| YUV | 122.94 | 142.71 | 192.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 72 | 149 | 0 | 0.66 | 0.30 | 0.16 | 327.23 | 0.63 | 0.56 |
| Hex | D5 | 48 | 95 | 0 | 42 | 1E | 10 | 147 | 3F | 38 |
| Octal | 325 | 110 | 225 | 0 | 102 | 36 | 20 | 507 | 77 | 70 |
| Binary | 11010101 | 1001000 | 10010101 | 0 | 1000010 | 11110 | 10000 | 101000111 | 111111 | 111000 |
Color Harmonies of #D54895
Complementary color
Monochromatic Colors of #D54895
Black with #D54895
Text Example
Text Example
White with #D54895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54895; }
p { color: rgb(213,72,149); }
H1.HeaderClassName
{
color: #D54895;
}
.AnyTagClassName
{
color: #D54895;
}
</style>
background-color css
<style>
a { background-color: #D54895; }
a { background-color: rgb(213,72,149); }
div.DivClassName
{
background-color: #D54895;
}
.BgClassName
{
background-color: #D54895;
}
</style>
border-color css
<style>
span { border-color: #D54895; }
span { border-color: rgb(213,72,149); }
td.TdClassName
{
border-color: #D54895;
}
.TagClassName
{
border-color: #D54895;
}
</style>