Shades of Mulberry #D64496
Tints of Mulberry #D64496
RGB
CMYK
RGB Variations
Color information
#D64496 (or 0xD64496) is known color: Mulberry. HEX triplet: D6, 44 and 96. RGB value is (214,68,150). Sum of RGB (Red+Green+Blue) = 214+68+150=432 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.54% from 432); Green value is 68 (26.95% from 255 or 15.74% from 432); Blue value is 150 (58.98% from 255 or 34.72% from 432); Max value from RGB is 214 - color contains mainly: red. Hex color #D64496 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64496 is #29BB69. Grayscale: #787878. Windows color (decimal): -2734954 or 9848022. OLE color: 9848022.
HSL color Cylindrical-coordinate representation of color #D64496: hue angle of 326.3º 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 #D64496 is Cyan = 0, Magento = 0.68, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 68 | 150 | - |
| CMYK | 0 | 0.68 | 0.30 | 0.16 |
| HSL | 326.3º | 0.64% | 0.55% | - |
| HSV(B) | 326.3º | 0.68% | 0.84% | - |
| XYZ | 35.3 | 20.63 | 30.98 | - |
| YUV | 121 | 144.37 | 194.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 68 | 150 | 0 | 0.68 | 0.30 | 0.16 | 326.3 | 0.64 | 0.55 |
| Hex | D6 | 44 | 96 | 0 | 44 | 1E | 10 | 146 | 40 | 37 |
| Octal | 326 | 104 | 226 | 0 | 104 | 36 | 20 | 506 | 100 | 67 |
| Binary | 11010110 | 1000100 | 10010110 | 0 | 1000100 | 11110 | 10000 | 101000110 | 1000000 | 110111 |
Color Harmonies of #D64496
Complementary color
Monochromatic Colors of #D64496
Black with #D64496
Text Example
Text Example
White with #D64496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64496; }
p { color: rgb(214,68,150); }
H1.HeaderClassName
{
color: #D64496;
}
.AnyTagClassName
{
color: #D64496;
}
</style>
background-color css
<style>
a { background-color: #D64496; }
a { background-color: rgb(214,68,150); }
div.DivClassName
{
background-color: #D64496;
}
.BgClassName
{
background-color: #D64496;
}
</style>
border-color css
<style>
span { border-color: #D64496; }
span { border-color: rgb(214,68,150); }
td.TdClassName
{
border-color: #D64496;
}
.TagClassName
{
border-color: #D64496;
}
</style>