Shades of Mulberry #D64CAB
Tints of Mulberry #D64CAB
RGB
CMYK
RGB Variations
Color information
#D64CAB (or 0xD64CAB) is known color: Mulberry. HEX triplet: D6, 4C and AB. RGB value is (214,76,171). Sum of RGB (Red+Green+Blue) = 214+76+171=461 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.42% from 461); Green value is 76 (30.08% from 255 or 16.49% from 461); Blue value is 171 (67.19% from 255 or 37.09% from 461); Max value from RGB is 214 - color contains mainly: red. Hex color #D64CAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64CAB is #29B354. Grayscale: #7F7F7F. Windows color (decimal): -2732885 or 11226326. OLE color: 11226326.
HSL color Cylindrical-coordinate representation of color #D64CAB: hue angle of 318.7º 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 #D64CAB is Cyan = 0, Magento = 0.64, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 76 | 171 | - |
| CMYK | 0 | 0.64 | 0.20 | 0.16 |
| HSL | 318.7º | 0.63% | 0.57% | - |
| HSV(B) | 318.7º | 0.64% | 0.84% | - |
| XYZ | 37.67 | 22.41 | 40.87 | - |
| YUV | 128.09 | 152.22 | 189.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 76 | 171 | 0 | 0.64 | 0.20 | 0.16 | 318.7 | 0.63 | 0.57 |
| Hex | D6 | 4C | AB | 0 | 40 | 14 | 10 | 13F | 3F | 39 |
| Octal | 326 | 114 | 253 | 0 | 100 | 24 | 20 | 477 | 77 | 71 |
| Binary | 11010110 | 1001100 | 10101011 | 0 | 1000000 | 10100 | 10000 | 100111111 | 111111 | 111001 |
Color Harmonies of #D64CAB
Complementary color
Monochromatic Colors of #D64CAB
Black with #D64CAB
Text Example
Text Example
White with #D64CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64CAB; }
p { color: rgb(214,76,171); }
H1.HeaderClassName
{
color: #D64CAB;
}
.AnyTagClassName
{
color: #D64CAB;
}
</style>
background-color css
<style>
a { background-color: #D64CAB; }
a { background-color: rgb(214,76,171); }
div.DivClassName
{
background-color: #D64CAB;
}
.BgClassName
{
background-color: #D64CAB;
}
</style>
border-color css
<style>
span { border-color: #D64CAB; }
span { border-color: rgb(214,76,171); }
td.TdClassName
{
border-color: #D64CAB;
}
.TagClassName
{
border-color: #D64CAB;
}
</style>