Shades of Mulberry #D53F9E
Tints of Mulberry #D53F9E
RGB
CMYK
RGB Variations
Color information
#D53F9E (or 0xD53F9E) is known color: Mulberry. HEX triplet: D5, 3F and 9E. RGB value is (213,63,158). Sum of RGB (Red+Green+Blue) = 213+63+158=434 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.08% from 434); Green value is 63 (25% from 255 or 14.52% from 434); Blue value is 158 (62.11% from 255 or 36.41% from 434); Max value from RGB is 213 - color contains mainly: red. Hex color #D53F9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53F9E is #2AC061. Grayscale: #767676. Windows color (decimal): -2801762 or 10371029. OLE color: 10371029.
HSL color Cylindrical-coordinate representation of color #D53F9E: hue angle of 322º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D53F9E is Cyan = 0, Magento = 0.70, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 63 | 158 | - |
| CMYK | 0 | 0.70 | 0.26 | 0.16 |
| HSL | 322º | 0.64% | 0.54% | - |
| HSV(B) | 322º | 0.7% | 0.84% | - |
| XYZ | 35.39 | 20.17 | 34.38 | - |
| YUV | 118.68 | 150.2 | 195.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 63 | 158 | 0 | 0.70 | 0.26 | 0.16 | 322 | 0.64 | 0.54 |
| Hex | D5 | 3F | 9E | 0 | 46 | 1A | 10 | 142 | 40 | 36 |
| Octal | 325 | 77 | 236 | 0 | 106 | 32 | 20 | 502 | 100 | 66 |
| Binary | 11010101 | 111111 | 10011110 | 0 | 1000110 | 11010 | 10000 | 101000010 | 1000000 | 110110 |
Color Harmonies of #D53F9E
Complementary color
Monochromatic Colors of #D53F9E
Black with #D53F9E
Text Example
Text Example
White with #D53F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53F9E; }
p { color: rgb(213,63,158); }
H1.HeaderClassName
{
color: #D53F9E;
}
.AnyTagClassName
{
color: #D53F9E;
}
</style>
background-color css
<style>
a { background-color: #D53F9E; }
a { background-color: rgb(213,63,158); }
div.DivClassName
{
background-color: #D53F9E;
}
.BgClassName
{
background-color: #D53F9E;
}
</style>
border-color css
<style>
span { border-color: #D53F9E; }
span { border-color: rgb(213,63,158); }
td.TdClassName
{
border-color: #D53F9E;
}
.TagClassName
{
border-color: #D53F9E;
}
</style>