Shades of Mulberry #D74695
Tints of Mulberry #D74695
RGB
CMYK
RGB Variations
Color information
#D74695 (or 0xD74695) is known color: Mulberry. HEX triplet: D7, 46 and 95. RGB value is (215,70,149). Sum of RGB (Red+Green+Blue) = 215+70+149=434 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.54% from 434); Green value is 70 (27.73% from 255 or 16.13% from 434); Blue value is 149 (58.59% from 255 or 34.33% from 434); Max value from RGB is 215 - color contains mainly: red. Hex color #D74695 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D74695 is #28B96A. Grayscale: #7A7A7A. Windows color (decimal): -2668907 or 9782999. OLE color: 9782999.
HSL color Cylindrical-coordinate representation of color #D74695: hue angle of 327.31º 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 #D74695 is Cyan = 0, Magento = 0.67, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 70 | 149 | - |
| CMYK | 0 | 0.67 | 0.31 | 0.16 |
| HSL | 327.31º | 0.64% | 0.56% | - |
| HSV(B) | 327.31º | 0.67% | 0.84% | - |
| XYZ | 35.64 | 21 | 30.61 | - |
| YUV | 122.36 | 143.04 | 194.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 70 | 149 | 0 | 0.67 | 0.31 | 0.16 | 327.31 | 0.64 | 0.56 |
| Hex | D7 | 46 | 95 | 0 | 43 | 1F | 10 | 147 | 40 | 38 |
| Octal | 327 | 106 | 225 | 0 | 103 | 37 | 20 | 507 | 100 | 70 |
| Binary | 11010111 | 1000110 | 10010101 | 0 | 1000011 | 11111 | 10000 | 101000111 | 1000000 | 111000 |
Color Harmonies of #D74695
Complementary color
Monochromatic Colors of #D74695
Black with #D74695
Text Example
Text Example
White with #D74695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74695; }
p { color: rgb(215,70,149); }
H1.HeaderClassName
{
color: #D74695;
}
.AnyTagClassName
{
color: #D74695;
}
</style>
background-color css
<style>
a { background-color: #D74695; }
a { background-color: rgb(215,70,149); }
div.DivClassName
{
background-color: #D74695;
}
.BgClassName
{
background-color: #D74695;
}
</style>
border-color css
<style>
span { border-color: #D74695; }
span { border-color: rgb(215,70,149); }
td.TdClassName
{
border-color: #D74695;
}
.TagClassName
{
border-color: #D74695;
}
</style>