Shades of Mulberry #D55297
Tints of Mulberry #D55297
RGB
CMYK
RGB Variations
Color information
#D55297 (or 0xD55297) is known color: Mulberry. HEX triplet: D5, 52 and 97. RGB value is (213,82,151). Sum of RGB (Red+Green+Blue) = 213+82+151=446 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.76% from 446); Green value is 82 (32.42% from 255 or 18.39% from 446); Blue value is 151 (59.38% from 255 or 33.86% from 446); Max value from RGB is 213 - color contains mainly: red. Hex color #D55297 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55297 is #2AAD68. Grayscale: #808080. Windows color (decimal): -2796905 or 9917141. OLE color: 9917141.
HSL color Cylindrical-coordinate representation of color #D55297: hue angle of 328.4º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D55297 is Cyan = 0, Magento = 0.62, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 82 | 151 | - |
| CMYK | 0 | 0.62 | 0.29 | 0.16 |
| HSL | 328.4º | 0.61% | 0.58% | - |
| HSV(B) | 328.4º | 0.62% | 0.84% | - |
| XYZ | 36.04 | 22.42 | 31.7 | - |
| YUV | 129.04 | 140.4 | 187.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 82 | 151 | 0 | 0.62 | 0.29 | 0.16 | 328.4 | 0.61 | 0.58 |
| Hex | D5 | 52 | 97 | 0 | 3E | 1D | 10 | 148 | 3D | 3A |
| Octal | 325 | 122 | 227 | 0 | 76 | 35 | 20 | 510 | 75 | 72 |
| Binary | 11010101 | 1010010 | 10010111 | 0 | 111110 | 11101 | 10000 | 101001000 | 111101 | 111010 |
Color Harmonies of #D55297
Complementary color
Monochromatic Colors of #D55297
Black with #D55297
Text Example
Text Example
White with #D55297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D55297; }
p { color: rgb(213,82,151); }
H1.HeaderClassName
{
color: #D55297;
}
.AnyTagClassName
{
color: #D55297;
}
</style>
background-color css
<style>
a { background-color: #D55297; }
a { background-color: rgb(213,82,151); }
div.DivClassName
{
background-color: #D55297;
}
.BgClassName
{
background-color: #D55297;
}
</style>
border-color css
<style>
span { border-color: #D55297; }
span { border-color: rgb(213,82,151); }
td.TdClassName
{
border-color: #D55297;
}
.TagClassName
{
border-color: #D55297;
}
</style>