Shades of Mulberry #D64CA2
Tints of Mulberry #D64CA2
RGB
CMYK
RGB Variations
Color information
#D64CA2 (or 0xD64CA2) is known color: Mulberry. HEX triplet: D6, 4C and A2. RGB value is (214,76,162). Sum of RGB (Red+Green+Blue) = 214+76+162=452 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.35% from 452); Green value is 76 (30.08% from 255 or 16.81% from 452); Blue value is 162 (63.67% from 255 or 35.84% from 452); Max value from RGB is 214 - color contains mainly: red. Hex color #D64CA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64CA2 is #29B35D. Grayscale: #7E7E7E. Windows color (decimal): -2732894 or 10636502. OLE color: 10636502.
HSL color Cylindrical-coordinate representation of color #D64CA2: hue angle of 322.61º degrees, saturation: 0.63, 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 #D64CA2 is Cyan = 0, Magento = 0.64, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 76 | 162 | - |
| CMYK | 0 | 0.64 | 0.24 | 0.16 |
| HSL | 322.61º | 0.63% | 0.57% | - |
| HSV(B) | 322.61º | 0.64% | 0.84% | - |
| XYZ | 36.84 | 22.07 | 36.5 | - |
| YUV | 127.07 | 147.72 | 190.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 76 | 162 | 0 | 0.64 | 0.24 | 0.16 | 322.61 | 0.63 | 0.57 |
| Hex | D6 | 4C | A2 | 0 | 40 | 18 | 10 | 143 | 3F | 39 |
| Octal | 326 | 114 | 242 | 0 | 100 | 30 | 20 | 503 | 77 | 71 |
| Binary | 11010110 | 1001100 | 10100010 | 0 | 1000000 | 11000 | 10000 | 101000011 | 111111 | 111001 |
Color Harmonies of #D64CA2
Complementary color
Monochromatic Colors of #D64CA2
Black with #D64CA2
Text Example
Text Example
White with #D64CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64CA2; }
p { color: rgb(214,76,162); }
H1.HeaderClassName
{
color: #D64CA2;
}
.AnyTagClassName
{
color: #D64CA2;
}
</style>
background-color css
<style>
a { background-color: #D64CA2; }
a { background-color: rgb(214,76,162); }
div.DivClassName
{
background-color: #D64CA2;
}
.BgClassName
{
background-color: #D64CA2;
}
</style>
border-color css
<style>
span { border-color: #D64CA2; }
span { border-color: rgb(214,76,162); }
td.TdClassName
{
border-color: #D64CA2;
}
.TagClassName
{
border-color: #D64CA2;
}
</style>