Shades of Mulberry #D74C90
Tints of Mulberry #D74C90
RGB
CMYK
RGB Variations
Color information
#D74C90 (or 0xD74C90) is known color: Mulberry. HEX triplet: D7, 4C and 90. RGB value is (215,76,144). Sum of RGB (Red+Green+Blue) = 215+76+144=435 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.43% from 435); Green value is 76 (30.08% from 255 or 17.47% from 435); Blue value is 144 (56.64% from 255 or 33.10% from 435); Max value from RGB is 215 - color contains mainly: red. Hex color #D74C90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74C90 is #28B36F. Grayscale: #7D7D7D. Windows color (decimal): -2667376 or 9456855. OLE color: 9456855.
HSL color Cylindrical-coordinate representation of color #D74C90: hue angle of 330.65º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D74C90 is Cyan = 0, Magento = 0.65, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 76 | 144 | - |
| CMYK | 0 | 0.65 | 0.33 | 0.16 |
| HSL | 330.65º | 0.63% | 0.57% | - |
| HSV(B) | 330.65º | 0.65% | 0.84% | - |
| XYZ | 35.64 | 21.63 | 28.68 | - |
| YUV | 125.31 | 138.55 | 191.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 76 | 144 | 0 | 0.65 | 0.33 | 0.16 | 330.65 | 0.63 | 0.57 |
| Hex | D7 | 4C | 90 | 0 | 41 | 21 | 10 | 14B | 3F | 39 |
| Octal | 327 | 114 | 220 | 0 | 101 | 41 | 20 | 513 | 77 | 71 |
| Binary | 11010111 | 1001100 | 10010000 | 0 | 1000001 | 100001 | 10000 | 101001011 | 111111 | 111001 |
Color Harmonies of #D74C90
Complementary color
Monochromatic Colors of #D74C90
Black with #D74C90
Text Example
Text Example
White with #D74C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74C90; }
p { color: rgb(215,76,144); }
H1.HeaderClassName
{
color: #D74C90;
}
.AnyTagClassName
{
color: #D74C90;
}
</style>
background-color css
<style>
a { background-color: #D74C90; }
a { background-color: rgb(215,76,144); }
div.DivClassName
{
background-color: #D74C90;
}
.BgClassName
{
background-color: #D74C90;
}
</style>
border-color css
<style>
span { border-color: #D74C90; }
span { border-color: rgb(215,76,144); }
td.TdClassName
{
border-color: #D74C90;
}
.TagClassName
{
border-color: #D74C90;
}
</style>