Shades of Mulberry #D64BA3
Tints of Mulberry #D64BA3
RGB
CMYK
RGB Variations
Color information
#D64BA3 (or 0xD64BA3) is known color: Mulberry. HEX triplet: D6, 4B and A3. RGB value is (214,75,163). Sum of RGB (Red+Green+Blue) = 214+75+163=452 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.35% from 452); Green value is 75 (29.69% from 255 or 16.59% from 452); Blue value is 163 (64.06% from 255 or 36.06% from 452); Max value from RGB is 214 - color contains mainly: red. Hex color #D64BA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64BA3 is #29B45C. Grayscale: #7E7E7E. Windows color (decimal): -2733149 or 10701782. OLE color: 10701782.
HSL color Cylindrical-coordinate representation of color #D64BA3: hue angle of 322.01º 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 #D64BA3 is Cyan = 0, Magento = 0.65, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 75 | 163 | - |
| CMYK | 0 | 0.65 | 0.24 | 0.16 |
| HSL | 322.01º | 0.63% | 0.57% | - |
| HSV(B) | 322.01º | 0.65% | 0.84% | - |
| XYZ | 36.86 | 21.97 | 36.95 | - |
| YUV | 126.59 | 148.55 | 190.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 75 | 163 | 0 | 0.65 | 0.24 | 0.16 | 322.01 | 0.63 | 0.57 |
| Hex | D6 | 4B | A3 | 0 | 41 | 18 | 10 | 142 | 3F | 39 |
| Octal | 326 | 113 | 243 | 0 | 101 | 30 | 20 | 502 | 77 | 71 |
| Binary | 11010110 | 1001011 | 10100011 | 0 | 1000001 | 11000 | 10000 | 101000010 | 111111 | 111001 |
Color Harmonies of #D64BA3
Complementary color
Monochromatic Colors of #D64BA3
Black with #D64BA3
Text Example
Text Example
White with #D64BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64BA3; }
p { color: rgb(214,75,163); }
H1.HeaderClassName
{
color: #D64BA3;
}
.AnyTagClassName
{
color: #D64BA3;
}
</style>
background-color css
<style>
a { background-color: #D64BA3; }
a { background-color: rgb(214,75,163); }
div.DivClassName
{
background-color: #D64BA3;
}
.BgClassName
{
background-color: #D64BA3;
}
</style>
border-color css
<style>
span { border-color: #D64BA3; }
span { border-color: rgb(214,75,163); }
td.TdClassName
{
border-color: #D64BA3;
}
.TagClassName
{
border-color: #D64BA3;
}
</style>