Shades of Mulberry #D74A8F
Tints of Mulberry #D74A8F
RGB
CMYK
RGB Variations
Color information
#D74A8F (or 0xD74A8F) is known color: Mulberry. HEX triplet: D7, 4A and 8F. RGB value is (215,74,143). Sum of RGB (Red+Green+Blue) = 215+74+143=432 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.77% from 432); Green value is 74 (29.30% from 255 or 17.13% from 432); Blue value is 143 (56.25% from 255 or 33.10% from 432); Max value from RGB is 215 - color contains mainly: red. Hex color #D74A8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74A8F is #28B570. Grayscale: #7B7B7B. Windows color (decimal): -2667889 or 9390807. OLE color: 9390807.
HSL color Cylindrical-coordinate representation of color #D74A8F: hue angle of 330.64º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D74A8F is Cyan = 0, Magento = 0.66, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 74 | 143 | - |
| CMYK | 0 | 0.66 | 0.33 | 0.16 |
| HSL | 330.64º | 0.64% | 0.57% | - |
| HSV(B) | 330.64º | 0.66% | 0.84% | - |
| XYZ | 35.43 | 21.33 | 28.24 | - |
| YUV | 124.03 | 138.71 | 192.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 74 | 143 | 0 | 0.66 | 0.33 | 0.16 | 330.64 | 0.64 | 0.57 |
| Hex | D7 | 4A | 8F | 0 | 42 | 21 | 10 | 14B | 40 | 39 |
| Octal | 327 | 112 | 217 | 0 | 102 | 41 | 20 | 513 | 100 | 71 |
| Binary | 11010111 | 1001010 | 10001111 | 0 | 1000010 | 100001 | 10000 | 101001011 | 1000000 | 111001 |
Color Harmonies of #D74A8F
Complementary color
Monochromatic Colors of #D74A8F
Black with #D74A8F
Text Example
Text Example
White with #D74A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74A8F; }
p { color: rgb(215,74,143); }
H1.HeaderClassName
{
color: #D74A8F;
}
.AnyTagClassName
{
color: #D74A8F;
}
</style>
background-color css
<style>
a { background-color: #D74A8F; }
a { background-color: rgb(215,74,143); }
div.DivClassName
{
background-color: #D74A8F;
}
.BgClassName
{
background-color: #D74A8F;
}
</style>
border-color css
<style>
span { border-color: #D74A8F; }
span { border-color: rgb(215,74,143); }
td.TdClassName
{
border-color: #D74A8F;
}
.TagClassName
{
border-color: #D74A8F;
}
</style>