Shades of Mulberry #D74EA1
Tints of Mulberry #D74EA1
RGB
CMYK
RGB Variations
Color information
#D74EA1 (or 0xD74EA1) is known color: Mulberry. HEX triplet: D7, 4E and A1. RGB value is (215,78,161). Sum of RGB (Red+Green+Blue) = 215+78+161=454 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.36% from 454); Green value is 78 (30.86% from 255 or 17.18% from 454); Blue value is 161 (63.28% from 255 or 35.46% from 454); Max value from RGB is 215 - color contains mainly: red. Hex color #D74EA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D74EA1 is #28B15E. Grayscale: #808080. Windows color (decimal): -2666847 or 10571479. OLE color: 10571479.
HSL color Cylindrical-coordinate representation of color #D74EA1: hue angle of 323.65º 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 #D74EA1 is Cyan = 0, Magento = 0.64, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 78 | 161 | - |
| CMYK | 0 | 0.64 | 0.25 | 0.16 |
| HSL | 323.65º | 0.63% | 0.57% | - |
| HSV(B) | 323.65º | 0.64% | 0.84% | - |
| XYZ | 37.18 | 22.47 | 36.1 | - |
| YUV | 128.43 | 146.39 | 189.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 78 | 161 | 0 | 0.64 | 0.25 | 0.16 | 323.65 | 0.63 | 0.57 |
| Hex | D7 | 4E | A1 | 0 | 40 | 19 | 10 | 144 | 3F | 39 |
| Octal | 327 | 116 | 241 | 0 | 100 | 31 | 20 | 504 | 77 | 71 |
| Binary | 11010111 | 1001110 | 10100001 | 0 | 1000000 | 11001 | 10000 | 101000100 | 111111 | 111001 |
Color Harmonies of #D74EA1
Complementary color
Monochromatic Colors of #D74EA1
Black with #D74EA1
Text Example
Text Example
White with #D74EA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74EA1; }
p { color: rgb(215,78,161); }
H1.HeaderClassName
{
color: #D74EA1;
}
.AnyTagClassName
{
color: #D74EA1;
}
</style>
background-color css
<style>
a { background-color: #D74EA1; }
a { background-color: rgb(215,78,161); }
div.DivClassName
{
background-color: #D74EA1;
}
.BgClassName
{
background-color: #D74EA1;
}
</style>
border-color css
<style>
span { border-color: #D74EA1; }
span { border-color: rgb(215,78,161); }
td.TdClassName
{
border-color: #D74EA1;
}
.TagClassName
{
border-color: #D74EA1;
}
</style>