Shades of Mulberry #D74F9B
Tints of Mulberry #D74F9B
RGB
CMYK
RGB Variations
Color information
#D74F9B (or 0xD74F9B) is known color: Mulberry. HEX triplet: D7, 4F and 9B. RGB value is (215,79,155). Sum of RGB (Red+Green+Blue) = 215+79+155=449 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.88% from 449); Green value is 79 (31.25% from 255 or 17.59% from 449); Blue value is 155 (60.94% from 255 or 34.52% from 449); Max value from RGB is 215 - color contains mainly: red. Hex color #D74F9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D74F9B is #28B064. Grayscale: #808080. Windows color (decimal): -2666597 or 10178519. OLE color: 10178519.
HSL color Cylindrical-coordinate representation of color #D74F9B: hue angle of 326.47º 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 #D74F9B is Cyan = 0, Magento = 0.63, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 79 | 155 | - |
| CMYK | 0 | 0.63 | 0.28 | 0.16 |
| HSL | 326.47º | 0.63% | 0.58% | - |
| HSV(B) | 326.47º | 0.63% | 0.84% | - |
| XYZ | 36.74 | 22.41 | 33.4 | - |
| YUV | 128.33 | 143.06 | 189.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 79 | 155 | 0 | 0.63 | 0.28 | 0.16 | 326.47 | 0.63 | 0.58 |
| Hex | D7 | 4F | 9B | 0 | 3F | 1C | 10 | 146 | 3F | 3A |
| Octal | 327 | 117 | 233 | 0 | 77 | 34 | 20 | 506 | 77 | 72 |
| Binary | 11010111 | 1001111 | 10011011 | 0 | 111111 | 11100 | 10000 | 101000110 | 111111 | 111010 |
Color Harmonies of #D74F9B
Complementary color
Monochromatic Colors of #D74F9B
Black with #D74F9B
Text Example
Text Example
White with #D74F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74F9B; }
p { color: rgb(215,79,155); }
H1.HeaderClassName
{
color: #D74F9B;
}
.AnyTagClassName
{
color: #D74F9B;
}
</style>
background-color css
<style>
a { background-color: #D74F9B; }
a { background-color: rgb(215,79,155); }
div.DivClassName
{
background-color: #D74F9B;
}
.BgClassName
{
background-color: #D74F9B;
}
</style>
border-color css
<style>
span { border-color: #D74F9B; }
span { border-color: rgb(215,79,155); }
td.TdClassName
{
border-color: #D74F9B;
}
.TagClassName
{
border-color: #D74F9B;
}
</style>