Shades of Mulberry #D64EAA
Tints of Mulberry #D64EAA
RGB
CMYK
RGB Variations
Color information
#D64EAA (or 0xD64EAA) is known color: Mulberry. HEX triplet: D6, 4E and AA. RGB value is (214,78,170). Sum of RGB (Red+Green+Blue) = 214+78+170=462 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.32% from 462); Green value is 78 (30.86% from 255 or 16.88% from 462); Blue value is 170 (66.80% from 255 or 36.80% from 462); Max value from RGB is 214 - color contains mainly: red. Hex color #D64EAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D64EAA is #29B155. Grayscale: #808080. Windows color (decimal): -2732374 or 11161302. OLE color: 11161302.
HSL color Cylindrical-coordinate representation of color #D64EAA: hue angle of 319.41º 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 #D64EAA is Cyan = 0, Magento = 0.64, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 78 | 170 | - |
| CMYK | 0 | 0.64 | 0.21 | 0.16 |
| HSL | 319.41º | 0.62% | 0.57% | - |
| HSV(B) | 319.41º | 0.64% | 0.84% | - |
| XYZ | 37.71 | 22.65 | 40.41 | - |
| YUV | 129.15 | 151.06 | 188.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 78 | 170 | 0 | 0.64 | 0.21 | 0.16 | 319.41 | 0.62 | 0.57 |
| Hex | D6 | 4E | AA | 0 | 40 | 15 | 10 | 13F | 3E | 39 |
| Octal | 326 | 116 | 252 | 0 | 100 | 25 | 20 | 477 | 76 | 71 |
| Binary | 11010110 | 1001110 | 10101010 | 0 | 1000000 | 10101 | 10000 | 100111111 | 111110 | 111001 |
Color Harmonies of #D64EAA
Complementary color
Monochromatic Colors of #D64EAA
Black with #D64EAA
Text Example
Text Example
White with #D64EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64EAA; }
p { color: rgb(214,78,170); }
H1.HeaderClassName
{
color: #D64EAA;
}
.AnyTagClassName
{
color: #D64EAA;
}
</style>
background-color css
<style>
a { background-color: #D64EAA; }
a { background-color: rgb(214,78,170); }
div.DivClassName
{
background-color: #D64EAA;
}
.BgClassName
{
background-color: #D64EAA;
}
</style>
border-color css
<style>
span { border-color: #D64EAA; }
span { border-color: rgb(214,78,170); }
td.TdClassName
{
border-color: #D64EAA;
}
.TagClassName
{
border-color: #D64EAA;
}
</style>