Shades of Mulberry #D44985
Tints of Mulberry #D44985
RGB
CMYK
RGB Variations
Color information
#D44985 (or 0xD44985) is known color: Mulberry. HEX triplet: D4, 49 and 85. RGB value is (212,73,133). Sum of RGB (Red+Green+Blue) = 212+73+133=418 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.72% from 418); Green value is 73 (28.91% from 255 or 17.46% from 418); Blue value is 133 (52.34% from 255 or 31.82% from 418); Max value from RGB is 212 - color contains mainly: red. Hex color #D44985 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D44985 is #2BB67A. Grayscale: #797979. Windows color (decimal): -2864763 or 8735188. OLE color: 8735188.
HSL color Cylindrical-coordinate representation of color #D44985: hue angle of 334.1º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D44985 is Cyan = 0, Magento = 0.66, Yellow = 0.37 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 73 | 133 | - |
| CMYK | 0 | 0.66 | 0.37 | 0.17 |
| HSL | 334.1º | 0.62% | 0.56% | - |
| HSV(B) | 334.1º | 0.66% | 0.83% | - |
| XYZ | 33.77 | 20.46 | 24.36 | - |
| YUV | 121.4 | 134.55 | 192.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 73 | 133 | 0 | 0.66 | 0.37 | 0.17 | 334.1 | 0.62 | 0.56 |
| Hex | D4 | 49 | 85 | 0 | 42 | 25 | 11 | 14E | 3E | 38 |
| Octal | 324 | 111 | 205 | 0 | 102 | 45 | 21 | 516 | 76 | 70 |
| Binary | 11010100 | 1001001 | 10000101 | 0 | 1000010 | 100101 | 10001 | 101001110 | 111110 | 111000 |
Color Harmonies of #D44985
Complementary color
Monochromatic Colors of #D44985
Black with #D44985
Text Example
Text Example
White with #D44985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44985; }
p { color: rgb(212,73,133); }
H1.HeaderClassName
{
color: #D44985;
}
.AnyTagClassName
{
color: #D44985;
}
</style>
background-color css
<style>
a { background-color: #D44985; }
a { background-color: rgb(212,73,133); }
div.DivClassName
{
background-color: #D44985;
}
.BgClassName
{
background-color: #D44985;
}
</style>
border-color css
<style>
span { border-color: #D44985; }
span { border-color: rgb(212,73,133); }
td.TdClassName
{
border-color: #D44985;
}
.TagClassName
{
border-color: #D44985;
}
</style>