Shades of Mulberry #D54D92
Tints of Mulberry #D54D92
RGB
CMYK
RGB Variations
Color information
#D54D92 (or 0xD54D92) is known color: Mulberry. HEX triplet: D5, 4D and 92. RGB value is (213,77,146). Sum of RGB (Red+Green+Blue) = 213+77+146=436 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.85% from 436); Green value is 77 (30.47% from 255 or 17.66% from 436); Blue value is 146 (57.42% from 255 or 33.49% from 436); Max value from RGB is 213 - color contains mainly: red. Hex color #D54D92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D54D92 is #2AB26D. Grayscale: #7D7D7D. Windows color (decimal): -2798190 or 9588181. OLE color: 9588181.
HSL color Cylindrical-coordinate representation of color #D54D92: hue angle of 329.56º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D54D92 is Cyan = 0, Magento = 0.64, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 77 | 146 | - |
| CMYK | 0 | 0.64 | 0.31 | 0.16 |
| HSL | 329.56º | 0.62% | 0.57% | - |
| HSV(B) | 329.56º | 0.64% | 0.84% | - |
| XYZ | 35.28 | 21.53 | 29.49 | - |
| YUV | 125.53 | 139.56 | 190.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 77 | 146 | 0 | 0.64 | 0.31 | 0.16 | 329.56 | 0.62 | 0.57 |
| Hex | D5 | 4D | 92 | 0 | 40 | 1F | 10 | 14A | 3E | 39 |
| Octal | 325 | 115 | 222 | 0 | 100 | 37 | 20 | 512 | 76 | 71 |
| Binary | 11010101 | 1001101 | 10010010 | 0 | 1000000 | 11111 | 10000 | 101001010 | 111110 | 111001 |
Color Harmonies of #D54D92
Complementary color
Monochromatic Colors of #D54D92
Black with #D54D92
Text Example
Text Example
White with #D54D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54D92; }
p { color: rgb(213,77,146); }
H1.HeaderClassName
{
color: #D54D92;
}
.AnyTagClassName
{
color: #D54D92;
}
</style>
background-color css
<style>
a { background-color: #D54D92; }
a { background-color: rgb(213,77,146); }
div.DivClassName
{
background-color: #D54D92;
}
.BgClassName
{
background-color: #D54D92;
}
</style>
border-color css
<style>
span { border-color: #D54D92; }
span { border-color: rgb(213,77,146); }
td.TdClassName
{
border-color: #D54D92;
}
.TagClassName
{
border-color: #D54D92;
}
</style>