Shades of Mulberry #D74F96
Tints of Mulberry #D74F96
RGB
CMYK
RGB Variations
Color information
#D74F96 (or 0xD74F96) is known color: Mulberry. HEX triplet: D7, 4F and 96. RGB value is (215,79,150). Sum of RGB (Red+Green+Blue) = 215+79+150=444 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.42% from 444); Green value is 79 (31.25% from 255 or 17.79% from 444); Blue value is 150 (58.98% from 255 or 33.78% from 444); Max value from RGB is 215 - color contains mainly: red. Hex color #D74F96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D74F96 is #28B069. Grayscale: #7F7F7F. Windows color (decimal): -2666602 or 9850839. OLE color: 9850839.
HSL color Cylindrical-coordinate representation of color #D74F96: hue angle of 328.68º 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 #D74F96 is Cyan = 0, Magento = 0.63, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 79 | 150 | - |
| CMYK | 0 | 0.63 | 0.30 | 0.16 |
| HSL | 328.68º | 0.63% | 0.58% | - |
| HSV(B) | 328.68º | 0.63% | 0.84% | - |
| XYZ | 36.33 | 22.24 | 31.23 | - |
| YUV | 127.76 | 140.56 | 190.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 79 | 150 | 0 | 0.63 | 0.30 | 0.16 | 328.68 | 0.63 | 0.58 |
| Hex | D7 | 4F | 96 | 0 | 3F | 1E | 10 | 149 | 3F | 3A |
| Octal | 327 | 117 | 226 | 0 | 77 | 36 | 20 | 511 | 77 | 72 |
| Binary | 11010111 | 1001111 | 10010110 | 0 | 111111 | 11110 | 10000 | 101001001 | 111111 | 111010 |
Color Harmonies of #D74F96
Complementary color
Monochromatic Colors of #D74F96
Black with #D74F96
Text Example
Text Example
White with #D74F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74F96; }
p { color: rgb(215,79,150); }
H1.HeaderClassName
{
color: #D74F96;
}
.AnyTagClassName
{
color: #D74F96;
}
</style>
background-color css
<style>
a { background-color: #D74F96; }
a { background-color: rgb(215,79,150); }
div.DivClassName
{
background-color: #D74F96;
}
.BgClassName
{
background-color: #D74F96;
}
</style>
border-color css
<style>
span { border-color: #D74F96; }
span { border-color: rgb(215,79,150); }
td.TdClassName
{
border-color: #D74F96;
}
.TagClassName
{
border-color: #D74F96;
}
</style>