Shades of Mulberry #D5449B
Tints of Mulberry #D5449B
RGB
CMYK
RGB Variations
Color information
#D5449B (or 0xD5449B) is known color: Mulberry. HEX triplet: D5, 44 and 9B. RGB value is (213,68,155). Sum of RGB (Red+Green+Blue) = 213+68+155=436 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.85% from 436); Green value is 68 (26.95% from 255 or 15.60% from 436); Blue value is 155 (60.94% from 255 or 35.55% from 436); Max value from RGB is 213 - color contains mainly: red. Hex color #D5449B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5449B is #2ABB64. Grayscale: #797979. Windows color (decimal): -2800485 or 10175701. OLE color: 10175701.
HSL color Cylindrical-coordinate representation of color #D5449B: hue angle of 324º 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 #D5449B is Cyan = 0, Magento = 0.68, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 68 | 155 | - |
| CMYK | 0 | 0.68 | 0.27 | 0.16 |
| HSL | 324º | 0.63% | 0.55% | - |
| HSV(B) | 324º | 0.68% | 0.84% | - |
| XYZ | 35.42 | 20.65 | 33.13 | - |
| YUV | 121.27 | 147.04 | 193.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 68 | 155 | 0 | 0.68 | 0.27 | 0.16 | 324 | 0.63 | 0.55 |
| Hex | D5 | 44 | 9B | 0 | 44 | 1B | 10 | 144 | 3F | 37 |
| Octal | 325 | 104 | 233 | 0 | 104 | 33 | 20 | 504 | 77 | 67 |
| Binary | 11010101 | 1000100 | 10011011 | 0 | 1000100 | 11011 | 10000 | 101000100 | 111111 | 110111 |
Color Harmonies of #D5449B
Complementary color
Monochromatic Colors of #D5449B
Black with #D5449B
Text Example
Text Example
White with #D5449B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5449B; }
p { color: rgb(213,68,155); }
H1.HeaderClassName
{
color: #D5449B;
}
.AnyTagClassName
{
color: #D5449B;
}
</style>
background-color css
<style>
a { background-color: #D5449B; }
a { background-color: rgb(213,68,155); }
div.DivClassName
{
background-color: #D5449B;
}
.BgClassName
{
background-color: #D5449B;
}
</style>
border-color css
<style>
span { border-color: #D5449B; }
span { border-color: rgb(213,68,155); }
td.TdClassName
{
border-color: #D5449B;
}
.TagClassName
{
border-color: #D5449B;
}
</style>