Shades of Mulberry #D74F9E
Tints of Mulberry #D74F9E
RGB
CMYK
RGB Variations
Color information
#D74F9E (or 0xD74F9E) is known color: Mulberry. HEX triplet: D7, 4F and 9E. RGB value is (215,79,158). Sum of RGB (Red+Green+Blue) = 215+79+158=452 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.57% from 452); Green value is 79 (31.25% from 255 or 17.48% from 452); Blue value is 158 (62.11% from 255 or 34.96% from 452); Max value from RGB is 215 - color contains mainly: red. Hex color #D74F9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D74F9E is #28B061. Grayscale: #808080. Windows color (decimal): -2666594 or 10375127. OLE color: 10375127.
HSL color Cylindrical-coordinate representation of color #D74F9E: hue angle of 325.15º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D74F9E is Cyan = 0, Magento = 0.63, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 79 | 158 | - |
| CMYK | 0 | 0.63 | 0.27 | 0.16 |
| HSL | 325.15º | 0.63% | 0.58% | - |
| HSV(B) | 325.15º | 0.63% | 0.84% | - |
| XYZ | 36.99 | 22.51 | 34.74 | - |
| YUV | 128.67 | 144.56 | 189.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 79 | 158 | 0 | 0.63 | 0.27 | 0.16 | 325.15 | 0.63 | 0.58 |
| Hex | D7 | 4F | 9E | 0 | 3F | 1B | 10 | 145 | 3F | 3A |
| Octal | 327 | 117 | 236 | 0 | 77 | 33 | 20 | 505 | 77 | 72 |
| Binary | 11010111 | 1001111 | 10011110 | 0 | 111111 | 11011 | 10000 | 101000101 | 111111 | 111010 |
Color Harmonies of #D74F9E
Complementary color
Monochromatic Colors of #D74F9E
Black with #D74F9E
Text Example
Text Example
White with #D74F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74F9E; }
p { color: rgb(215,79,158); }
H1.HeaderClassName
{
color: #D74F9E;
}
.AnyTagClassName
{
color: #D74F9E;
}
</style>
background-color css
<style>
a { background-color: #D74F9E; }
a { background-color: rgb(215,79,158); }
div.DivClassName
{
background-color: #D74F9E;
}
.BgClassName
{
background-color: #D74F9E;
}
</style>
border-color css
<style>
span { border-color: #D74F9E; }
span { border-color: rgb(215,79,158); }
td.TdClassName
{
border-color: #D74F9E;
}
.TagClassName
{
border-color: #D74F9E;
}
</style>