Shades of Mulberry #D64FAC
Tints of Mulberry #D64FAC
RGB
CMYK
RGB Variations
Color information
#D64FAC (or 0xD64FAC) is known color: Mulberry. HEX triplet: D6, 4F and AC. RGB value is (214,79,172). Sum of RGB (Red+Green+Blue) = 214+79+172=465 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.02% from 465); Green value is 79 (31.25% from 255 or 16.99% from 465); Blue value is 172 (67.58% from 255 or 36.99% from 465); Max value from RGB is 214 - color contains mainly: red. Hex color #D64FAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D64FAC is #29B053. Grayscale: #818181. Windows color (decimal): -2732116 or 11292630. OLE color: 11292630.
HSL color Cylindrical-coordinate representation of color #D64FAC: hue angle of 318.67º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D64FAC is Cyan = 0, Magento = 0.63, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 79 | 172 | - |
| CMYK | 0 | 0.63 | 0.20 | 0.16 |
| HSL | 318.67º | 0.62% | 0.57% | - |
| HSV(B) | 318.67º | 0.63% | 0.84% | - |
| XYZ | 37.97 | 22.87 | 41.44 | - |
| YUV | 129.97 | 151.73 | 187.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 79 | 172 | 0 | 0.63 | 0.20 | 0.16 | 318.67 | 0.62 | 0.57 |
| Hex | D6 | 4F | AC | 0 | 3F | 14 | 10 | 13F | 3E | 39 |
| Octal | 326 | 117 | 254 | 0 | 77 | 24 | 20 | 477 | 76 | 71 |
| Binary | 11010110 | 1001111 | 10101100 | 0 | 111111 | 10100 | 10000 | 100111111 | 111110 | 111001 |
Color Harmonies of #D64FAC
Complementary color
Monochromatic Colors of #D64FAC
Black with #D64FAC
Text Example
Text Example
White with #D64FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64FAC; }
p { color: rgb(214,79,172); }
H1.HeaderClassName
{
color: #D64FAC;
}
.AnyTagClassName
{
color: #D64FAC;
}
</style>
background-color css
<style>
a { background-color: #D64FAC; }
a { background-color: rgb(214,79,172); }
div.DivClassName
{
background-color: #D64FAC;
}
.BgClassName
{
background-color: #D64FAC;
}
</style>
border-color css
<style>
span { border-color: #D64FAC; }
span { border-color: rgb(214,79,172); }
td.TdClassName
{
border-color: #D64FAC;
}
.TagClassName
{
border-color: #D64FAC;
}
</style>