Shades of Mulberry #D5449A
Tints of Mulberry #D5449A
RGB
CMYK
RGB Variations
Color information
#D5449A (or 0xD5449A) is known color: Mulberry. HEX triplet: D5, 44 and 9A. RGB value is (213,68,154). Sum of RGB (Red+Green+Blue) = 213+68+154=435 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.97% from 435); Green value is 68 (26.95% from 255 or 15.63% from 435); Blue value is 154 (60.55% from 255 or 35.40% from 435); Max value from RGB is 213 - color contains mainly: red. Hex color #D5449A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5449A is #2ABB65. Grayscale: #787878. Windows color (decimal): -2800486 or 10110165. OLE color: 10110165.
HSL color Cylindrical-coordinate representation of color #D5449A: hue angle of 324.41º 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 #D5449A is Cyan = 0, Magento = 0.68, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 68 | 154 | - |
| CMYK | 0 | 0.68 | 0.28 | 0.16 |
| HSL | 324.41º | 0.63% | 0.55% | - |
| HSV(B) | 324.41º | 0.68% | 0.84% | - |
| XYZ | 35.34 | 20.61 | 32.69 | - |
| YUV | 121.16 | 146.54 | 193.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 68 | 154 | 0 | 0.68 | 0.28 | 0.16 | 324.41 | 0.63 | 0.55 |
| Hex | D5 | 44 | 9A | 0 | 44 | 1C | 10 | 144 | 3F | 37 |
| Octal | 325 | 104 | 232 | 0 | 104 | 34 | 20 | 504 | 77 | 67 |
| Binary | 11010101 | 1000100 | 10011010 | 0 | 1000100 | 11100 | 10000 | 101000100 | 111111 | 110111 |
Color Harmonies of #D5449A
Complementary color
Monochromatic Colors of #D5449A
Black with #D5449A
Text Example
Text Example
White with #D5449A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5449A; }
p { color: rgb(213,68,154); }
H1.HeaderClassName
{
color: #D5449A;
}
.AnyTagClassName
{
color: #D5449A;
}
</style>
background-color css
<style>
a { background-color: #D5449A; }
a { background-color: rgb(213,68,154); }
div.DivClassName
{
background-color: #D5449A;
}
.BgClassName
{
background-color: #D5449A;
}
</style>
border-color css
<style>
span { border-color: #D5449A; }
span { border-color: rgb(213,68,154); }
td.TdClassName
{
border-color: #D5449A;
}
.TagClassName
{
border-color: #D5449A;
}
</style>