Shades of Mulberry #D55792
Tints of Mulberry #D55792
RGB
CMYK
RGB Variations
Color information
#D55792 (or 0xD55792) is known color: Mulberry. HEX triplet: D5, 57 and 92. RGB value is (213,87,146). Sum of RGB (Red+Green+Blue) = 213+87+146=446 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.76% from 446); Green value is 87 (34.38% from 255 or 19.51% from 446); Blue value is 146 (57.42% from 255 or 32.74% from 446); Max value from RGB is 213 - color contains mainly: red. Hex color #D55792 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55792 is #2AA86D. Grayscale: #838383. Windows color (decimal): -2795630 or 9590741. OLE color: 9590741.
HSL color Cylindrical-coordinate representation of color #D55792: hue angle of 331.9º 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 #D55792 is Cyan = 0, Magento = 0.59, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 87 | 146 | - |
| CMYK | 0 | 0.59 | 0.31 | 0.16 |
| HSL | 331.9º | 0.6% | 0.59% | - |
| HSV(B) | 331.9º | 0.59% | 0.84% | - |
| XYZ | 36.04 | 23.04 | 29.74 | - |
| YUV | 131.4 | 136.24 | 186.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 87 | 146 | 0 | 0.59 | 0.31 | 0.16 | 331.9 | 0.6 | 0.59 |
| Hex | D5 | 57 | 92 | 0 | 3B | 1F | 10 | 14C | 3C | 3B |
| Octal | 325 | 127 | 222 | 0 | 73 | 37 | 20 | 514 | 74 | 73 |
| Binary | 11010101 | 1010111 | 10010010 | 0 | 111011 | 11111 | 10000 | 101001100 | 111100 | 111011 |
Color Harmonies of #D55792
Complementary color
Monochromatic Colors of #D55792
Black with #D55792
Text Example
Text Example
White with #D55792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55792; }
p { color: rgb(213,87,146); }
H1.HeaderClassName
{
color: #D55792;
}
.AnyTagClassName
{
color: #D55792;
}
</style>
background-color css
<style>
a { background-color: #D55792; }
a { background-color: rgb(213,87,146); }
div.DivClassName
{
background-color: #D55792;
}
.BgClassName
{
background-color: #D55792;
}
</style>
border-color css
<style>
span { border-color: #D55792; }
span { border-color: rgb(213,87,146); }
td.TdClassName
{
border-color: #D55792;
}
.TagClassName
{
border-color: #D55792;
}
</style>