Shades of Mulberry #D64AAA
Tints of Mulberry #D64AAA
RGB
CMYK
RGB Variations
Color information
#D64AAA (or 0xD64AAA) is known color: Mulberry. HEX triplet: D6, 4A and AA. RGB value is (214,74,170). Sum of RGB (Red+Green+Blue) = 214+74+170=458 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.72% from 458); Green value is 74 (29.30% from 255 or 16.16% from 458); Blue value is 170 (66.80% from 255 or 37.12% from 458); Max value from RGB is 214 - color contains mainly: red. Hex color #D64AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64AAA is #29B555. Grayscale: #7E7E7E. Windows color (decimal): -2733398 or 11160278. OLE color: 11160278.
HSL color Cylindrical-coordinate representation of color #D64AAA: hue angle of 318.86º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D64AAA is Cyan = 0, Magento = 0.65, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 74 | 170 | - |
| CMYK | 0 | 0.65 | 0.21 | 0.16 |
| HSL | 318.86º | 0.63% | 0.56% | - |
| HSV(B) | 318.86º | 0.65% | 0.84% | - |
| XYZ | 37.44 | 22.1 | 40.32 | - |
| YUV | 126.8 | 152.38 | 190.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 74 | 170 | 0 | 0.65 | 0.21 | 0.16 | 318.86 | 0.63 | 0.56 |
| Hex | D6 | 4A | AA | 0 | 41 | 15 | 10 | 13F | 3F | 38 |
| Octal | 326 | 112 | 252 | 0 | 101 | 25 | 20 | 477 | 77 | 70 |
| Binary | 11010110 | 1001010 | 10101010 | 0 | 1000001 | 10101 | 10000 | 100111111 | 111111 | 111000 |
Color Harmonies of #D64AAA
Complementary color
Monochromatic Colors of #D64AAA
Black with #D64AAA
Text Example
Text Example
White with #D64AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64AAA; }
p { color: rgb(214,74,170); }
H1.HeaderClassName
{
color: #D64AAA;
}
.AnyTagClassName
{
color: #D64AAA;
}
</style>
background-color css
<style>
a { background-color: #D64AAA; }
a { background-color: rgb(214,74,170); }
div.DivClassName
{
background-color: #D64AAA;
}
.BgClassName
{
background-color: #D64AAA;
}
</style>
border-color css
<style>
span { border-color: #D64AAA; }
span { border-color: rgb(214,74,170); }
td.TdClassName
{
border-color: #D64AAA;
}
.TagClassName
{
border-color: #D64AAA;
}
</style>