Shades of Mulberry #D64BA8
Tints of Mulberry #D64BA8
RGB
CMYK
RGB Variations
Color information
#D64BA8 (or 0xD64BA8) is known color: Mulberry. HEX triplet: D6, 4B and A8. RGB value is (214,75,168). Sum of RGB (Red+Green+Blue) = 214+75+168=457 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.83% from 457); Green value is 75 (29.69% from 255 or 16.41% from 457); Blue value is 168 (66.02% from 255 or 36.76% from 457); Max value from RGB is 214 - color contains mainly: red. Hex color #D64BA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64BA8 is #29B457. Grayscale: #7E7E7E. Windows color (decimal): -2733144 or 11029462. OLE color: 11029462.
HSL color Cylindrical-coordinate representation of color #D64BA8: hue angle of 319.86º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D64BA8 is Cyan = 0, Magento = 0.65, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 75 | 168 | - |
| CMYK | 0 | 0.65 | 0.21 | 0.16 |
| HSL | 319.86º | 0.63% | 0.57% | - |
| HSV(B) | 319.86º | 0.65% | 0.84% | - |
| XYZ | 37.32 | 22.16 | 39.36 | - |
| YUV | 127.16 | 151.05 | 189.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 75 | 168 | 0 | 0.65 | 0.21 | 0.16 | 319.86 | 0.63 | 0.57 |
| Hex | D6 | 4B | A8 | 0 | 41 | 15 | 10 | 140 | 3F | 39 |
| Octal | 326 | 113 | 250 | 0 | 101 | 25 | 20 | 500 | 77 | 71 |
| Binary | 11010110 | 1001011 | 10101000 | 0 | 1000001 | 10101 | 10000 | 101000000 | 111111 | 111001 |
Color Harmonies of #D64BA8
Complementary color
Monochromatic Colors of #D64BA8
Black with #D64BA8
Text Example
Text Example
White with #D64BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64BA8; }
p { color: rgb(214,75,168); }
H1.HeaderClassName
{
color: #D64BA8;
}
.AnyTagClassName
{
color: #D64BA8;
}
</style>
background-color css
<style>
a { background-color: #D64BA8; }
a { background-color: rgb(214,75,168); }
div.DivClassName
{
background-color: #D64BA8;
}
.BgClassName
{
background-color: #D64BA8;
}
</style>
border-color css
<style>
span { border-color: #D64BA8; }
span { border-color: rgb(214,75,168); }
td.TdClassName
{
border-color: #D64BA8;
}
.TagClassName
{
border-color: #D64BA8;
}
</style>