Shades of Mulberry #D4428F
Tints of Mulberry #D4428F
RGB
CMYK
RGB Variations
Color information
#D4428F (or 0xD4428F) is known color: Mulberry. HEX triplet: D4, 42 and 8F. RGB value is (212,66,143). Sum of RGB (Red+Green+Blue) = 212+66+143=421 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.36% from 421); Green value is 66 (26.17% from 255 or 15.68% from 421); Blue value is 143 (56.25% from 255 or 33.97% from 421); Max value from RGB is 212 - color contains mainly: red. Hex color #D4428F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D4428F is #2BBD70. Grayscale: #767676. Windows color (decimal): -2866545 or 9388756. OLE color: 9388756.
HSL color Cylindrical-coordinate representation of color #D4428F: hue angle of 328.36º 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 #D4428F is Cyan = 0, Magento = 0.69, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 66 | 143 | - |
| CMYK | 0 | 0.69 | 0.33 | 0.17 |
| HSL | 328.36º | 0.63% | 0.55% | - |
| HSV(B) | 328.36º | 0.69% | 0.83% | - |
| XYZ | 34.06 | 19.88 | 28.03 | - |
| YUV | 118.43 | 141.87 | 194.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 66 | 143 | 0 | 0.69 | 0.33 | 0.17 | 328.36 | 0.63 | 0.55 |
| Hex | D4 | 42 | 8F | 0 | 45 | 21 | 11 | 148 | 3F | 37 |
| Octal | 324 | 102 | 217 | 0 | 105 | 41 | 21 | 510 | 77 | 67 |
| Binary | 11010100 | 1000010 | 10001111 | 0 | 1000101 | 100001 | 10001 | 101001000 | 111111 | 110111 |
Color Harmonies of #D4428F
Complementary color
Monochromatic Colors of #D4428F
Black with #D4428F
Text Example
Text Example
White with #D4428F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4428F; }
p { color: rgb(212,66,143); }
H1.HeaderClassName
{
color: #D4428F;
}
.AnyTagClassName
{
color: #D4428F;
}
</style>
background-color css
<style>
a { background-color: #D4428F; }
a { background-color: rgb(212,66,143); }
div.DivClassName
{
background-color: #D4428F;
}
.BgClassName
{
background-color: #D4428F;
}
</style>
border-color css
<style>
span { border-color: #D4428F; }
span { border-color: rgb(212,66,143); }
td.TdClassName
{
border-color: #D4428F;
}
.TagClassName
{
border-color: #D4428F;
}
</style>