Shades of Mulberry #D64BA0
Tints of Mulberry #D64BA0
RGB
CMYK
RGB Variations
Color information
#D64BA0 (or 0xD64BA0) is known color: Mulberry. HEX triplet: D6, 4B and A0. RGB value is (214,75,160). Sum of RGB (Red+Green+Blue) = 214+75+160=449 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.66% from 449); Green value is 75 (29.69% from 255 or 16.70% from 449); Blue value is 160 (62.89% from 255 or 35.63% from 449); Max value from RGB is 214 - color contains mainly: red. Hex color #D64BA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64BA0 is #29B45F. Grayscale: #7E7E7E. Windows color (decimal): -2733152 or 10505174. OLE color: 10505174.
HSL color Cylindrical-coordinate representation of color #D64BA0: hue angle of 323.31º 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 #D64BA0 is Cyan = 0, Magento = 0.65, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 75 | 160 | - |
| CMYK | 0 | 0.65 | 0.25 | 0.16 |
| HSL | 323.31º | 0.63% | 0.57% | - |
| HSV(B) | 323.31º | 0.65% | 0.84% | - |
| XYZ | 36.59 | 21.87 | 35.55 | - |
| YUV | 126.25 | 147.05 | 190.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 75 | 160 | 0 | 0.65 | 0.25 | 0.16 | 323.31 | 0.63 | 0.57 |
| Hex | D6 | 4B | A0 | 0 | 41 | 19 | 10 | 143 | 3F | 39 |
| Octal | 326 | 113 | 240 | 0 | 101 | 31 | 20 | 503 | 77 | 71 |
| Binary | 11010110 | 1001011 | 10100000 | 0 | 1000001 | 11001 | 10000 | 101000011 | 111111 | 111001 |
Color Harmonies of #D64BA0
Complementary color
Monochromatic Colors of #D64BA0
Black with #D64BA0
Text Example
Text Example
White with #D64BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64BA0; }
p { color: rgb(214,75,160); }
H1.HeaderClassName
{
color: #D64BA0;
}
.AnyTagClassName
{
color: #D64BA0;
}
</style>
background-color css
<style>
a { background-color: #D64BA0; }
a { background-color: rgb(214,75,160); }
div.DivClassName
{
background-color: #D64BA0;
}
.BgClassName
{
background-color: #D64BA0;
}
</style>
border-color css
<style>
span { border-color: #D64BA0; }
span { border-color: rgb(214,75,160); }
td.TdClassName
{
border-color: #D64BA0;
}
.TagClassName
{
border-color: #D64BA0;
}
</style>