Shades of Mulberry #D44296
Tints of Mulberry #D44296
RGB
CMYK
RGB Variations
Color information
#D44296 (or 0xD44296) is known color: Mulberry. HEX triplet: D4, 42 and 96. RGB value is (212,66,150). Sum of RGB (Red+Green+Blue) = 212+66+150=428 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.53% from 428); Green value is 66 (26.17% from 255 or 15.42% from 428); Blue value is 150 (58.98% from 255 or 35.05% from 428); Max value from RGB is 212 - color contains mainly: red. Hex color #D44296 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D44296 is #2BBD69. Grayscale: #777777. Windows color (decimal): -2866538 or 9847508. OLE color: 9847508.
HSL color Cylindrical-coordinate representation of color #D44296: hue angle of 325.48º 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 #D44296 is Cyan = 0, Magento = 0.69, Yellow = 0.29 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 66 | 150 | - |
| CMYK | 0 | 0.69 | 0.29 | 0.17 |
| HSL | 325.48º | 0.63% | 0.55% | - |
| HSV(B) | 325.48º | 0.69% | 0.83% | - |
| XYZ | 34.6 | 20.1 | 30.91 | - |
| YUV | 119.23 | 145.37 | 194.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 66 | 150 | 0 | 0.69 | 0.29 | 0.17 | 325.48 | 0.63 | 0.55 |
| Hex | D4 | 42 | 96 | 0 | 45 | 1D | 11 | 145 | 3F | 37 |
| Octal | 324 | 102 | 226 | 0 | 105 | 35 | 21 | 505 | 77 | 67 |
| Binary | 11010100 | 1000010 | 10010110 | 0 | 1000101 | 11101 | 10001 | 101000101 | 111111 | 110111 |
Color Harmonies of #D44296
Complementary color
Monochromatic Colors of #D44296
Black with #D44296
Text Example
Text Example
White with #D44296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44296; }
p { color: rgb(212,66,150); }
H1.HeaderClassName
{
color: #D44296;
}
.AnyTagClassName
{
color: #D44296;
}
</style>
background-color css
<style>
a { background-color: #D44296; }
a { background-color: rgb(212,66,150); }
div.DivClassName
{
background-color: #D44296;
}
.BgClassName
{
background-color: #D44296;
}
</style>
border-color css
<style>
span { border-color: #D44296; }
span { border-color: rgb(212,66,150); }
td.TdClassName
{
border-color: #D44296;
}
.TagClassName
{
border-color: #D44296;
}
</style>