Shades of Mulberry #D4588B
Tints of Mulberry #D4588B
RGB
CMYK
RGB Variations
Color information
#D4588B (or 0xD4588B) is known color: Mulberry. HEX triplet: D4, 58 and 8B. RGB value is (212,88,139). Sum of RGB (Red+Green+Blue) = 212+88+139=439 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.29% from 439); Green value is 88 (34.77% from 255 or 20.05% from 439); Blue value is 139 (54.69% from 255 or 31.66% from 439); Max value from RGB is 212 - color contains mainly: red. Hex color #D4588B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D4588B is #2BA774. Grayscale: #828282. Windows color (decimal): -2860917 or 9132244. OLE color: 9132244.
HSL color Cylindrical-coordinate representation of color #D4588B: hue angle of 335.32º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D4588B is Cyan = 0, Magento = 0.58, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 88 | 139 | - |
| CMYK | 0 | 0.58 | 0.34 | 0.17 |
| HSL | 335.32º | 0.59% | 0.59% | - |
| HSV(B) | 335.32º | 0.58% | 0.83% | - |
| XYZ | 35.3 | 22.84 | 26.97 | - |
| YUV | 130.89 | 132.58 | 185.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 88 | 139 | 0 | 0.58 | 0.34 | 0.17 | 335.32 | 0.59 | 0.59 |
| Hex | D4 | 58 | 8B | 0 | 3A | 22 | 11 | 14F | 3B | 3B |
| Octal | 324 | 130 | 213 | 0 | 72 | 42 | 21 | 517 | 73 | 73 |
| Binary | 11010100 | 1011000 | 10001011 | 0 | 111010 | 100010 | 10001 | 101001111 | 111011 | 111011 |
Color Harmonies of #D4588B
Complementary color
Monochromatic Colors of #D4588B
Black with #D4588B
Text Example
Text Example
White with #D4588B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4588B; }
p { color: rgb(212,88,139); }
H1.HeaderClassName
{
color: #D4588B;
}
.AnyTagClassName
{
color: #D4588B;
}
</style>
background-color css
<style>
a { background-color: #D4588B; }
a { background-color: rgb(212,88,139); }
div.DivClassName
{
background-color: #D4588B;
}
.BgClassName
{
background-color: #D4588B;
}
</style>
border-color css
<style>
span { border-color: #D4588B; }
span { border-color: rgb(212,88,139); }
td.TdClassName
{
border-color: #D4588B;
}
.TagClassName
{
border-color: #D4588B;
}
</style>