Shades of Mulberry #D74EA0
Tints of Mulberry #D74EA0
RGB
CMYK
RGB Variations
Color information
#D74EA0 (or 0xD74EA0) is known color: Mulberry. HEX triplet: D7, 4E and A0. RGB value is (215,78,160). Sum of RGB (Red+Green+Blue) = 215+78+160=453 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.46% from 453); Green value is 78 (30.86% from 255 or 17.22% from 453); Blue value is 160 (62.89% from 255 or 35.32% from 453); Max value from RGB is 215 - color contains mainly: red. Hex color #D74EA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D74EA0 is #28B15F. Grayscale: #808080. Windows color (decimal): -2666848 or 10505943. OLE color: 10505943.
HSL color Cylindrical-coordinate representation of color #D74EA0: hue angle of 324.09º 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 #D74EA0 is Cyan = 0, Magento = 0.64, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 78 | 160 | - |
| CMYK | 0 | 0.64 | 0.26 | 0.16 |
| HSL | 324.09º | 0.63% | 0.57% | - |
| HSV(B) | 324.09º | 0.64% | 0.84% | - |
| XYZ | 37.09 | 22.43 | 35.63 | - |
| YUV | 128.31 | 145.89 | 189.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 78 | 160 | 0 | 0.64 | 0.26 | 0.16 | 324.09 | 0.63 | 0.57 |
| Hex | D7 | 4E | A0 | 0 | 40 | 1A | 10 | 144 | 3F | 39 |
| Octal | 327 | 116 | 240 | 0 | 100 | 32 | 20 | 504 | 77 | 71 |
| Binary | 11010111 | 1001110 | 10100000 | 0 | 1000000 | 11010 | 10000 | 101000100 | 111111 | 111001 |
Color Harmonies of #D74EA0
Complementary color
Monochromatic Colors of #D74EA0
Black with #D74EA0
Text Example
Text Example
White with #D74EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74EA0; }
p { color: rgb(215,78,160); }
H1.HeaderClassName
{
color: #D74EA0;
}
.AnyTagClassName
{
color: #D74EA0;
}
</style>
background-color css
<style>
a { background-color: #D74EA0; }
a { background-color: rgb(215,78,160); }
div.DivClassName
{
background-color: #D74EA0;
}
.BgClassName
{
background-color: #D74EA0;
}
</style>
border-color css
<style>
span { border-color: #D74EA0; }
span { border-color: rgb(215,78,160); }
td.TdClassName
{
border-color: #D74EA0;
}
.TagClassName
{
border-color: #D74EA0;
}
</style>