Shades of Mulberry #D74D99
Tints of Mulberry #D74D99
RGB
CMYK
RGB Variations
Color information
#D74D99 (or 0xD74D99) is known color: Mulberry. HEX triplet: D7, 4D and 99. RGB value is (215,77,153). Sum of RGB (Red+Green+Blue) = 215+77+153=445 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.31% from 445); Green value is 77 (30.47% from 255 or 17.30% from 445); Blue value is 153 (60.16% from 255 or 34.38% from 445); Max value from RGB is 215 - color contains mainly: red. Hex color #D74D99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D74D99 is #28B266. Grayscale: #7E7E7E. Windows color (decimal): -2667111 or 10046935. OLE color: 10046935.
HSL color Cylindrical-coordinate representation of color #D74D99: hue angle of 326.96º 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 #D74D99 is Cyan = 0, Magento = 0.64, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 77 | 153 | - |
| CMYK | 0 | 0.64 | 0.29 | 0.16 |
| HSL | 326.96º | 0.63% | 0.57% | - |
| HSV(B) | 326.96º | 0.64% | 0.84% | - |
| XYZ | 36.43 | 22.05 | 32.47 | - |
| YUV | 126.93 | 142.72 | 190.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 77 | 153 | 0 | 0.64 | 0.29 | 0.16 | 326.96 | 0.63 | 0.57 |
| Hex | D7 | 4D | 99 | 0 | 40 | 1D | 10 | 147 | 3F | 39 |
| Octal | 327 | 115 | 231 | 0 | 100 | 35 | 20 | 507 | 77 | 71 |
| Binary | 11010111 | 1001101 | 10011001 | 0 | 1000000 | 11101 | 10000 | 101000111 | 111111 | 111001 |
Color Harmonies of #D74D99
Complementary color
Monochromatic Colors of #D74D99
Black with #D74D99
Text Example
Text Example
White with #D74D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74D99; }
p { color: rgb(215,77,153); }
H1.HeaderClassName
{
color: #D74D99;
}
.AnyTagClassName
{
color: #D74D99;
}
</style>
background-color css
<style>
a { background-color: #D74D99; }
a { background-color: rgb(215,77,153); }
div.DivClassName
{
background-color: #D74D99;
}
.BgClassName
{
background-color: #D74D99;
}
</style>
border-color css
<style>
span { border-color: #D74D99; }
span { border-color: rgb(215,77,153); }
td.TdClassName
{
border-color: #D74D99;
}
.TagClassName
{
border-color: #D74D99;
}
</style>