Shades of Mulberry #D64391
Tints of Mulberry #D64391
RGB
CMYK
RGB Variations
Color information
#D64391 (or 0xD64391) is known color: Mulberry. HEX triplet: D6, 43 and 91. RGB value is (214,67,145). Sum of RGB (Red+Green+Blue) = 214+67+145=426 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.23% from 426); Green value is 67 (26.56% from 255 or 15.73% from 426); Blue value is 145 (57.03% from 255 or 34.04% from 426); Max value from RGB is 214 - color contains mainly: red. Hex color #D64391 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64391 is #29BC6E. Grayscale: #777777. Windows color (decimal): -2735215 or 9520086. OLE color: 9520086.
HSL color Cylindrical-coordinate representation of color #D64391: hue angle of 328.16º 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 #D64391 is Cyan = 0, Magento = 0.69, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 67 | 145 | - |
| CMYK | 0 | 0.69 | 0.32 | 0.16 |
| HSL | 328.16º | 0.64% | 0.55% | - |
| HSV(B) | 328.16º | 0.69% | 0.84% | - |
| XYZ | 34.85 | 20.35 | 28.88 | - |
| YUV | 119.85 | 142.2 | 195.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 67 | 145 | 0 | 0.69 | 0.32 | 0.16 | 328.16 | 0.64 | 0.55 |
| Hex | D6 | 43 | 91 | 0 | 45 | 20 | 10 | 148 | 40 | 37 |
| Octal | 326 | 103 | 221 | 0 | 105 | 40 | 20 | 510 | 100 | 67 |
| Binary | 11010110 | 1000011 | 10010001 | 0 | 1000101 | 100000 | 10000 | 101001000 | 1000000 | 110111 |
Color Harmonies of #D64391
Complementary color
Monochromatic Colors of #D64391
Black with #D64391
Text Example
Text Example
White with #D64391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64391; }
p { color: rgb(214,67,145); }
H1.HeaderClassName
{
color: #D64391;
}
.AnyTagClassName
{
color: #D64391;
}
</style>
background-color css
<style>
a { background-color: #D64391; }
a { background-color: rgb(214,67,145); }
div.DivClassName
{
background-color: #D64391;
}
.BgClassName
{
background-color: #D64391;
}
</style>
border-color css
<style>
span { border-color: #D64391; }
span { border-color: rgb(214,67,145); }
td.TdClassName
{
border-color: #D64391;
}
.TagClassName
{
border-color: #D64391;
}
</style>