Shades of Mulberry #D5538B
Tints of Mulberry #D5538B
RGB
CMYK
RGB Variations
Color information
#D5538B (or 0xD5538B) is known color: Mulberry. HEX triplet: D5, 53 and 8B. RGB value is (213,83,139). Sum of RGB (Red+Green+Blue) = 213+83+139=435 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.97% from 435); Green value is 83 (32.81% from 255 or 19.08% from 435); Blue value is 139 (54.69% from 255 or 31.95% from 435); Max value from RGB is 213 - color contains mainly: red. Hex color #D5538B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5538B is #2AAC74. Grayscale: #808080. Windows color (decimal): -2796661 or 9130965. OLE color: 9130965.
HSL color Cylindrical-coordinate representation of color #D5538B: hue angle of 334.15º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D5538B is Cyan = 0, Magento = 0.61, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 83 | 139 | - |
| CMYK | 0 | 0.61 | 0.35 | 0.16 |
| HSL | 334.15º | 0.61% | 0.58% | - |
| HSV(B) | 334.15º | 0.61% | 0.84% | - |
| XYZ | 35.19 | 22.2 | 26.86 | - |
| YUV | 128.25 | 134.07 | 188.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 83 | 139 | 0 | 0.61 | 0.35 | 0.16 | 334.15 | 0.61 | 0.58 |
| Hex | D5 | 53 | 8B | 0 | 3D | 23 | 10 | 14E | 3D | 3A |
| Octal | 325 | 123 | 213 | 0 | 75 | 43 | 20 | 516 | 75 | 72 |
| Binary | 11010101 | 1010011 | 10001011 | 0 | 111101 | 100011 | 10000 | 101001110 | 111101 | 111010 |
Color Harmonies of #D5538B
Complementary color
Monochromatic Colors of #D5538B
Black with #D5538B
Text Example
Text Example
White with #D5538B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5538B; }
p { color: rgb(213,83,139); }
H1.HeaderClassName
{
color: #D5538B;
}
.AnyTagClassName
{
color: #D5538B;
}
</style>
background-color css
<style>
a { background-color: #D5538B; }
a { background-color: rgb(213,83,139); }
div.DivClassName
{
background-color: #D5538B;
}
.BgClassName
{
background-color: #D5538B;
}
</style>
border-color css
<style>
span { border-color: #D5538B; }
span { border-color: rgb(213,83,139); }
td.TdClassName
{
border-color: #D5538B;
}
.TagClassName
{
border-color: #D5538B;
}
</style>