Shades of Mulberry #D4438C
Tints of Mulberry #D4438C
RGB
CMYK
RGB Variations
Color information
#D4438C (or 0xD4438C) is known color: Mulberry. HEX triplet: D4, 43 and 8C. RGB value is (212,67,140). Sum of RGB (Red+Green+Blue) = 212+67+140=419 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.60% from 419); Green value is 67 (26.56% from 255 or 15.99% from 419); Blue value is 140 (55.08% from 255 or 33.41% from 419); Max value from RGB is 212 - color contains mainly: red. Hex color #D4438C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D4438C is #2BBC73. Grayscale: #767676. Windows color (decimal): -2866292 or 9192404. OLE color: 9192404.
HSL color Cylindrical-coordinate representation of color #D4438C: hue angle of 329.79º 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 #D4438C is Cyan = 0, Magento = 0.68, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 67 | 140 | - |
| CMYK | 0 | 0.68 | 0.34 | 0.17 |
| HSL | 329.79º | 0.63% | 0.55% | - |
| HSV(B) | 329.79º | 0.68% | 0.83% | - |
| XYZ | 33.89 | 19.9 | 26.87 | - |
| YUV | 118.68 | 140.04 | 194.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 67 | 140 | 0 | 0.68 | 0.34 | 0.17 | 329.79 | 0.63 | 0.55 |
| Hex | D4 | 43 | 8C | 0 | 44 | 22 | 11 | 14A | 3F | 37 |
| Octal | 324 | 103 | 214 | 0 | 104 | 42 | 21 | 512 | 77 | 67 |
| Binary | 11010100 | 1000011 | 10001100 | 0 | 1000100 | 100010 | 10001 | 101001010 | 111111 | 110111 |
Color Harmonies of #D4438C
Complementary color
Monochromatic Colors of #D4438C
Black with #D4438C
Text Example
Text Example
White with #D4438C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4438C; }
p { color: rgb(212,67,140); }
H1.HeaderClassName
{
color: #D4438C;
}
.AnyTagClassName
{
color: #D4438C;
}
</style>
background-color css
<style>
a { background-color: #D4438C; }
a { background-color: rgb(212,67,140); }
div.DivClassName
{
background-color: #D4438C;
}
.BgClassName
{
background-color: #D4438C;
}
</style>
border-color css
<style>
span { border-color: #D4438C; }
span { border-color: rgb(212,67,140); }
td.TdClassName
{
border-color: #D4438C;
}
.TagClassName
{
border-color: #D4438C;
}
</style>