Shades of Mulberry #D64599
Tints of Mulberry #D64599
RGB
CMYK
RGB Variations
Color information
#D64599 (or 0xD64599) is known color: Mulberry. HEX triplet: D6, 45 and 99. RGB value is (214,69,153). Sum of RGB (Red+Green+Blue) = 214+69+153=436 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.08% from 436); Green value is 69 (27.34% from 255 or 15.83% from 436); Blue value is 153 (60.16% from 255 or 35.09% from 436); Max value from RGB is 214 - color contains mainly: red. Hex color #D64599 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64599 is #29BA66. Grayscale: #797979. Windows color (decimal): -2734695 or 10044886. OLE color: 10044886.
HSL color Cylindrical-coordinate representation of color #D64599: hue angle of 325.24º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D64599 is Cyan = 0, Magento = 0.68, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 69 | 153 | - |
| CMYK | 0 | 0.68 | 0.29 | 0.16 |
| HSL | 325.24º | 0.64% | 0.55% | - |
| HSV(B) | 325.24º | 0.68% | 0.84% | - |
| XYZ | 35.61 | 20.85 | 32.29 | - |
| YUV | 121.93 | 145.54 | 193.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 69 | 153 | 0 | 0.68 | 0.29 | 0.16 | 325.24 | 0.64 | 0.55 |
| Hex | D6 | 45 | 99 | 0 | 44 | 1D | 10 | 145 | 40 | 37 |
| Octal | 326 | 105 | 231 | 0 | 104 | 35 | 20 | 505 | 100 | 67 |
| Binary | 11010110 | 1000101 | 10011001 | 0 | 1000100 | 11101 | 10000 | 101000101 | 1000000 | 110111 |
Color Harmonies of #D64599
Complementary color
Monochromatic Colors of #D64599
Black with #D64599
Text Example
Text Example
White with #D64599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64599; }
p { color: rgb(214,69,153); }
H1.HeaderClassName
{
color: #D64599;
}
.AnyTagClassName
{
color: #D64599;
}
</style>
background-color css
<style>
a { background-color: #D64599; }
a { background-color: rgb(214,69,153); }
div.DivClassName
{
background-color: #D64599;
}
.BgClassName
{
background-color: #D64599;
}
</style>
border-color css
<style>
span { border-color: #D64599; }
span { border-color: rgb(214,69,153); }
td.TdClassName
{
border-color: #D64599;
}
.TagClassName
{
border-color: #D64599;
}
</style>