Shades of Mulberry #D45394
Tints of Mulberry #D45394
RGB
CMYK
RGB Variations
Color information
#D45394 (or 0xD45394) is known color: Mulberry. HEX triplet: D4, 53 and 94. RGB value is (212,83,148). Sum of RGB (Red+Green+Blue) = 212+83+148=443 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.86% from 443); Green value is 83 (32.81% from 255 or 18.74% from 443); Blue value is 148 (58.20% from 255 or 33.41% from 443); Max value from RGB is 212 - color contains mainly: red. Hex color #D45394 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D45394 is #2BAC6B. Grayscale: #808080. Windows color (decimal): -2862188 or 9720788. OLE color: 9720788.
HSL color Cylindrical-coordinate representation of color #D45394: hue angle of 329.77º 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 #D45394 is Cyan = 0, Magento = 0.61, Yellow = 0.30 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 83 | 148 | - |
| CMYK | 0 | 0.61 | 0.30 | 0.17 |
| HSL | 329.77º | 0.6% | 0.58% | - |
| HSV(B) | 329.77º | 0.61% | 0.83% | - |
| XYZ | 35.59 | 22.32 | 30.45 | - |
| YUV | 128.98 | 138.74 | 187.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 83 | 148 | 0 | 0.61 | 0.30 | 0.17 | 329.77 | 0.6 | 0.58 |
| Hex | D4 | 53 | 94 | 0 | 3D | 1E | 11 | 14A | 3C | 3A |
| Octal | 324 | 123 | 224 | 0 | 75 | 36 | 21 | 512 | 74 | 72 |
| Binary | 11010100 | 1010011 | 10010100 | 0 | 111101 | 11110 | 10001 | 101001010 | 111100 | 111010 |
Color Harmonies of #D45394
Complementary color
Monochromatic Colors of #D45394
Black with #D45394
Text Example
Text Example
White with #D45394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45394; }
p { color: rgb(212,83,148); }
H1.HeaderClassName
{
color: #D45394;
}
.AnyTagClassName
{
color: #D45394;
}
</style>
background-color css
<style>
a { background-color: #D45394; }
a { background-color: rgb(212,83,148); }
div.DivClassName
{
background-color: #D45394;
}
.BgClassName
{
background-color: #D45394;
}
</style>
border-color css
<style>
span { border-color: #D45394; }
span { border-color: rgb(212,83,148); }
td.TdClassName
{
border-color: #D45394;
}
.TagClassName
{
border-color: #D45394;
}
</style>