Shades of Mulberry #D64EA5
Tints of Mulberry #D64EA5
RGB
CMYK
RGB Variations
Color information
#D64EA5 (or 0xD64EA5) is known color: Mulberry. HEX triplet: D6, 4E and A5. RGB value is (214,78,165). Sum of RGB (Red+Green+Blue) = 214+78+165=457 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.83% from 457); Green value is 78 (30.86% from 255 or 17.07% from 457); Blue value is 165 (64.84% from 255 or 36.11% from 457); Max value from RGB is 214 - color contains mainly: red. Hex color #D64EA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D64EA5 is #29B15A. Grayscale: #808080. Windows color (decimal): -2732379 or 10833622. OLE color: 10833622.
HSL color Cylindrical-coordinate representation of color #D64EA5: hue angle of 321.62º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D64EA5 is Cyan = 0, Magento = 0.64, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 78 | 165 | - |
| CMYK | 0 | 0.64 | 0.23 | 0.16 |
| HSL | 321.62º | 0.62% | 0.57% | - |
| HSV(B) | 321.62º | 0.64% | 0.84% | - |
| XYZ | 37.25 | 22.46 | 37.97 | - |
| YUV | 128.58 | 148.56 | 188.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 78 | 165 | 0 | 0.64 | 0.23 | 0.16 | 321.62 | 0.62 | 0.57 |
| Hex | D6 | 4E | A5 | 0 | 40 | 17 | 10 | 142 | 3E | 39 |
| Octal | 326 | 116 | 245 | 0 | 100 | 27 | 20 | 502 | 76 | 71 |
| Binary | 11010110 | 1001110 | 10100101 | 0 | 1000000 | 10111 | 10000 | 101000010 | 111110 | 111001 |
Color Harmonies of #D64EA5
Complementary color
Monochromatic Colors of #D64EA5
Black with #D64EA5
Text Example
Text Example
White with #D64EA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64EA5; }
p { color: rgb(214,78,165); }
H1.HeaderClassName
{
color: #D64EA5;
}
.AnyTagClassName
{
color: #D64EA5;
}
</style>
background-color css
<style>
a { background-color: #D64EA5; }
a { background-color: rgb(214,78,165); }
div.DivClassName
{
background-color: #D64EA5;
}
.BgClassName
{
background-color: #D64EA5;
}
</style>
border-color css
<style>
span { border-color: #D64EA5; }
span { border-color: rgb(214,78,165); }
td.TdClassName
{
border-color: #D64EA5;
}
.TagClassName
{
border-color: #D64EA5;
}
</style>