Shades of Mulberry #D74E8C
Tints of Mulberry #D74E8C
RGB
CMYK
RGB Variations
Color information
#D74E8C (or 0xD74E8C) is known color: Mulberry. HEX triplet: D7, 4E and 8C. RGB value is (215,78,140). Sum of RGB (Red+Green+Blue) = 215+78+140=433 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.65% from 433); Green value is 78 (30.86% from 255 or 18.01% from 433); Blue value is 140 (55.08% from 255 or 32.33% from 433); Max value from RGB is 215 - color contains mainly: red. Hex color #D74E8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D74E8C is #28B173. Grayscale: #7D7D7D. Windows color (decimal): -2666868 or 9195223. OLE color: 9195223.
HSL color Cylindrical-coordinate representation of color #D74E8C: hue angle of 332.85º 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 #D74E8C is Cyan = 0, Magento = 0.64, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 78 | 140 | - |
| CMYK | 0 | 0.64 | 0.35 | 0.16 |
| HSL | 332.85º | 0.63% | 0.57% | - |
| HSV(B) | 332.85º | 0.64% | 0.84% | - |
| XYZ | 35.48 | 21.79 | 27.15 | - |
| YUV | 126.03 | 135.89 | 191.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 78 | 140 | 0 | 0.64 | 0.35 | 0.16 | 332.85 | 0.63 | 0.57 |
| Hex | D7 | 4E | 8C | 0 | 40 | 23 | 10 | 14D | 3F | 39 |
| Octal | 327 | 116 | 214 | 0 | 100 | 43 | 20 | 515 | 77 | 71 |
| Binary | 11010111 | 1001110 | 10001100 | 0 | 1000000 | 100011 | 10000 | 101001101 | 111111 | 111001 |
Color Harmonies of #D74E8C
Complementary color
Monochromatic Colors of #D74E8C
Black with #D74E8C
Text Example
Text Example
White with #D74E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74E8C; }
p { color: rgb(215,78,140); }
H1.HeaderClassName
{
color: #D74E8C;
}
.AnyTagClassName
{
color: #D74E8C;
}
</style>
background-color css
<style>
a { background-color: #D74E8C; }
a { background-color: rgb(215,78,140); }
div.DivClassName
{
background-color: #D74E8C;
}
.BgClassName
{
background-color: #D74E8C;
}
</style>
border-color css
<style>
span { border-color: #D74E8C; }
span { border-color: rgb(215,78,140); }
td.TdClassName
{
border-color: #D74E8C;
}
.TagClassName
{
border-color: #D74E8C;
}
</style>