Shades of Mulberry #D74EAC
Tints of Mulberry #D74EAC
RGB
CMYK
RGB Variations
Color information
#D74EAC (or 0xD74EAC) is known color: Mulberry. HEX triplet: D7, 4E and AC. RGB value is (215,78,172). Sum of RGB (Red+Green+Blue) = 215+78+172=465 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.24% from 465); Green value is 78 (30.86% from 255 or 16.77% from 465); Blue value is 172 (67.58% from 255 or 36.99% from 465); Max value from RGB is 215 - color contains mainly: red. Hex color #D74EAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D74EAC is #28B153. Grayscale: #818181. Windows color (decimal): -2666836 or 11292375. OLE color: 11292375.
HSL color Cylindrical-coordinate representation of color #D74EAC: hue angle of 318.83º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D74EAC is Cyan = 0, Magento = 0.64, Yellow = 0.2 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 78 | 172 | - |
| CMYK | 0 | 0.64 | 0.2 | 0.16 |
| HSL | 318.83º | 0.63% | 0.57% | - |
| HSV(B) | 318.83º | 0.64% | 0.84% | - |
| XYZ | 38.2 | 22.87 | 41.43 | - |
| YUV | 129.68 | 151.89 | 188.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 78 | 172 | 0 | 0.64 | 0.2 | 0.16 | 318.83 | 0.63 | 0.57 |
| Hex | D7 | 4E | AC | 0 | 40 | 14 | 10 | 13F | 3F | 39 |
| Octal | 327 | 116 | 254 | 0 | 100 | 24 | 20 | 477 | 77 | 71 |
| Binary | 11010111 | 1001110 | 10101100 | 0 | 1000000 | 10100 | 10000 | 100111111 | 111111 | 111001 |
Color Harmonies of #D74EAC
Complementary color
Monochromatic Colors of #D74EAC
Black with #D74EAC
Text Example
Text Example
White with #D74EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74EAC; }
p { color: rgb(215,78,172); }
H1.HeaderClassName
{
color: #D74EAC;
}
.AnyTagClassName
{
color: #D74EAC;
}
</style>
background-color css
<style>
a { background-color: #D74EAC; }
a { background-color: rgb(215,78,172); }
div.DivClassName
{
background-color: #D74EAC;
}
.BgClassName
{
background-color: #D74EAC;
}
</style>
border-color css
<style>
span { border-color: #D74EAC; }
span { border-color: rgb(215,78,172); }
td.TdClassName
{
border-color: #D74EAC;
}
.TagClassName
{
border-color: #D74EAC;
}
</style>