Shades of Mulberry #D64E8A
Tints of Mulberry #D64E8A
RGB
CMYK
RGB Variations
Color information
#D64E8A (or 0xD64E8A) is known color: Mulberry. HEX triplet: D6, 4E and 8A. RGB value is (214,78,138). Sum of RGB (Red+Green+Blue) = 214+78+138=430 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.77% from 430); Green value is 78 (30.86% from 255 or 18.14% from 430); Blue value is 138 (54.30% from 255 or 32.09% from 430); Max value from RGB is 214 - color contains mainly: red. Hex color #D64E8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D64E8A is #29B175. Grayscale: #7D7D7D. Windows color (decimal): -2732406 or 9064150. OLE color: 9064150.
HSL color Cylindrical-coordinate representation of color #D64E8A: hue angle of 333.53º 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 #D64E8A is Cyan = 0, Magento = 0.64, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 78 | 138 | - |
| CMYK | 0 | 0.64 | 0.36 | 0.16 |
| HSL | 333.53º | 0.62% | 0.57% | - |
| HSV(B) | 333.53º | 0.64% | 0.84% | - |
| XYZ | 35.04 | 21.58 | 26.36 | - |
| YUV | 125.5 | 135.06 | 191.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 78 | 138 | 0 | 0.64 | 0.36 | 0.16 | 333.53 | 0.62 | 0.57 |
| Hex | D6 | 4E | 8A | 0 | 40 | 24 | 10 | 14E | 3E | 39 |
| Octal | 326 | 116 | 212 | 0 | 100 | 44 | 20 | 516 | 76 | 71 |
| Binary | 11010110 | 1001110 | 10001010 | 0 | 1000000 | 100100 | 10000 | 101001110 | 111110 | 111001 |
Color Harmonies of #D64E8A
Complementary color
Monochromatic Colors of #D64E8A
Black with #D64E8A
Text Example
Text Example
White with #D64E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64E8A; }
p { color: rgb(214,78,138); }
H1.HeaderClassName
{
color: #D64E8A;
}
.AnyTagClassName
{
color: #D64E8A;
}
</style>
background-color css
<style>
a { background-color: #D64E8A; }
a { background-color: rgb(214,78,138); }
div.DivClassName
{
background-color: #D64E8A;
}
.BgClassName
{
background-color: #D64E8A;
}
</style>
border-color css
<style>
span { border-color: #D64E8A; }
span { border-color: rgb(214,78,138); }
td.TdClassName
{
border-color: #D64E8A;
}
.TagClassName
{
border-color: #D64E8A;
}
</style>