Shades of Mulberry #D74697
Tints of Mulberry #D74697
RGB
CMYK
RGB Variations
Color information
#D74697 (or 0xD74697) is known color: Mulberry. HEX triplet: D7, 46 and 97. RGB value is (215,70,151). Sum of RGB (Red+Green+Blue) = 215+70+151=436 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.31% from 436); Green value is 70 (27.73% from 255 or 16.06% from 436); Blue value is 151 (59.38% from 255 or 34.63% from 436); Max value from RGB is 215 - color contains mainly: red. Hex color #D74697 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74697 is #28B968. Grayscale: #7A7A7A. Windows color (decimal): -2668905 or 9914071. OLE color: 9914071.
HSL color Cylindrical-coordinate representation of color #D74697: hue angle of 326.48º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D74697 is Cyan = 0, Magento = 0.67, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 70 | 151 | - |
| CMYK | 0 | 0.67 | 0.30 | 0.16 |
| HSL | 326.48º | 0.64% | 0.56% | - |
| HSV(B) | 326.48º | 0.67% | 0.84% | - |
| XYZ | 35.8 | 21.06 | 31.46 | - |
| YUV | 122.59 | 144.04 | 193.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 70 | 151 | 0 | 0.67 | 0.30 | 0.16 | 326.48 | 0.64 | 0.56 |
| Hex | D7 | 46 | 97 | 0 | 43 | 1E | 10 | 146 | 40 | 38 |
| Octal | 327 | 106 | 227 | 0 | 103 | 36 | 20 | 506 | 100 | 70 |
| Binary | 11010111 | 1000110 | 10010111 | 0 | 1000011 | 11110 | 10000 | 101000110 | 1000000 | 111000 |
Color Harmonies of #D74697
Complementary color
Monochromatic Colors of #D74697
Black with #D74697
Text Example
Text Example
White with #D74697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74697; }
p { color: rgb(215,70,151); }
H1.HeaderClassName
{
color: #D74697;
}
.AnyTagClassName
{
color: #D74697;
}
</style>
background-color css
<style>
a { background-color: #D74697; }
a { background-color: rgb(215,70,151); }
div.DivClassName
{
background-color: #D74697;
}
.BgClassName
{
background-color: #D74697;
}
</style>
border-color css
<style>
span { border-color: #D74697; }
span { border-color: rgb(215,70,151); }
td.TdClassName
{
border-color: #D74697;
}
.TagClassName
{
border-color: #D74697;
}
</style>