Shades of Mulberry #D64BAB
Tints of Mulberry #D64BAB
RGB
CMYK
RGB Variations
Color information
#D64BAB (or 0xD64BAB) is known color: Mulberry. HEX triplet: D6, 4B and AB. RGB value is (214,75,171). Sum of RGB (Red+Green+Blue) = 214+75+171=460 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.52% from 460); Green value is 75 (29.69% from 255 or 16.30% from 460); Blue value is 171 (67.19% from 255 or 37.17% from 460); Max value from RGB is 214 - color contains mainly: red. Hex color #D64BAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64BAB is #29B454. Grayscale: #7F7F7F. Windows color (decimal): -2733141 or 11226070. OLE color: 11226070.
HSL color Cylindrical-coordinate representation of color #D64BAB: hue angle of 318.56º 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 #D64BAB is Cyan = 0, Magento = 0.65, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 75 | 171 | - |
| CMYK | 0 | 0.65 | 0.20 | 0.16 |
| HSL | 318.56º | 0.63% | 0.57% | - |
| HSV(B) | 318.56º | 0.65% | 0.84% | - |
| XYZ | 37.6 | 22.27 | 40.84 | - |
| YUV | 127.51 | 152.55 | 189.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 75 | 171 | 0 | 0.65 | 0.20 | 0.16 | 318.56 | 0.63 | 0.57 |
| Hex | D6 | 4B | AB | 0 | 41 | 14 | 10 | 13F | 3F | 39 |
| Octal | 326 | 113 | 253 | 0 | 101 | 24 | 20 | 477 | 77 | 71 |
| Binary | 11010110 | 1001011 | 10101011 | 0 | 1000001 | 10100 | 10000 | 100111111 | 111111 | 111001 |
Color Harmonies of #D64BAB
Complementary color
Monochromatic Colors of #D64BAB
Black with #D64BAB
Text Example
Text Example
White with #D64BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64BAB; }
p { color: rgb(214,75,171); }
H1.HeaderClassName
{
color: #D64BAB;
}
.AnyTagClassName
{
color: #D64BAB;
}
</style>
background-color css
<style>
a { background-color: #D64BAB; }
a { background-color: rgb(214,75,171); }
div.DivClassName
{
background-color: #D64BAB;
}
.BgClassName
{
background-color: #D64BAB;
}
</style>
border-color css
<style>
span { border-color: #D64BAB; }
span { border-color: rgb(214,75,171); }
td.TdClassName
{
border-color: #D64BAB;
}
.TagClassName
{
border-color: #D64BAB;
}
</style>