Shades of Mulberry #D4459B
Tints of Mulberry #D4459B
RGB
CMYK
RGB Variations
Color information
#D4459B (or 0xD4459B) is known color: Mulberry. HEX triplet: D4, 45 and 9B. RGB value is (212,69,155). Sum of RGB (Red+Green+Blue) = 212+69+155=436 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.62% from 436); Green value is 69 (27.34% from 255 or 15.83% from 436); Blue value is 155 (60.94% from 255 or 35.55% from 436); Max value from RGB is 212 - color contains mainly: red. Hex color #D4459B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D4459B is #2BBA64. Grayscale: #797979. Windows color (decimal): -2865765 or 10175956. OLE color: 10175956.
HSL color Cylindrical-coordinate representation of color #D4459B: hue angle of 323.92º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D4459B is Cyan = 0, Magento = 0.67, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 69 | 155 | - |
| CMYK | 0 | 0.67 | 0.27 | 0.17 |
| HSL | 323.92º | 0.62% | 0.55% | - |
| HSV(B) | 323.92º | 0.67% | 0.83% | - |
| XYZ | 35.2 | 20.62 | 33.14 | - |
| YUV | 121.56 | 146.88 | 192.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 69 | 155 | 0 | 0.67 | 0.27 | 0.17 | 323.92 | 0.62 | 0.55 |
| Hex | D4 | 45 | 9B | 0 | 43 | 1B | 11 | 144 | 3E | 37 |
| Octal | 324 | 105 | 233 | 0 | 103 | 33 | 21 | 504 | 76 | 67 |
| Binary | 11010100 | 1000101 | 10011011 | 0 | 1000011 | 11011 | 10001 | 101000100 | 111110 | 110111 |
Color Harmonies of #D4459B
Complementary color
Monochromatic Colors of #D4459B
Black with #D4459B
Text Example
Text Example
White with #D4459B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4459B; }
p { color: rgb(212,69,155); }
H1.HeaderClassName
{
color: #D4459B;
}
.AnyTagClassName
{
color: #D4459B;
}
</style>
background-color css
<style>
a { background-color: #D4459B; }
a { background-color: rgb(212,69,155); }
div.DivClassName
{
background-color: #D4459B;
}
.BgClassName
{
background-color: #D4459B;
}
</style>
border-color css
<style>
span { border-color: #D4459B; }
span { border-color: rgb(212,69,155); }
td.TdClassName
{
border-color: #D4459B;
}
.TagClassName
{
border-color: #D4459B;
}
</style>