Shades of Mulberry #D5519B
Tints of Mulberry #D5519B
RGB
CMYK
RGB Variations
Color information
#D5519B (or 0xD5519B) is known color: Mulberry. HEX triplet: D5, 51 and 9B. RGB value is (213,81,155). Sum of RGB (Red+Green+Blue) = 213+81+155=449 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.44% from 449); Green value is 81 (32.03% from 255 or 18.04% from 449); Blue value is 155 (60.94% from 255 or 34.52% from 449); Max value from RGB is 213 - color contains mainly: red. Hex color #D5519B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D5519B is #2AAE64. Grayscale: #808080. Windows color (decimal): -2797157 or 10179029. OLE color: 10179029.
HSL color Cylindrical-coordinate representation of color #D5519B: hue angle of 326.36º 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 #D5519B is Cyan = 0, Magento = 0.62, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 81 | 155 | - |
| CMYK | 0 | 0.62 | 0.27 | 0.16 |
| HSL | 326.36º | 0.61% | 0.58% | - |
| HSV(B) | 326.36º | 0.62% | 0.84% | - |
| XYZ | 36.3 | 22.4 | 33.42 | - |
| YUV | 128.9 | 142.73 | 187.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 81 | 155 | 0 | 0.62 | 0.27 | 0.16 | 326.36 | 0.61 | 0.58 |
| Hex | D5 | 51 | 9B | 0 | 3E | 1B | 10 | 146 | 3D | 3A |
| Octal | 325 | 121 | 233 | 0 | 76 | 33 | 20 | 506 | 75 | 72 |
| Binary | 11010101 | 1010001 | 10011011 | 0 | 111110 | 11011 | 10000 | 101000110 | 111101 | 111010 |
Color Harmonies of #D5519B
Complementary color
Monochromatic Colors of #D5519B
Black with #D5519B
Text Example
Text Example
White with #D5519B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5519B; }
p { color: rgb(213,81,155); }
H1.HeaderClassName
{
color: #D5519B;
}
.AnyTagClassName
{
color: #D5519B;
}
</style>
background-color css
<style>
a { background-color: #D5519B; }
a { background-color: rgb(213,81,155); }
div.DivClassName
{
background-color: #D5519B;
}
.BgClassName
{
background-color: #D5519B;
}
</style>
border-color css
<style>
span { border-color: #D5519B; }
span { border-color: rgb(213,81,155); }
td.TdClassName
{
border-color: #D5519B;
}
.TagClassName
{
border-color: #D5519B;
}
</style>