Shades of Mulberry #D64A89
Tints of Mulberry #D64A89
RGB
CMYK
RGB Variations
Color information
#D64A89 (or 0xD64A89) is known color: Mulberry. HEX triplet: D6, 4A and 89. RGB value is (214,74,137). Sum of RGB (Red+Green+Blue) = 214+74+137=425 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.35% from 425); Green value is 74 (29.30% from 255 or 17.41% from 425); Blue value is 137 (53.91% from 255 or 32.24% from 425); Max value from RGB is 214 - color contains mainly: red. Hex color #D64A89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64A89 is #29B576. Grayscale: #7A7A7A. Windows color (decimal): -2733431 or 8997590. OLE color: 8997590.
HSL color Cylindrical-coordinate representation of color #D64A89: hue angle of 333º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D64A89 is Cyan = 0, Magento = 0.65, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 74 | 137 | - |
| CMYK | 0 | 0.65 | 0.36 | 0.16 |
| HSL | 333º | 0.63% | 0.56% | - |
| HSV(B) | 333º | 0.65% | 0.84% | - |
| XYZ | 34.7 | 21 | 25.89 | - |
| YUV | 123.04 | 135.88 | 192.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 74 | 137 | 0 | 0.65 | 0.36 | 0.16 | 333 | 0.63 | 0.56 |
| Hex | D6 | 4A | 89 | 0 | 41 | 24 | 10 | 14D | 3F | 38 |
| Octal | 326 | 112 | 211 | 0 | 101 | 44 | 20 | 515 | 77 | 70 |
| Binary | 11010110 | 1001010 | 10001001 | 0 | 1000001 | 100100 | 10000 | 101001101 | 111111 | 111000 |
Color Harmonies of #D64A89
Complementary color
Monochromatic Colors of #D64A89
Black with #D64A89
Text Example
Text Example
White with #D64A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64A89; }
p { color: rgb(214,74,137); }
H1.HeaderClassName
{
color: #D64A89;
}
.AnyTagClassName
{
color: #D64A89;
}
</style>
background-color css
<style>
a { background-color: #D64A89; }
a { background-color: rgb(214,74,137); }
div.DivClassName
{
background-color: #D64A89;
}
.BgClassName
{
background-color: #D64A89;
}
</style>
border-color css
<style>
span { border-color: #D64A89; }
span { border-color: rgb(214,74,137); }
td.TdClassName
{
border-color: #D64A89;
}
.TagClassName
{
border-color: #D64A89;
}
</style>