Shades of Mulberry #D64887
Tints of Mulberry #D64887
RGB
CMYK
RGB Variations
Color information
#D64887 (or 0xD64887) is known color: Mulberry. HEX triplet: D6, 48 and 87. RGB value is (214,72,135). Sum of RGB (Red+Green+Blue) = 214+72+135=421 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.83% from 421); Green value is 72 (28.52% from 255 or 17.10% from 421); Blue value is 135 (53.12% from 255 or 32.07% from 421); Max value from RGB is 214 - color contains mainly: red. Hex color #D64887 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64887 is #29B778. Grayscale: #797979. Windows color (decimal): -2733945 or 8866006. OLE color: 8866006.
HSL color Cylindrical-coordinate representation of color #D64887: hue angle of 333.38º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D64887 is Cyan = 0, Magento = 0.66, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 72 | 135 | - |
| CMYK | 0 | 0.66 | 0.37 | 0.16 |
| HSL | 333.38º | 0.63% | 0.56% | - |
| HSV(B) | 333.38º | 0.66% | 0.84% | - |
| XYZ | 34.42 | 20.68 | 25.1 | - |
| YUV | 121.64 | 135.54 | 193.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 72 | 135 | 0 | 0.66 | 0.37 | 0.16 | 333.38 | 0.63 | 0.56 |
| Hex | D6 | 48 | 87 | 0 | 42 | 25 | 10 | 14D | 3F | 38 |
| Octal | 326 | 110 | 207 | 0 | 102 | 45 | 20 | 515 | 77 | 70 |
| Binary | 11010110 | 1001000 | 10000111 | 0 | 1000010 | 100101 | 10000 | 101001101 | 111111 | 111000 |
Color Harmonies of #D64887
Complementary color
Monochromatic Colors of #D64887
Black with #D64887
Text Example
Text Example
White with #D64887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64887; }
p { color: rgb(214,72,135); }
H1.HeaderClassName
{
color: #D64887;
}
.AnyTagClassName
{
color: #D64887;
}
</style>
background-color css
<style>
a { background-color: #D64887; }
a { background-color: rgb(214,72,135); }
div.DivClassName
{
background-color: #D64887;
}
.BgClassName
{
background-color: #D64887;
}
</style>
border-color css
<style>
span { border-color: #D64887; }
span { border-color: rgb(214,72,135); }
td.TdClassName
{
border-color: #D64887;
}
.TagClassName
{
border-color: #D64887;
}
</style>