Shades of Mulberry #D74F90
Tints of Mulberry #D74F90
RGB
CMYK
RGB Variations
Color information
#D74F90 (or 0xD74F90) is known color: Mulberry. HEX triplet: D7, 4F and 90. RGB value is (215,79,144). Sum of RGB (Red+Green+Blue) = 215+79+144=438 (58% of max value = 765). Red value is 215 (84.38% from 255 or 49.09% from 438); Green value is 79 (31.25% from 255 or 18.04% from 438); Blue value is 144 (56.64% from 255 or 32.88% from 438); Max value from RGB is 215 - color contains mainly: red. Hex color #D74F90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D74F90 is #28B06F. Grayscale: #7E7E7E. Windows color (decimal): -2666608 or 9457623. OLE color: 9457623.
HSL color Cylindrical-coordinate representation of color #D74F90: hue angle of 331.32º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D74F90 is Cyan = 0, Magento = 0.63, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 79 | 144 | - |
| CMYK | 0 | 0.63 | 0.33 | 0.16 |
| HSL | 331.32º | 0.63% | 0.58% | - |
| HSV(B) | 331.32º | 0.63% | 0.84% | - |
| XYZ | 35.85 | 22.05 | 28.75 | - |
| YUV | 127.07 | 137.56 | 190.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 79 | 144 | 0 | 0.63 | 0.33 | 0.16 | 331.32 | 0.63 | 0.58 |
| Hex | D7 | 4F | 90 | 0 | 3F | 21 | 10 | 14B | 3F | 3A |
| Octal | 327 | 117 | 220 | 0 | 77 | 41 | 20 | 513 | 77 | 72 |
| Binary | 11010111 | 1001111 | 10010000 | 0 | 111111 | 100001 | 10000 | 101001011 | 111111 | 111010 |
Color Harmonies of #D74F90
Complementary color
Monochromatic Colors of #D74F90
Black with #D74F90
Text Example
Text Example
White with #D74F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74F90; }
p { color: rgb(215,79,144); }
H1.HeaderClassName
{
color: #D74F90;
}
.AnyTagClassName
{
color: #D74F90;
}
</style>
background-color css
<style>
a { background-color: #D74F90; }
a { background-color: rgb(215,79,144); }
div.DivClassName
{
background-color: #D74F90;
}
.BgClassName
{
background-color: #D74F90;
}
</style>
border-color css
<style>
span { border-color: #D74F90; }
span { border-color: rgb(215,79,144); }
td.TdClassName
{
border-color: #D74F90;
}
.TagClassName
{
border-color: #D74F90;
}
</style>