Shades of Mulberry #D4429B
Tints of Mulberry #D4429B
RGB
CMYK
RGB Variations
Color information
#D4429B (or 0xD4429B) is known color: Mulberry. HEX triplet: D4, 42 and 9B. RGB value is (212,66,155). Sum of RGB (Red+Green+Blue) = 212+66+155=433 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.96% from 433); Green value is 66 (26.17% from 255 or 15.24% from 433); Blue value is 155 (60.94% from 255 or 35.80% from 433); Max value from RGB is 212 - color contains mainly: red. Hex color #D4429B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D4429B is #2BBD64. Grayscale: #777777. Windows color (decimal): -2866533 or 10175188. OLE color: 10175188.
HSL color Cylindrical-coordinate representation of color #D4429B: hue angle of 323.42º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D4429B is Cyan = 0, Magento = 0.69, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 66 | 155 | - |
| CMYK | 0 | 0.69 | 0.27 | 0.17 |
| HSL | 323.42º | 0.63% | 0.55% | - |
| HSV(B) | 323.42º | 0.69% | 0.83% | - |
| XYZ | 35.02 | 20.26 | 33.08 | - |
| YUV | 119.8 | 147.87 | 193.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 66 | 155 | 0 | 0.69 | 0.27 | 0.17 | 323.42 | 0.63 | 0.55 |
| Hex | D4 | 42 | 9B | 0 | 45 | 1B | 11 | 143 | 3F | 37 |
| Octal | 324 | 102 | 233 | 0 | 105 | 33 | 21 | 503 | 77 | 67 |
| Binary | 11010100 | 1000010 | 10011011 | 0 | 1000101 | 11011 | 10001 | 101000011 | 111111 | 110111 |
Color Harmonies of #D4429B
Complementary color
Monochromatic Colors of #D4429B
Black with #D4429B
Text Example
Text Example
White with #D4429B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4429B; }
p { color: rgb(212,66,155); }
H1.HeaderClassName
{
color: #D4429B;
}
.AnyTagClassName
{
color: #D4429B;
}
</style>
background-color css
<style>
a { background-color: #D4429B; }
a { background-color: rgb(212,66,155); }
div.DivClassName
{
background-color: #D4429B;
}
.BgClassName
{
background-color: #D4429B;
}
</style>
border-color css
<style>
span { border-color: #D4429B; }
span { border-color: rgb(212,66,155); }
td.TdClassName
{
border-color: #D4429B;
}
.TagClassName
{
border-color: #D4429B;
}
</style>