Shades of Mulberry #D74890
Tints of Mulberry #D74890
RGB
CMYK
RGB Variations
Color information
#D74890 (or 0xD74890) is known color: Mulberry. HEX triplet: D7, 48 and 90. RGB value is (215,72,144). Sum of RGB (Red+Green+Blue) = 215+72+144=431 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.88% from 431); Green value is 72 (28.52% from 255 or 16.71% from 431); Blue value is 144 (56.64% from 255 or 33.41% from 431); Max value from RGB is 215 - color contains mainly: red. Hex color #D74890 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74890 is #28B76F. Grayscale: #7A7A7A. Windows color (decimal): -2668400 or 9455831. OLE color: 9455831.
HSL color Cylindrical-coordinate representation of color #D74890: hue angle of 329.79º 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 #D74890 is Cyan = 0, Magento = 0.67, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 72 | 144 | - |
| CMYK | 0 | 0.67 | 0.33 | 0.16 |
| HSL | 329.79º | 0.64% | 0.56% | - |
| HSV(B) | 329.79º | 0.67% | 0.84% | - |
| XYZ | 35.38 | 21.1 | 28.59 | - |
| YUV | 122.97 | 139.88 | 193.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 72 | 144 | 0 | 0.67 | 0.33 | 0.16 | 329.79 | 0.64 | 0.56 |
| Hex | D7 | 48 | 90 | 0 | 43 | 21 | 10 | 14A | 40 | 38 |
| Octal | 327 | 110 | 220 | 0 | 103 | 41 | 20 | 512 | 100 | 70 |
| Binary | 11010111 | 1001000 | 10010000 | 0 | 1000011 | 100001 | 10000 | 101001010 | 1000000 | 111000 |
Color Harmonies of #D74890
Complementary color
Monochromatic Colors of #D74890
Black with #D74890
Text Example
Text Example
White with #D74890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74890; }
p { color: rgb(215,72,144); }
H1.HeaderClassName
{
color: #D74890;
}
.AnyTagClassName
{
color: #D74890;
}
</style>
background-color css
<style>
a { background-color: #D74890; }
a { background-color: rgb(215,72,144); }
div.DivClassName
{
background-color: #D74890;
}
.BgClassName
{
background-color: #D74890;
}
</style>
border-color css
<style>
span { border-color: #D74890; }
span { border-color: rgb(215,72,144); }
td.TdClassName
{
border-color: #D74890;
}
.TagClassName
{
border-color: #D74890;
}
</style>