Shades of Mulberry #D74A8C
Tints of Mulberry #D74A8C
RGB
CMYK
RGB Variations
Color information
#D74A8C (or 0xD74A8C) is known color: Mulberry. HEX triplet: D7, 4A and 8C. RGB value is (215,74,140). Sum of RGB (Red+Green+Blue) = 215+74+140=429 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.12% from 429); Green value is 74 (29.30% from 255 or 17.25% from 429); Blue value is 140 (55.08% from 255 or 32.63% from 429); Max value from RGB is 215 - color contains mainly: red. Hex color #D74A8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74A8C is #28B573. Grayscale: #7B7B7B. Windows color (decimal): -2667892 or 9194199. OLE color: 9194199.
HSL color Cylindrical-coordinate representation of color #D74A8C: hue angle of 331.91º 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 #D74A8C is Cyan = 0, Magento = 0.66, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 74 | 140 | - |
| CMYK | 0 | 0.66 | 0.35 | 0.16 |
| HSL | 331.91º | 0.64% | 0.57% | - |
| HSV(B) | 331.91º | 0.66% | 0.84% | - |
| XYZ | 35.21 | 21.24 | 27.05 | - |
| YUV | 123.68 | 137.21 | 193.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 74 | 140 | 0 | 0.66 | 0.35 | 0.16 | 331.91 | 0.64 | 0.57 |
| Hex | D7 | 4A | 8C | 0 | 42 | 23 | 10 | 14C | 40 | 39 |
| Octal | 327 | 112 | 214 | 0 | 102 | 43 | 20 | 514 | 100 | 71 |
| Binary | 11010111 | 1001010 | 10001100 | 0 | 1000010 | 100011 | 10000 | 101001100 | 1000000 | 111001 |
Color Harmonies of #D74A8C
Complementary color
Monochromatic Colors of #D74A8C
Black with #D74A8C
Text Example
Text Example
White with #D74A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74A8C; }
p { color: rgb(215,74,140); }
H1.HeaderClassName
{
color: #D74A8C;
}
.AnyTagClassName
{
color: #D74A8C;
}
</style>
background-color css
<style>
a { background-color: #D74A8C; }
a { background-color: rgb(215,74,140); }
div.DivClassName
{
background-color: #D74A8C;
}
.BgClassName
{
background-color: #D74A8C;
}
</style>
border-color css
<style>
span { border-color: #D74A8C; }
span { border-color: rgb(215,74,140); }
td.TdClassName
{
border-color: #D74A8C;
}
.TagClassName
{
border-color: #D74A8C;
}
</style>