Shades of Mulberry #D54795
Tints of Mulberry #D54795
RGB
CMYK
RGB Variations
Color information
#D54795 (or 0xD54795) is known color: Mulberry. HEX triplet: D5, 47 and 95. RGB value is (213,71,149). Sum of RGB (Red+Green+Blue) = 213+71+149=433 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.19% from 433); Green value is 71 (28.12% from 255 or 16.40% from 433); Blue value is 149 (58.59% from 255 or 34.41% from 433); Max value from RGB is 213 - color contains mainly: red. Hex color #D54795 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54795 is #2AB86A. Grayscale: #7A7A7A. Windows color (decimal): -2799723 or 9783253. OLE color: 9783253.
HSL color Cylindrical-coordinate representation of color #D54795: hue angle of 327.04º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D54795 is Cyan = 0, Magento = 0.67, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 71 | 149 | - |
| CMYK | 0 | 0.67 | 0.30 | 0.16 |
| HSL | 327.04º | 0.63% | 0.56% | - |
| HSV(B) | 327.04º | 0.67% | 0.84% | - |
| XYZ | 35.12 | 20.82 | 30.6 | - |
| YUV | 122.35 | 143.04 | 192.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 71 | 149 | 0 | 0.67 | 0.30 | 0.16 | 327.04 | 0.63 | 0.56 |
| Hex | D5 | 47 | 95 | 0 | 43 | 1E | 10 | 147 | 3F | 38 |
| Octal | 325 | 107 | 225 | 0 | 103 | 36 | 20 | 507 | 77 | 70 |
| Binary | 11010101 | 1000111 | 10010101 | 0 | 1000011 | 11110 | 10000 | 101000111 | 111111 | 111000 |
Color Harmonies of #D54795
Complementary color
Monochromatic Colors of #D54795
Black with #D54795
Text Example
Text Example
White with #D54795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54795; }
p { color: rgb(213,71,149); }
H1.HeaderClassName
{
color: #D54795;
}
.AnyTagClassName
{
color: #D54795;
}
</style>
background-color css
<style>
a { background-color: #D54795; }
a { background-color: rgb(213,71,149); }
div.DivClassName
{
background-color: #D54795;
}
.BgClassName
{
background-color: #D54795;
}
</style>
border-color css
<style>
span { border-color: #D54795; }
span { border-color: rgb(213,71,149); }
td.TdClassName
{
border-color: #D54795;
}
.TagClassName
{
border-color: #D54795;
}
</style>