Shades of Mulberry #D74D8A
Tints of Mulberry #D74D8A
RGB
CMYK
RGB Variations
Color information
#D74D8A (or 0xD74D8A) is known color: Mulberry. HEX triplet: D7, 4D and 8A. RGB value is (215,77,138). Sum of RGB (Red+Green+Blue) = 215+77+138=430 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50% from 430); Green value is 77 (30.47% from 255 or 17.91% from 430); Blue value is 138 (54.30% from 255 or 32.09% from 430); Max value from RGB is 215 - color contains mainly: red. Hex color #D74D8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D74D8A is #28B275. Grayscale: #7D7D7D. Windows color (decimal): -2667126 or 9063895. OLE color: 9063895.
HSL color Cylindrical-coordinate representation of color #D74D8A: hue angle of 333.48º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D74D8A is Cyan = 0, Magento = 0.64, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 77 | 138 | - |
| CMYK | 0 | 0.64 | 0.36 | 0.16 |
| HSL | 333.48º | 0.63% | 0.57% | - |
| HSV(B) | 333.48º | 0.64% | 0.84% | - |
| XYZ | 35.27 | 21.59 | 26.35 | - |
| YUV | 125.22 | 135.22 | 192.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 77 | 138 | 0 | 0.64 | 0.36 | 0.16 | 333.48 | 0.63 | 0.57 |
| Hex | D7 | 4D | 8A | 0 | 40 | 24 | 10 | 14D | 3F | 39 |
| Octal | 327 | 115 | 212 | 0 | 100 | 44 | 20 | 515 | 77 | 71 |
| Binary | 11010111 | 1001101 | 10001010 | 0 | 1000000 | 100100 | 10000 | 101001101 | 111111 | 111001 |
Color Harmonies of #D74D8A
Complementary color
Monochromatic Colors of #D74D8A
Black with #D74D8A
Text Example
Text Example
White with #D74D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74D8A; }
p { color: rgb(215,77,138); }
H1.HeaderClassName
{
color: #D74D8A;
}
.AnyTagClassName
{
color: #D74D8A;
}
</style>
background-color css
<style>
a { background-color: #D74D8A; }
a { background-color: rgb(215,77,138); }
div.DivClassName
{
background-color: #D74D8A;
}
.BgClassName
{
background-color: #D74D8A;
}
</style>
border-color css
<style>
span { border-color: #D74D8A; }
span { border-color: rgb(215,77,138); }
td.TdClassName
{
border-color: #D74D8A;
}
.TagClassName
{
border-color: #D74D8A;
}
</style>