Shades of Mulberry #D5409F
Tints of Mulberry #D5409F
RGB
CMYK
RGB Variations
Color information
#D5409F (or 0xD5409F) is known color: Mulberry. HEX triplet: D5, 40 and 9F. RGB value is (213,64,159). Sum of RGB (Red+Green+Blue) = 213+64+159=436 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.85% from 436); Green value is 64 (25.39% from 255 or 14.68% from 436); Blue value is 159 (62.5% from 255 or 36.47% from 436); Max value from RGB is 213 - color contains mainly: red. Hex color #D5409F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5409F is #2ABF60. Grayscale: #777777. Windows color (decimal): -2801505 or 10436821. OLE color: 10436821.
HSL color Cylindrical-coordinate representation of color #D5409F: hue angle of 321.74º 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 #D5409F is Cyan = 0, Magento = 0.70, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 64 | 159 | - |
| CMYK | 0 | 0.70 | 0.25 | 0.16 |
| HSL | 321.75º | 0.64% | 0.54% | - |
| HSV(B) | 321.75º | 0.7% | 0.84% | - |
| XYZ | 35.53 | 20.32 | 34.85 | - |
| YUV | 119.38 | 150.36 | 194.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 64 | 159 | 0 | 0.70 | 0.25 | 0.16 | 321.75 | 0.64 | 0.54 |
| Hex | D5 | 40 | 9F | 0 | 46 | 19 | 10 | 142 | 40 | 36 |
| Octal | 325 | 100 | 237 | 0 | 106 | 31 | 20 | 502 | 100 | 66 |
| Binary | 11010101 | 1000000 | 10011111 | 0 | 1000110 | 11001 | 10000 | 101000010 | 1000000 | 110110 |
Color Harmonies of #D5409F
Complementary color
Monochromatic Colors of #D5409F
Black with #D5409F
Text Example
Text Example
White with #D5409F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5409F; }
p { color: rgb(213,64,159); }
H1.HeaderClassName
{
color: #D5409F;
}
.AnyTagClassName
{
color: #D5409F;
}
</style>
background-color css
<style>
a { background-color: #D5409F; }
a { background-color: rgb(213,64,159); }
div.DivClassName
{
background-color: #D5409F;
}
.BgClassName
{
background-color: #D5409F;
}
</style>
border-color css
<style>
span { border-color: #D5409F; }
span { border-color: rgb(213,64,159); }
td.TdClassName
{
border-color: #D5409F;
}
.TagClassName
{
border-color: #D5409F;
}
</style>