Shades of Mulberry #D5449F
Tints of Mulberry #D5449F
RGB
CMYK
RGB Variations
Color information
#D5449F (or 0xD5449F) is known color: Mulberry. HEX triplet: D5, 44 and 9F. RGB value is (213,68,159). Sum of RGB (Red+Green+Blue) = 213+68+159=440 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.41% from 440); Green value is 68 (26.95% from 255 or 15.45% from 440); Blue value is 159 (62.5% from 255 or 36.14% from 440); Max value from RGB is 213 - color contains mainly: red. Hex color #D5449F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5449F is #2ABB60. Grayscale: #797979. Windows color (decimal): -2800481 or 10437845. OLE color: 10437845.
HSL color Cylindrical-coordinate representation of color #D5449F: hue angle of 322.34º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D5449F is Cyan = 0, Magento = 0.68, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 68 | 159 | - |
| CMYK | 0 | 0.68 | 0.25 | 0.16 |
| HSL | 322.34º | 0.63% | 0.55% | - |
| HSV(B) | 322.34º | 0.68% | 0.84% | - |
| XYZ | 35.77 | 20.78 | 34.93 | - |
| YUV | 121.73 | 149.04 | 193.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 68 | 159 | 0 | 0.68 | 0.25 | 0.16 | 322.34 | 0.63 | 0.55 |
| Hex | D5 | 44 | 9F | 0 | 44 | 19 | 10 | 142 | 3F | 37 |
| Octal | 325 | 104 | 237 | 0 | 104 | 31 | 20 | 502 | 77 | 67 |
| Binary | 11010101 | 1000100 | 10011111 | 0 | 1000100 | 11001 | 10000 | 101000010 | 111111 | 110111 |
Color Harmonies of #D5449F
Complementary color
Monochromatic Colors of #D5449F
Black with #D5449F
Text Example
Text Example
White with #D5449F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5449F; }
p { color: rgb(213,68,159); }
H1.HeaderClassName
{
color: #D5449F;
}
.AnyTagClassName
{
color: #D5449F;
}
</style>
background-color css
<style>
a { background-color: #D5449F; }
a { background-color: rgb(213,68,159); }
div.DivClassName
{
background-color: #D5449F;
}
.BgClassName
{
background-color: #D5449F;
}
</style>
border-color css
<style>
span { border-color: #D5449F; }
span { border-color: rgb(213,68,159); }
td.TdClassName
{
border-color: #D5449F;
}
.TagClassName
{
border-color: #D5449F;
}
</style>