Shades of Mulberry #D74990
Tints of Mulberry #D74990
RGB
CMYK
RGB Variations
Color information
#D74990 (or 0xD74990) is known color: Mulberry. HEX triplet: D7, 49 and 90. RGB value is (215,73,144). Sum of RGB (Red+Green+Blue) = 215+73+144=432 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.77% from 432); Green value is 73 (28.91% from 255 or 16.90% from 432); Blue value is 144 (56.64% from 255 or 33.33% from 432); Max value from RGB is 215 - color contains mainly: red. Hex color #D74990 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74990 is #28B66F. Grayscale: #7B7B7B. Windows color (decimal): -2668144 or 9456087. OLE color: 9456087.
HSL color Cylindrical-coordinate representation of color #D74990: hue angle of 330º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D74990 is Cyan = 0, Magento = 0.66, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 73 | 144 | - |
| CMYK | 0 | 0.66 | 0.33 | 0.16 |
| HSL | 330º | 0.64% | 0.56% | - |
| HSV(B) | 330º | 0.66% | 0.84% | - |
| XYZ | 35.44 | 21.23 | 28.61 | - |
| YUV | 123.55 | 139.54 | 193.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 73 | 144 | 0 | 0.66 | 0.33 | 0.16 | 330 | 0.64 | 0.56 |
| Hex | D7 | 49 | 90 | 0 | 42 | 21 | 10 | 14A | 40 | 38 |
| Octal | 327 | 111 | 220 | 0 | 102 | 41 | 20 | 512 | 100 | 70 |
| Binary | 11010111 | 1001001 | 10010000 | 0 | 1000010 | 100001 | 10000 | 101001010 | 1000000 | 111000 |
Color Harmonies of #D74990
Complementary color
Monochromatic Colors of #D74990
Black with #D74990
Text Example
Text Example
White with #D74990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74990; }
p { color: rgb(215,73,144); }
H1.HeaderClassName
{
color: #D74990;
}
.AnyTagClassName
{
color: #D74990;
}
</style>
background-color css
<style>
a { background-color: #D74990; }
a { background-color: rgb(215,73,144); }
div.DivClassName
{
background-color: #D74990;
}
.BgClassName
{
background-color: #D74990;
}
</style>
border-color css
<style>
span { border-color: #D74990; }
span { border-color: rgb(215,73,144); }
td.TdClassName
{
border-color: #D74990;
}
.TagClassName
{
border-color: #D74990;
}
</style>