Shades of Mulberry #D74D9C
Tints of Mulberry #D74D9C
RGB
CMYK
RGB Variations
Color information
#D74D9C (or 0xD74D9C) is known color: Mulberry. HEX triplet: D7, 4D and 9C. RGB value is (215,77,156). Sum of RGB (Red+Green+Blue) = 215+77+156=448 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.99% from 448); Green value is 77 (30.47% from 255 or 17.19% from 448); Blue value is 156 (61.33% from 255 or 34.82% from 448); Max value from RGB is 215 - color contains mainly: red. Hex color #D74D9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D74D9C is #28B263. Grayscale: #7F7F7F. Windows color (decimal): -2667108 or 10243543. OLE color: 10243543.
HSL color Cylindrical-coordinate representation of color #D74D9C: hue angle of 325.65º 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 #D74D9C is Cyan = 0, Magento = 0.64, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 77 | 156 | - |
| CMYK | 0 | 0.64 | 0.27 | 0.16 |
| HSL | 325.65º | 0.63% | 0.57% | - |
| HSV(B) | 325.65º | 0.64% | 0.84% | - |
| XYZ | 36.68 | 22.16 | 33.8 | - |
| YUV | 127.27 | 144.22 | 190.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 77 | 156 | 0 | 0.64 | 0.27 | 0.16 | 325.65 | 0.63 | 0.57 |
| Hex | D7 | 4D | 9C | 0 | 40 | 1B | 10 | 146 | 3F | 39 |
| Octal | 327 | 115 | 234 | 0 | 100 | 33 | 20 | 506 | 77 | 71 |
| Binary | 11010111 | 1001101 | 10011100 | 0 | 1000000 | 11011 | 10000 | 101000110 | 111111 | 111001 |
Color Harmonies of #D74D9C
Complementary color
Monochromatic Colors of #D74D9C
Black with #D74D9C
Text Example
Text Example
White with #D74D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74D9C; }
p { color: rgb(215,77,156); }
H1.HeaderClassName
{
color: #D74D9C;
}
.AnyTagClassName
{
color: #D74D9C;
}
</style>
background-color css
<style>
a { background-color: #D74D9C; }
a { background-color: rgb(215,77,156); }
div.DivClassName
{
background-color: #D74D9C;
}
.BgClassName
{
background-color: #D74D9C;
}
</style>
border-color css
<style>
span { border-color: #D74D9C; }
span { border-color: rgb(215,77,156); }
td.TdClassName
{
border-color: #D74D9C;
}
.TagClassName
{
border-color: #D74D9C;
}
</style>