Shades of Mulberry #D64AAC
Tints of Mulberry #D64AAC
RGB
CMYK
RGB Variations
Color information
#D64AAC (or 0xD64AAC) is known color: Mulberry. HEX triplet: D6, 4A and AC. RGB value is (214,74,172). Sum of RGB (Red+Green+Blue) = 214+74+172=460 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.52% from 460); Green value is 74 (29.30% from 255 or 16.09% from 460); Blue value is 172 (67.58% from 255 or 37.39% from 460); Max value from RGB is 214 - color contains mainly: red. Hex color #D64AAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64AAC is #29B553. Grayscale: #7E7E7E. Windows color (decimal): -2733396 or 11291350. OLE color: 11291350.
HSL color Cylindrical-coordinate representation of color #D64AAC: hue angle of 318º 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 #D64AAC is Cyan = 0, Magento = 0.65, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 74 | 172 | - |
| CMYK | 0 | 0.65 | 0.20 | 0.16 |
| HSL | 318º | 0.63% | 0.56% | - |
| HSV(B) | 318º | 0.65% | 0.84% | - |
| XYZ | 37.63 | 22.17 | 41.33 | - |
| YUV | 127.03 | 153.38 | 190.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 74 | 172 | 0 | 0.65 | 0.20 | 0.16 | 318 | 0.63 | 0.56 |
| Hex | D6 | 4A | AC | 0 | 41 | 14 | 10 | 13E | 3F | 38 |
| Octal | 326 | 112 | 254 | 0 | 101 | 24 | 20 | 476 | 77 | 70 |
| Binary | 11010110 | 1001010 | 10101100 | 0 | 1000001 | 10100 | 10000 | 100111110 | 111111 | 111000 |
Color Harmonies of #D64AAC
Complementary color
Monochromatic Colors of #D64AAC
Black with #D64AAC
Text Example
Text Example
White with #D64AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64AAC; }
p { color: rgb(214,74,172); }
H1.HeaderClassName
{
color: #D64AAC;
}
.AnyTagClassName
{
color: #D64AAC;
}
</style>
background-color css
<style>
a { background-color: #D64AAC; }
a { background-color: rgb(214,74,172); }
div.DivClassName
{
background-color: #D64AAC;
}
.BgClassName
{
background-color: #D64AAC;
}
</style>
border-color css
<style>
span { border-color: #D64AAC; }
span { border-color: rgb(214,74,172); }
td.TdClassName
{
border-color: #D64AAC;
}
.TagClassName
{
border-color: #D64AAC;
}
</style>