Shades of Mulberry #D45088
Tints of Mulberry #D45088
RGB
CMYK
RGB Variations
Color information
#D45088 (or 0xD45088) is known color: Mulberry. HEX triplet: D4, 50 and 88. RGB value is (212,80,136). Sum of RGB (Red+Green+Blue) = 212+80+136=428 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.53% from 428); Green value is 80 (31.64% from 255 or 18.69% from 428); Blue value is 136 (53.52% from 255 or 31.78% from 428); Max value from RGB is 212 - color contains mainly: red. Hex color #D45088 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D45088 is #2BAF77. Grayscale: #7D7D7D. Windows color (decimal): -2862968 or 8933588. OLE color: 8933588.
HSL color Cylindrical-coordinate representation of color #D45088: hue angle of 334.55º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D45088 is Cyan = 0, Magento = 0.62, Yellow = 0.36 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 80 | 136 | - |
| CMYK | 0 | 0.62 | 0.36 | 0.17 |
| HSL | 334.55º | 0.61% | 0.57% | - |
| HSV(B) | 334.55º | 0.62% | 0.83% | - |
| XYZ | 34.46 | 21.51 | 25.63 | - |
| YUV | 125.85 | 133.73 | 189.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 80 | 136 | 0 | 0.62 | 0.36 | 0.17 | 334.55 | 0.61 | 0.57 |
| Hex | D4 | 50 | 88 | 0 | 3E | 24 | 11 | 14F | 3D | 39 |
| Octal | 324 | 120 | 210 | 0 | 76 | 44 | 21 | 517 | 75 | 71 |
| Binary | 11010100 | 1010000 | 10001000 | 0 | 111110 | 100100 | 10001 | 101001111 | 111101 | 111001 |
Color Harmonies of #D45088
Complementary color
Monochromatic Colors of #D45088
Black with #D45088
Text Example
Text Example
White with #D45088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45088; }
p { color: rgb(212,80,136); }
H1.HeaderClassName
{
color: #D45088;
}
.AnyTagClassName
{
color: #D45088;
}
</style>
background-color css
<style>
a { background-color: #D45088; }
a { background-color: rgb(212,80,136); }
div.DivClassName
{
background-color: #D45088;
}
.BgClassName
{
background-color: #D45088;
}
</style>
border-color css
<style>
span { border-color: #D45088; }
span { border-color: rgb(212,80,136); }
td.TdClassName
{
border-color: #D45088;
}
.TagClassName
{
border-color: #D45088;
}
</style>