Shades of Mulberry #D64B89
Tints of Mulberry #D64B89
RGB
CMYK
RGB Variations
Color information
#D64B89 (or 0xD64B89) is known color: Mulberry. HEX triplet: D6, 4B and 89. RGB value is (214,75,137). Sum of RGB (Red+Green+Blue) = 214+75+137=426 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.23% from 426); Green value is 75 (29.69% from 255 or 17.61% from 426); Blue value is 137 (53.91% from 255 or 32.16% from 426); Max value from RGB is 214 - color contains mainly: red. Hex color #D64B89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64B89 is #29B476. Grayscale: #7B7B7B. Windows color (decimal): -2733175 or 8997846. OLE color: 8997846.
HSL color Cylindrical-coordinate representation of color #D64B89: hue angle of 333.24º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D64B89 is Cyan = 0, Magento = 0.65, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 75 | 137 | - |
| CMYK | 0 | 0.65 | 0.36 | 0.16 |
| HSL | 333.24º | 0.63% | 0.57% | - |
| HSV(B) | 333.24º | 0.65% | 0.84% | - |
| XYZ | 34.76 | 21.13 | 25.91 | - |
| YUV | 123.63 | 135.55 | 192.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 75 | 137 | 0 | 0.65 | 0.36 | 0.16 | 333.24 | 0.63 | 0.57 |
| Hex | D6 | 4B | 89 | 0 | 41 | 24 | 10 | 14D | 3F | 39 |
| Octal | 326 | 113 | 211 | 0 | 101 | 44 | 20 | 515 | 77 | 71 |
| Binary | 11010110 | 1001011 | 10001001 | 0 | 1000001 | 100100 | 10000 | 101001101 | 111111 | 111001 |
Color Harmonies of #D64B89
Complementary color
Monochromatic Colors of #D64B89
Black with #D64B89
Text Example
Text Example
White with #D64B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64B89; }
p { color: rgb(214,75,137); }
H1.HeaderClassName
{
color: #D64B89;
}
.AnyTagClassName
{
color: #D64B89;
}
</style>
background-color css
<style>
a { background-color: #D64B89; }
a { background-color: rgb(214,75,137); }
div.DivClassName
{
background-color: #D64B89;
}
.BgClassName
{
background-color: #D64B89;
}
</style>
border-color css
<style>
span { border-color: #D64B89; }
span { border-color: rgb(214,75,137); }
td.TdClassName
{
border-color: #D64B89;
}
.TagClassName
{
border-color: #D64B89;
}
</style>