Shades of Mulberry #D74DA2
Tints of Mulberry #D74DA2
RGB
CMYK
RGB Variations
Color information
#D74DA2 (or 0xD74DA2) is known color: Mulberry. HEX triplet: D7, 4D and A2. RGB value is (215,77,162). Sum of RGB (Red+Green+Blue) = 215+77+162=454 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.36% from 454); Green value is 77 (30.47% from 255 or 16.96% from 454); Blue value is 162 (63.67% from 255 or 35.68% from 454); Max value from RGB is 215 - color contains mainly: red. Hex color #D74DA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D74DA2 is #28B25D. Grayscale: #7F7F7F. Windows color (decimal): -2667102 or 10636759. OLE color: 10636759.
HSL color Cylindrical-coordinate representation of color #D74DA2: hue angle of 323.04º 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 #D74DA2 is Cyan = 0, Magento = 0.64, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 77 | 162 | - |
| CMYK | 0 | 0.64 | 0.25 | 0.16 |
| HSL | 323.04º | 0.63% | 0.57% | - |
| HSV(B) | 323.04º | 0.64% | 0.84% | - |
| XYZ | 37.2 | 22.36 | 36.54 | - |
| YUV | 127.95 | 147.22 | 190.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 77 | 162 | 0 | 0.64 | 0.25 | 0.16 | 323.04 | 0.63 | 0.57 |
| Hex | D7 | 4D | A2 | 0 | 40 | 19 | 10 | 143 | 3F | 39 |
| Octal | 327 | 115 | 242 | 0 | 100 | 31 | 20 | 503 | 77 | 71 |
| Binary | 11010111 | 1001101 | 10100010 | 0 | 1000000 | 11001 | 10000 | 101000011 | 111111 | 111001 |
Color Harmonies of #D74DA2
Complementary color
Monochromatic Colors of #D74DA2
Black with #D74DA2
Text Example
Text Example
White with #D74DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74DA2; }
p { color: rgb(215,77,162); }
H1.HeaderClassName
{
color: #D74DA2;
}
.AnyTagClassName
{
color: #D74DA2;
}
</style>
background-color css
<style>
a { background-color: #D74DA2; }
a { background-color: rgb(215,77,162); }
div.DivClassName
{
background-color: #D74DA2;
}
.BgClassName
{
background-color: #D74DA2;
}
</style>
border-color css
<style>
span { border-color: #D74DA2; }
span { border-color: rgb(215,77,162); }
td.TdClassName
{
border-color: #D74DA2;
}
.TagClassName
{
border-color: #D74DA2;
}
</style>