Shades of Mulberry #D74690
Tints of Mulberry #D74690
RGB
CMYK
RGB Variations
Color information
#D74690 (or 0xD74690) is known color: Mulberry. HEX triplet: D7, 46 and 90. RGB value is (215,70,144). Sum of RGB (Red+Green+Blue) = 215+70+144=429 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.12% from 429); Green value is 70 (27.73% from 255 or 16.32% from 429); Blue value is 144 (56.64% from 255 or 33.57% from 429); Max value from RGB is 215 - color contains mainly: red. Hex color #D74690 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74690 is #28B96F. Grayscale: #797979. Windows color (decimal): -2668912 or 9455319. OLE color: 9455319.
HSL color Cylindrical-coordinate representation of color #D74690: hue angle of 329.38º 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 #D74690 is Cyan = 0, Magento = 0.67, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 70 | 144 | - |
| CMYK | 0 | 0.67 | 0.33 | 0.16 |
| HSL | 329.38º | 0.64% | 0.56% | - |
| HSV(B) | 329.38º | 0.67% | 0.84% | - |
| XYZ | 35.25 | 20.84 | 28.55 | - |
| YUV | 121.79 | 140.54 | 194.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 70 | 144 | 0 | 0.67 | 0.33 | 0.16 | 329.38 | 0.64 | 0.56 |
| Hex | D7 | 46 | 90 | 0 | 43 | 21 | 10 | 149 | 40 | 38 |
| Octal | 327 | 106 | 220 | 0 | 103 | 41 | 20 | 511 | 100 | 70 |
| Binary | 11010111 | 1000110 | 10010000 | 0 | 1000011 | 100001 | 10000 | 101001001 | 1000000 | 111000 |
Color Harmonies of #D74690
Complementary color
Monochromatic Colors of #D74690
Black with #D74690
Text Example
Text Example
White with #D74690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74690; }
p { color: rgb(215,70,144); }
H1.HeaderClassName
{
color: #D74690;
}
.AnyTagClassName
{
color: #D74690;
}
</style>
background-color css
<style>
a { background-color: #D74690; }
a { background-color: rgb(215,70,144); }
div.DivClassName
{
background-color: #D74690;
}
.BgClassName
{
background-color: #D74690;
}
</style>
border-color css
<style>
span { border-color: #D74690; }
span { border-color: rgb(215,70,144); }
td.TdClassName
{
border-color: #D74690;
}
.TagClassName
{
border-color: #D74690;
}
</style>