Shades of Mulberry #D74795
Tints of Mulberry #D74795
RGB
CMYK
RGB Variations
Color information
#D74795 (or 0xD74795) is known color: Mulberry. HEX triplet: D7, 47 and 95. RGB value is (215,71,149). Sum of RGB (Red+Green+Blue) = 215+71+149=435 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.43% from 435); Green value is 71 (28.12% from 255 or 16.32% from 435); Blue value is 149 (58.59% from 255 or 34.25% from 435); Max value from RGB is 215 - color contains mainly: red. Hex color #D74795 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74795 is #28B86A. Grayscale: #7A7A7A. Windows color (decimal): -2668651 or 9783255. OLE color: 9783255.
HSL color Cylindrical-coordinate representation of color #D74795: hue angle of 327.5º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D74795 is Cyan = 0, Magento = 0.67, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 71 | 149 | - |
| CMYK | 0 | 0.67 | 0.31 | 0.16 |
| HSL | 327.5º | 0.64% | 0.56% | - |
| HSV(B) | 327.5º | 0.67% | 0.84% | - |
| XYZ | 35.7 | 21.12 | 30.63 | - |
| YUV | 122.95 | 142.71 | 193.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 71 | 149 | 0 | 0.67 | 0.31 | 0.16 | 327.5 | 0.64 | 0.56 |
| Hex | D7 | 47 | 95 | 0 | 43 | 1F | 10 | 148 | 40 | 38 |
| Octal | 327 | 107 | 225 | 0 | 103 | 37 | 20 | 510 | 100 | 70 |
| Binary | 11010111 | 1000111 | 10010101 | 0 | 1000011 | 11111 | 10000 | 101001000 | 1000000 | 111000 |
Color Harmonies of #D74795
Complementary color
Monochromatic Colors of #D74795
Black with #D74795
Text Example
Text Example
White with #D74795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74795; }
p { color: rgb(215,71,149); }
H1.HeaderClassName
{
color: #D74795;
}
.AnyTagClassName
{
color: #D74795;
}
</style>
background-color css
<style>
a { background-color: #D74795; }
a { background-color: rgb(215,71,149); }
div.DivClassName
{
background-color: #D74795;
}
.BgClassName
{
background-color: #D74795;
}
</style>
border-color css
<style>
span { border-color: #D74795; }
span { border-color: rgb(215,71,149); }
td.TdClassName
{
border-color: #D74795;
}
.TagClassName
{
border-color: #D74795;
}
</style>