Shades of Mulberry #D64491
Tints of Mulberry #D64491
RGB
CMYK
RGB Variations
Color information
#D64491 (or 0xD64491) is known color: Mulberry. HEX triplet: D6, 44 and 91. RGB value is (214,68,145). Sum of RGB (Red+Green+Blue) = 214+68+145=427 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.12% from 427); Green value is 68 (26.95% from 255 or 15.93% from 427); Blue value is 145 (57.03% from 255 or 33.96% from 427); Max value from RGB is 214 - color contains mainly: red. Hex color #D64491 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64491 is #29BB6E. Grayscale: #787878. Windows color (decimal): -2734959 or 9520342. OLE color: 9520342.
HSL color Cylindrical-coordinate representation of color #D64491: hue angle of 328.36º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D64491 is Cyan = 0, Magento = 0.68, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 68 | 145 | - |
| CMYK | 0 | 0.68 | 0.32 | 0.16 |
| HSL | 328.36º | 0.64% | 0.55% | - |
| HSV(B) | 328.36º | 0.68% | 0.84% | - |
| XYZ | 34.91 | 20.47 | 28.9 | - |
| YUV | 120.43 | 141.87 | 194.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 68 | 145 | 0 | 0.68 | 0.32 | 0.16 | 328.36 | 0.64 | 0.55 |
| Hex | D6 | 44 | 91 | 0 | 44 | 20 | 10 | 148 | 40 | 37 |
| Octal | 326 | 104 | 221 | 0 | 104 | 40 | 20 | 510 | 100 | 67 |
| Binary | 11010110 | 1000100 | 10010001 | 0 | 1000100 | 100000 | 10000 | 101001000 | 1000000 | 110111 |
Color Harmonies of #D64491
Complementary color
Monochromatic Colors of #D64491
Black with #D64491
Text Example
Text Example
White with #D64491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64491; }
p { color: rgb(214,68,145); }
H1.HeaderClassName
{
color: #D64491;
}
.AnyTagClassName
{
color: #D64491;
}
</style>
background-color css
<style>
a { background-color: #D64491; }
a { background-color: rgb(214,68,145); }
div.DivClassName
{
background-color: #D64491;
}
.BgClassName
{
background-color: #D64491;
}
</style>
border-color css
<style>
span { border-color: #D64491; }
span { border-color: rgb(214,68,145); }
td.TdClassName
{
border-color: #D64491;
}
.TagClassName
{
border-color: #D64491;
}
</style>