Shades of Mulberry #D64BAC
Tints of Mulberry #D64BAC
RGB
CMYK
RGB Variations
Color information
#D64BAC (or 0xD64BAC) is known color: Mulberry. HEX triplet: D6, 4B and AC. RGB value is (214,75,172). Sum of RGB (Red+Green+Blue) = 214+75+172=461 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.42% from 461); Green value is 75 (29.69% from 255 or 16.27% from 461); Blue value is 172 (67.58% from 255 or 37.31% from 461); Max value from RGB is 214 - color contains mainly: red. Hex color #D64BAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64BAC is #29B453. Grayscale: #7F7F7F. Windows color (decimal): -2733140 or 11291606. OLE color: 11291606.
HSL color Cylindrical-coordinate representation of color #D64BAC: hue angle of 318.13º 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 #D64BAC is Cyan = 0, Magento = 0.65, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 75 | 172 | - |
| CMYK | 0 | 0.65 | 0.20 | 0.16 |
| HSL | 318.13º | 0.63% | 0.57% | - |
| HSV(B) | 318.13º | 0.65% | 0.84% | - |
| XYZ | 37.69 | 22.31 | 41.35 | - |
| YUV | 127.62 | 153.05 | 189.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 75 | 172 | 0 | 0.65 | 0.20 | 0.16 | 318.13 | 0.63 | 0.57 |
| Hex | D6 | 4B | AC | 0 | 41 | 14 | 10 | 13E | 3F | 39 |
| Octal | 326 | 113 | 254 | 0 | 101 | 24 | 20 | 476 | 77 | 71 |
| Binary | 11010110 | 1001011 | 10101100 | 0 | 1000001 | 10100 | 10000 | 100111110 | 111111 | 111001 |
Color Harmonies of #D64BAC
Complementary color
Monochromatic Colors of #D64BAC
Black with #D64BAC
Text Example
Text Example
White with #D64BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64BAC; }
p { color: rgb(214,75,172); }
H1.HeaderClassName
{
color: #D64BAC;
}
.AnyTagClassName
{
color: #D64BAC;
}
</style>
background-color css
<style>
a { background-color: #D64BAC; }
a { background-color: rgb(214,75,172); }
div.DivClassName
{
background-color: #D64BAC;
}
.BgClassName
{
background-color: #D64BAC;
}
</style>
border-color css
<style>
span { border-color: #D64BAC; }
span { border-color: rgb(214,75,172); }
td.TdClassName
{
border-color: #D64BAC;
}
.TagClassName
{
border-color: #D64BAC;
}
</style>