Shades of Mulberry #D55892
Tints of Mulberry #D55892
RGB
CMYK
RGB Variations
Color information
#D55892 (or 0xD55892) is known color: Mulberry. HEX triplet: D5, 58 and 92. RGB value is (213,88,146). Sum of RGB (Red+Green+Blue) = 213+88+146=447 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.65% from 447); Green value is 88 (34.77% from 255 or 19.69% from 447); Blue value is 146 (57.42% from 255 or 32.66% from 447); Max value from RGB is 213 - color contains mainly: red. Hex color #D55892 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55892 is #2AA76D. Grayscale: #838383. Windows color (decimal): -2795374 or 9590997. OLE color: 9590997.
HSL color Cylindrical-coordinate representation of color #D55892: hue angle of 332.16º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D55892 is Cyan = 0, Magento = 0.59, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 88 | 146 | - |
| CMYK | 0 | 0.59 | 0.31 | 0.16 |
| HSL | 332.16º | 0.6% | 0.59% | - |
| HSV(B) | 332.16º | 0.59% | 0.84% | - |
| XYZ | 36.12 | 23.2 | 29.77 | - |
| YUV | 131.99 | 135.91 | 185.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 88 | 146 | 0 | 0.59 | 0.31 | 0.16 | 332.16 | 0.6 | 0.59 |
| Hex | D5 | 58 | 92 | 0 | 3B | 1F | 10 | 14C | 3C | 3B |
| Octal | 325 | 130 | 222 | 0 | 73 | 37 | 20 | 514 | 74 | 73 |
| Binary | 11010101 | 1011000 | 10010010 | 0 | 111011 | 11111 | 10000 | 101001100 | 111100 | 111011 |
Color Harmonies of #D55892
Complementary color
Monochromatic Colors of #D55892
Black with #D55892
Text Example
Text Example
White with #D55892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55892; }
p { color: rgb(213,88,146); }
H1.HeaderClassName
{
color: #D55892;
}
.AnyTagClassName
{
color: #D55892;
}
</style>
background-color css
<style>
a { background-color: #D55892; }
a { background-color: rgb(213,88,146); }
div.DivClassName
{
background-color: #D55892;
}
.BgClassName
{
background-color: #D55892;
}
</style>
border-color css
<style>
span { border-color: #D55892; }
span { border-color: rgb(213,88,146); }
td.TdClassName
{
border-color: #D55892;
}
.TagClassName
{
border-color: #D55892;
}
</style>