Shades of Mulberry #D45498
Tints of Mulberry #D45498
RGB
CMYK
RGB Variations
Color information
#D45498 (or 0xD45498) is known color: Mulberry. HEX triplet: D4, 54 and 98. RGB value is (212,84,152). Sum of RGB (Red+Green+Blue) = 212+84+152=448 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.32% from 448); Green value is 84 (33.20% from 255 or 18.75% from 448); Blue value is 152 (59.77% from 255 or 33.93% from 448); Max value from RGB is 212 - color contains mainly: red. Hex color #D45498 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D45498 is #2BAB67. Grayscale: #818181. Windows color (decimal): -2861928 or 9983188. OLE color: 9983188.
HSL color Cylindrical-coordinate representation of color #D45498: hue angle of 328.12º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D45498 is Cyan = 0, Magento = 0.60, Yellow = 0.28 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 84 | 152 | - |
| CMYK | 0 | 0.60 | 0.28 | 0.17 |
| HSL | 328.13º | 0.6% | 0.58% | - |
| HSV(B) | 328.13º | 0.6% | 0.83% | - |
| XYZ | 35.99 | 22.6 | 32.17 | - |
| YUV | 130.02 | 140.41 | 186.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 84 | 152 | 0 | 0.60 | 0.28 | 0.17 | 328.13 | 0.6 | 0.58 |
| Hex | D4 | 54 | 98 | 0 | 3C | 1C | 11 | 148 | 3C | 3A |
| Octal | 324 | 124 | 230 | 0 | 74 | 34 | 21 | 510 | 74 | 72 |
| Binary | 11010100 | 1010100 | 10011000 | 0 | 111100 | 11100 | 10001 | 101001000 | 111100 | 111010 |
Color Harmonies of #D45498
Complementary color
Monochromatic Colors of #D45498
Black with #D45498
Text Example
Text Example
White with #D45498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45498; }
p { color: rgb(212,84,152); }
H1.HeaderClassName
{
color: #D45498;
}
.AnyTagClassName
{
color: #D45498;
}
</style>
background-color css
<style>
a { background-color: #D45498; }
a { background-color: rgb(212,84,152); }
div.DivClassName
{
background-color: #D45498;
}
.BgClassName
{
background-color: #D45498;
}
</style>
border-color css
<style>
span { border-color: #D45498; }
span { border-color: rgb(212,84,152); }
td.TdClassName
{
border-color: #D45498;
}
.TagClassName
{
border-color: #D45498;
}
</style>