Shades of Mulberry #D74DA8
Tints of Mulberry #D74DA8
RGB
CMYK
RGB Variations
Color information
#D74DA8 (or 0xD74DA8) is known color: Mulberry. HEX triplet: D7, 4D and A8. RGB value is (215,77,168). Sum of RGB (Red+Green+Blue) = 215+77+168=460 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.74% from 460); Green value is 77 (30.47% from 255 or 16.74% from 460); Blue value is 168 (66.02% from 255 or 36.52% from 460); Max value from RGB is 215 - color contains mainly: red. Hex color #D74DA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D74DA8 is #28B257. Grayscale: #808080. Windows color (decimal): -2667096 or 11029975. OLE color: 11029975.
HSL color Cylindrical-coordinate representation of color #D74DA8: hue angle of 320.43º 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 #D74DA8 is Cyan = 0, Magento = 0.64, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 77 | 168 | - |
| CMYK | 0 | 0.64 | 0.22 | 0.16 |
| HSL | 320.43º | 0.63% | 0.57% | - |
| HSV(B) | 320.43º | 0.64% | 0.84% | - |
| XYZ | 37.75 | 22.58 | 39.42 | - |
| YUV | 128.64 | 150.22 | 189.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 77 | 168 | 0 | 0.64 | 0.22 | 0.16 | 320.43 | 0.63 | 0.57 |
| Hex | D7 | 4D | A8 | 0 | 40 | 16 | 10 | 140 | 3F | 39 |
| Octal | 327 | 115 | 250 | 0 | 100 | 26 | 20 | 500 | 77 | 71 |
| Binary | 11010111 | 1001101 | 10101000 | 0 | 1000000 | 10110 | 10000 | 101000000 | 111111 | 111001 |
Color Harmonies of #D74DA8
Complementary color
Monochromatic Colors of #D74DA8
Black with #D74DA8
Text Example
Text Example
White with #D74DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74DA8; }
p { color: rgb(215,77,168); }
H1.HeaderClassName
{
color: #D74DA8;
}
.AnyTagClassName
{
color: #D74DA8;
}
</style>
background-color css
<style>
a { background-color: #D74DA8; }
a { background-color: rgb(215,77,168); }
div.DivClassName
{
background-color: #D74DA8;
}
.BgClassName
{
background-color: #D74DA8;
}
</style>
border-color css
<style>
span { border-color: #D74DA8; }
span { border-color: rgb(215,77,168); }
td.TdClassName
{
border-color: #D74DA8;
}
.TagClassName
{
border-color: #D74DA8;
}
</style>