Shades of Mulberry #D4438D
Tints of Mulberry #D4438D
RGB
CMYK
RGB Variations
Color information
#D4438D (or 0xD4438D) is known color: Mulberry. HEX triplet: D4, 43 and 8D. RGB value is (212,67,141). Sum of RGB (Red+Green+Blue) = 212+67+141=420 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.48% from 420); Green value is 67 (26.56% from 255 or 15.95% from 420); Blue value is 141 (55.47% from 255 or 33.57% from 420); Max value from RGB is 212 - color contains mainly: red. Hex color #D4438D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D4438D is #2BBC72. Grayscale: #767676. Windows color (decimal): -2866291 or 9257940. OLE color: 9257940.
HSL color Cylindrical-coordinate representation of color #D4438D: hue angle of 329.38º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D4438D is Cyan = 0, Magento = 0.68, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 67 | 141 | - |
| CMYK | 0 | 0.68 | 0.33 | 0.17 |
| HSL | 329.38º | 0.63% | 0.55% | - |
| HSV(B) | 329.38º | 0.68% | 0.83% | - |
| XYZ | 33.97 | 19.93 | 27.26 | - |
| YUV | 118.79 | 140.54 | 194.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 67 | 141 | 0 | 0.68 | 0.33 | 0.17 | 329.38 | 0.63 | 0.55 |
| Hex | D4 | 43 | 8D | 0 | 44 | 21 | 11 | 149 | 3F | 37 |
| Octal | 324 | 103 | 215 | 0 | 104 | 41 | 21 | 511 | 77 | 67 |
| Binary | 11010100 | 1000011 | 10001101 | 0 | 1000100 | 100001 | 10001 | 101001001 | 111111 | 110111 |
Color Harmonies of #D4438D
Complementary color
Monochromatic Colors of #D4438D
Black with #D4438D
Text Example
Text Example
White with #D4438D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4438D; }
p { color: rgb(212,67,141); }
H1.HeaderClassName
{
color: #D4438D;
}
.AnyTagClassName
{
color: #D4438D;
}
</style>
background-color css
<style>
a { background-color: #D4438D; }
a { background-color: rgb(212,67,141); }
div.DivClassName
{
background-color: #D4438D;
}
.BgClassName
{
background-color: #D4438D;
}
</style>
border-color css
<style>
span { border-color: #D4438D; }
span { border-color: rgb(212,67,141); }
td.TdClassName
{
border-color: #D4438D;
}
.TagClassName
{
border-color: #D4438D;
}
</style>