Shades of Mulberry #D74296
Tints of Mulberry #D74296
RGB
CMYK
RGB Variations
Color information
#D74296 (or 0xD74296) is known color: Mulberry. HEX triplet: D7, 42 and 96. RGB value is (215,66,150). Sum of RGB (Red+Green+Blue) = 215+66+150=431 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.88% from 431); Green value is 66 (26.17% from 255 or 15.31% from 431); Blue value is 150 (58.98% from 255 or 34.80% from 431); Max value from RGB is 215 - color contains mainly: red. Hex color #D74296 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74296 is #28BD69. Grayscale: #777777. Windows color (decimal): -2669930 or 9847511. OLE color: 9847511.
HSL color Cylindrical-coordinate representation of color #D74296: hue angle of 326.17º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D74296 is Cyan = 0, Magento = 0.69, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 66 | 150 | - |
| CMYK | 0 | 0.69 | 0.30 | 0.16 |
| HSL | 326.17º | 0.65% | 0.55% | - |
| HSV(B) | 326.17º | 0.69% | 0.84% | - |
| XYZ | 35.48 | 20.55 | 30.95 | - |
| YUV | 120.13 | 144.86 | 195.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 66 | 150 | 0 | 0.69 | 0.30 | 0.16 | 326.17 | 0.65 | 0.55 |
| Hex | D7 | 42 | 96 | 0 | 45 | 1E | 10 | 146 | 41 | 37 |
| Octal | 327 | 102 | 226 | 0 | 105 | 36 | 20 | 506 | 101 | 67 |
| Binary | 11010111 | 1000010 | 10010110 | 0 | 1000101 | 11110 | 10000 | 101000110 | 1000001 | 110111 |
Color Harmonies of #D74296
Complementary color
Monochromatic Colors of #D74296
Black with #D74296
Text Example
Text Example
White with #D74296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74296; }
p { color: rgb(215,66,150); }
H1.HeaderClassName
{
color: #D74296;
}
.AnyTagClassName
{
color: #D74296;
}
</style>
background-color css
<style>
a { background-color: #D74296; }
a { background-color: rgb(215,66,150); }
div.DivClassName
{
background-color: #D74296;
}
.BgClassName
{
background-color: #D74296;
}
</style>
border-color css
<style>
span { border-color: #D74296; }
span { border-color: rgb(215,66,150); }
td.TdClassName
{
border-color: #D74296;
}
.TagClassName
{
border-color: #D74296;
}
</style>