Shades of Mulberry #D64BAA
Tints of Mulberry #D64BAA
RGB
CMYK
RGB Variations
Color information
#D64BAA (or 0xD64BAA) is known color: Mulberry. HEX triplet: D6, 4B and AA. RGB value is (214,75,170). Sum of RGB (Red+Green+Blue) = 214+75+170=459 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.62% from 459); Green value is 75 (29.69% from 255 or 16.34% from 459); Blue value is 170 (66.80% from 255 or 37.04% from 459); Max value from RGB is 214 - color contains mainly: red. Hex color #D64BAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64BAA is #29B455. Grayscale: #7F7F7F. Windows color (decimal): -2733142 or 11160534. OLE color: 11160534.
HSL color Cylindrical-coordinate representation of color #D64BAA: hue angle of 318.99º 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 #D64BAA is Cyan = 0, Magento = 0.65, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 75 | 170 | - |
| CMYK | 0 | 0.65 | 0.21 | 0.16 |
| HSL | 318.99º | 0.63% | 0.57% | - |
| HSV(B) | 318.99º | 0.65% | 0.84% | - |
| XYZ | 37.5 | 22.23 | 40.34 | - |
| YUV | 127.39 | 152.05 | 189.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 75 | 170 | 0 | 0.65 | 0.21 | 0.16 | 318.99 | 0.63 | 0.57 |
| Hex | D6 | 4B | AA | 0 | 41 | 15 | 10 | 13F | 3F | 39 |
| Octal | 326 | 113 | 252 | 0 | 101 | 25 | 20 | 477 | 77 | 71 |
| Binary | 11010110 | 1001011 | 10101010 | 0 | 1000001 | 10101 | 10000 | 100111111 | 111111 | 111001 |
Color Harmonies of #D64BAA
Complementary color
Monochromatic Colors of #D64BAA
Black with #D64BAA
Text Example
Text Example
White with #D64BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64BAA; }
p { color: rgb(214,75,170); }
H1.HeaderClassName
{
color: #D64BAA;
}
.AnyTagClassName
{
color: #D64BAA;
}
</style>
background-color css
<style>
a { background-color: #D64BAA; }
a { background-color: rgb(214,75,170); }
div.DivClassName
{
background-color: #D64BAA;
}
.BgClassName
{
background-color: #D64BAA;
}
</style>
border-color css
<style>
span { border-color: #D64BAA; }
span { border-color: rgb(214,75,170); }
td.TdClassName
{
border-color: #D64BAA;
}
.TagClassName
{
border-color: #D64BAA;
}
</style>