Shades of Mulberry #D64390
Tints of Mulberry #D64390
RGB
CMYK
RGB Variations
Color information
#D64390 (or 0xD64390) is known color: Mulberry. HEX triplet: D6, 43 and 90. RGB value is (214,67,144). Sum of RGB (Red+Green+Blue) = 214+67+144=425 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.35% from 425); Green value is 67 (26.56% from 255 or 15.76% from 425); Blue value is 144 (56.64% from 255 or 33.88% from 425); Max value from RGB is 214 - color contains mainly: red. Hex color #D64390 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64390 is #29BC6F. Grayscale: #777777. Windows color (decimal): -2735216 or 9454550. OLE color: 9454550.
HSL color Cylindrical-coordinate representation of color #D64390: hue angle of 328.57º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D64390 is Cyan = 0, Magento = 0.69, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 67 | 144 | - |
| CMYK | 0 | 0.69 | 0.33 | 0.16 |
| HSL | 328.57º | 0.64% | 0.55% | - |
| HSV(B) | 328.57º | 0.69% | 0.84% | - |
| XYZ | 34.77 | 20.32 | 28.48 | - |
| YUV | 119.73 | 141.7 | 195.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 67 | 144 | 0 | 0.69 | 0.33 | 0.16 | 328.57 | 0.64 | 0.55 |
| Hex | D6 | 43 | 90 | 0 | 45 | 21 | 10 | 149 | 40 | 37 |
| Octal | 326 | 103 | 220 | 0 | 105 | 41 | 20 | 511 | 100 | 67 |
| Binary | 11010110 | 1000011 | 10010000 | 0 | 1000101 | 100001 | 10000 | 101001001 | 1000000 | 110111 |
Color Harmonies of #D64390
Complementary color
Monochromatic Colors of #D64390
Black with #D64390
Text Example
Text Example
White with #D64390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64390; }
p { color: rgb(214,67,144); }
H1.HeaderClassName
{
color: #D64390;
}
.AnyTagClassName
{
color: #D64390;
}
</style>
background-color css
<style>
a { background-color: #D64390; }
a { background-color: rgb(214,67,144); }
div.DivClassName
{
background-color: #D64390;
}
.BgClassName
{
background-color: #D64390;
}
</style>
border-color css
<style>
span { border-color: #D64390; }
span { border-color: rgb(214,67,144); }
td.TdClassName
{
border-color: #D64390;
}
.TagClassName
{
border-color: #D64390;
}
</style>