Shades of Mulberry #D45798
Tints of Mulberry #D45798
RGB
CMYK
RGB Variations
Color information
#D45798 (or 0xD45798) is known color: Mulberry. HEX triplet: D4, 57 and 98. RGB value is (212,87,152). Sum of RGB (Red+Green+Blue) = 212+87+152=451 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.01% from 451); Green value is 87 (34.38% from 255 or 19.29% from 451); Blue value is 152 (59.77% from 255 or 33.70% from 451); Max value from RGB is 212 - color contains mainly: red. Hex color #D45798 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D45798 is #2BA867. Grayscale: #838383. Windows color (decimal): -2861160 or 9983956. OLE color: 9983956.
HSL color Cylindrical-coordinate representation of color #D45798: hue angle of 328.8º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D45798 is Cyan = 0, Magento = 0.59, Yellow = 0.28 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 87 | 152 | - |
| CMYK | 0 | 0.59 | 0.28 | 0.17 |
| HSL | 328.8º | 0.59% | 0.59% | - |
| HSV(B) | 328.8º | 0.59% | 0.83% | - |
| XYZ | 36.23 | 23.08 | 32.25 | - |
| YUV | 131.79 | 139.41 | 185.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 87 | 152 | 0 | 0.59 | 0.28 | 0.17 | 328.8 | 0.59 | 0.59 |
| Hex | D4 | 57 | 98 | 0 | 3B | 1C | 11 | 149 | 3B | 3B |
| Octal | 324 | 127 | 230 | 0 | 73 | 34 | 21 | 511 | 73 | 73 |
| Binary | 11010100 | 1010111 | 10011000 | 0 | 111011 | 11100 | 10001 | 101001001 | 111011 | 111011 |
Color Harmonies of #D45798
Complementary color
Monochromatic Colors of #D45798
Black with #D45798
Text Example
Text Example
White with #D45798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45798; }
p { color: rgb(212,87,152); }
H1.HeaderClassName
{
color: #D45798;
}
.AnyTagClassName
{
color: #D45798;
}
</style>
background-color css
<style>
a { background-color: #D45798; }
a { background-color: rgb(212,87,152); }
div.DivClassName
{
background-color: #D45798;
}
.BgClassName
{
background-color: #D45798;
}
</style>
border-color css
<style>
span { border-color: #D45798; }
span { border-color: rgb(212,87,152); }
td.TdClassName
{
border-color: #D45798;
}
.TagClassName
{
border-color: #D45798;
}
</style>