Shades of Mulberry #D74DAB
Tints of Mulberry #D74DAB
RGB
CMYK
RGB Variations
Color information
#D74DAB (or 0xD74DAB) is known color: Mulberry. HEX triplet: D7, 4D and AB. RGB value is (215,77,171). Sum of RGB (Red+Green+Blue) = 215+77+171=463 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.44% from 463); Green value is 77 (30.47% from 255 or 16.63% from 463); Blue value is 171 (67.19% from 255 or 36.93% from 463); Max value from RGB is 215 - color contains mainly: red. Hex color #D74DAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D74DAB is #28B254. Grayscale: #808080. Windows color (decimal): -2667093 or 11226583. OLE color: 11226583.
HSL color Cylindrical-coordinate representation of color #D74DAB: hue angle of 319.13º 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 #D74DAB is Cyan = 0, Magento = 0.64, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 77 | 171 | - |
| CMYK | 0 | 0.64 | 0.20 | 0.16 |
| HSL | 319.13º | 0.63% | 0.57% | - |
| HSV(B) | 319.13º | 0.64% | 0.84% | - |
| XYZ | 38.03 | 22.7 | 40.9 | - |
| YUV | 128.98 | 151.72 | 189.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 77 | 171 | 0 | 0.64 | 0.20 | 0.16 | 319.13 | 0.63 | 0.57 |
| Hex | D7 | 4D | AB | 0 | 40 | 14 | 10 | 13F | 3F | 39 |
| Octal | 327 | 115 | 253 | 0 | 100 | 24 | 20 | 477 | 77 | 71 |
| Binary | 11010111 | 1001101 | 10101011 | 0 | 1000000 | 10100 | 10000 | 100111111 | 111111 | 111001 |
Color Harmonies of #D74DAB
Complementary color
Monochromatic Colors of #D74DAB
Black with #D74DAB
Text Example
Text Example
White with #D74DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74DAB; }
p { color: rgb(215,77,171); }
H1.HeaderClassName
{
color: #D74DAB;
}
.AnyTagClassName
{
color: #D74DAB;
}
</style>
background-color css
<style>
a { background-color: #D74DAB; }
a { background-color: rgb(215,77,171); }
div.DivClassName
{
background-color: #D74DAB;
}
.BgClassName
{
background-color: #D74DAB;
}
</style>
border-color css
<style>
span { border-color: #D74DAB; }
span { border-color: rgb(215,77,171); }
td.TdClassName
{
border-color: #D74DAB;
}
.TagClassName
{
border-color: #D74DAB;
}
</style>