Shades of Mulberry #D44BA8
Tints of Mulberry #D44BA8
RGB
CMYK
RGB Variations
Color information
#D44BA8 (or 0xD44BA8) is known color: Mulberry. HEX triplet: D4, 4B and A8. RGB value is (212,75,168). Sum of RGB (Red+Green+Blue) = 212+75+168=455 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.59% from 455); Green value is 75 (29.69% from 255 or 16.48% from 455); Blue value is 168 (66.02% from 255 or 36.92% from 455); Max value from RGB is 212 - color contains mainly: red. Hex color #D44BA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D44BA8 is #2BB457. Grayscale: #7E7E7E. Windows color (decimal): -2864216 or 11029460. OLE color: 11029460.
HSL color Cylindrical-coordinate representation of color #D44BA8: hue angle of 319.27º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D44BA8 is Cyan = 0, Magento = 0.65, Yellow = 0.21 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 75 | 168 | - |
| CMYK | 0 | 0.65 | 0.21 | 0.17 |
| HSL | 319.27º | 0.61% | 0.56% | - |
| HSV(B) | 319.27º | 0.65% | 0.83% | - |
| XYZ | 36.74 | 21.86 | 39.33 | - |
| YUV | 126.57 | 151.39 | 188.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 75 | 168 | 0 | 0.65 | 0.21 | 0.17 | 319.27 | 0.61 | 0.56 |
| Hex | D4 | 4B | A8 | 0 | 41 | 15 | 11 | 13F | 3D | 38 |
| Octal | 324 | 113 | 250 | 0 | 101 | 25 | 21 | 477 | 75 | 70 |
| Binary | 11010100 | 1001011 | 10101000 | 0 | 1000001 | 10101 | 10001 | 100111111 | 111101 | 111000 |
Color Harmonies of #D44BA8
Complementary color
Monochromatic Colors of #D44BA8
Black with #D44BA8
Text Example
Text Example
White with #D44BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44BA8; }
p { color: rgb(212,75,168); }
H1.HeaderClassName
{
color: #D44BA8;
}
.AnyTagClassName
{
color: #D44BA8;
}
</style>
background-color css
<style>
a { background-color: #D44BA8; }
a { background-color: rgb(212,75,168); }
div.DivClassName
{
background-color: #D44BA8;
}
.BgClassName
{
background-color: #D44BA8;
}
</style>
border-color css
<style>
span { border-color: #D44BA8; }
span { border-color: rgb(212,75,168); }
td.TdClassName
{
border-color: #D44BA8;
}
.TagClassName
{
border-color: #D44BA8;
}
</style>