Shades of Mulberry #D45289
Tints of Mulberry #D45289
RGB
CMYK
RGB Variations
Color information
#D45289 (or 0xD45289) is known color: Mulberry. HEX triplet: D4, 52 and 89. RGB value is (212,82,137). Sum of RGB (Red+Green+Blue) = 212+82+137=431 (57% of max value = 765). Red value is 212 (83.20% from 255 or 49.19% from 431); Green value is 82 (32.42% from 255 or 19.03% from 431); Blue value is 137 (53.91% from 255 or 31.79% from 431); Max value from RGB is 212 - color contains mainly: red. Hex color #D45289 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D45289 is #2BAD76. Grayscale: #7F7F7F. Windows color (decimal): -2862455 or 8999636. OLE color: 8999636.
HSL color Cylindrical-coordinate representation of color #D45289: hue angle of 334.62º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D45289 is Cyan = 0, Magento = 0.61, Yellow = 0.35 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 82 | 137 | - |
| CMYK | 0 | 0.61 | 0.35 | 0.17 |
| HSL | 334.62º | 0.6% | 0.58% | - |
| HSV(B) | 334.62º | 0.61% | 0.83% | - |
| XYZ | 34.68 | 21.84 | 26.05 | - |
| YUV | 127.14 | 133.57 | 188.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 82 | 137 | 0 | 0.61 | 0.35 | 0.17 | 334.62 | 0.6 | 0.58 |
| Hex | D4 | 52 | 89 | 0 | 3D | 23 | 11 | 14F | 3C | 3A |
| Octal | 324 | 122 | 211 | 0 | 75 | 43 | 21 | 517 | 74 | 72 |
| Binary | 11010100 | 1010010 | 10001001 | 0 | 111101 | 100011 | 10001 | 101001111 | 111100 | 111010 |
Color Harmonies of #D45289
Complementary color
Monochromatic Colors of #D45289
Black with #D45289
Text Example
Text Example
White with #D45289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45289; }
p { color: rgb(212,82,137); }
H1.HeaderClassName
{
color: #D45289;
}
.AnyTagClassName
{
color: #D45289;
}
</style>
background-color css
<style>
a { background-color: #D45289; }
a { background-color: rgb(212,82,137); }
div.DivClassName
{
background-color: #D45289;
}
.BgClassName
{
background-color: #D45289;
}
</style>
border-color css
<style>
span { border-color: #D45289; }
span { border-color: rgb(212,82,137); }
td.TdClassName
{
border-color: #D45289;
}
.TagClassName
{
border-color: #D45289;
}
</style>