Shades of Mulberry #D54793
Tints of Mulberry #D54793
RGB
CMYK
RGB Variations
Color information
#D54793 (or 0xD54793) is known color: Mulberry. HEX triplet: D5, 47 and 93. RGB value is (213,71,147). Sum of RGB (Red+Green+Blue) = 213+71+147=431 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.42% from 431); Green value is 71 (28.12% from 255 or 16.47% from 431); Blue value is 147 (57.81% from 255 or 34.11% from 431); Max value from RGB is 213 - color contains mainly: red. Hex color #D54793 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54793 is #2AB86C. Grayscale: #797979. Windows color (decimal): -2799725 or 9652181. OLE color: 9652181.
HSL color Cylindrical-coordinate representation of color #D54793: hue angle of 327.89º 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 #D54793 is Cyan = 0, Magento = 0.67, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 71 | 147 | - |
| CMYK | 0 | 0.67 | 0.31 | 0.16 |
| HSL | 327.89º | 0.63% | 0.56% | - |
| HSV(B) | 327.89º | 0.67% | 0.84% | - |
| XYZ | 34.96 | 20.76 | 29.77 | - |
| YUV | 122.12 | 142.04 | 192.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 71 | 147 | 0 | 0.67 | 0.31 | 0.16 | 327.89 | 0.63 | 0.56 |
| Hex | D5 | 47 | 93 | 0 | 43 | 1F | 10 | 148 | 3F | 38 |
| Octal | 325 | 107 | 223 | 0 | 103 | 37 | 20 | 510 | 77 | 70 |
| Binary | 11010101 | 1000111 | 10010011 | 0 | 1000011 | 11111 | 10000 | 101001000 | 111111 | 111000 |
Color Harmonies of #D54793
Complementary color
Monochromatic Colors of #D54793
Black with #D54793
Text Example
Text Example
White with #D54793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54793; }
p { color: rgb(213,71,147); }
H1.HeaderClassName
{
color: #D54793;
}
.AnyTagClassName
{
color: #D54793;
}
</style>
background-color css
<style>
a { background-color: #D54793; }
a { background-color: rgb(213,71,147); }
div.DivClassName
{
background-color: #D54793;
}
.BgClassName
{
background-color: #D54793;
}
</style>
border-color css
<style>
span { border-color: #D54793; }
span { border-color: rgb(213,71,147); }
td.TdClassName
{
border-color: #D54793;
}
.TagClassName
{
border-color: #D54793;
}
</style>