Shades of Mulberry #D7489B
Tints of Mulberry #D7489B
RGB
CMYK
RGB Variations
Color information
#D7489B (or 0xD7489B) is known color: Mulberry. HEX triplet: D7, 48 and 9B. RGB value is (215,72,155). Sum of RGB (Red+Green+Blue) = 215+72+155=442 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.64% from 442); Green value is 72 (28.52% from 255 or 16.29% from 442); Blue value is 155 (60.94% from 255 or 35.07% from 442); Max value from RGB is 215 - color contains mainly: red. Hex color #D7489B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D7489B is #28B764. Grayscale: #7C7C7C. Windows color (decimal): -2668389 or 10176727. OLE color: 10176727.
HSL color Cylindrical-coordinate representation of color #D7489B: hue angle of 325.17º 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 #D7489B is Cyan = 0, Magento = 0.67, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 72 | 155 | - |
| CMYK | 0 | 0.67 | 0.28 | 0.16 |
| HSL | 325.17º | 0.64% | 0.56% | - |
| HSV(B) | 325.17º | 0.67% | 0.84% | - |
| XYZ | 36.26 | 21.45 | 33.24 | - |
| YUV | 124.22 | 145.38 | 192.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 72 | 155 | 0 | 0.67 | 0.28 | 0.16 | 325.17 | 0.64 | 0.56 |
| Hex | D7 | 48 | 9B | 0 | 43 | 1C | 10 | 145 | 40 | 38 |
| Octal | 327 | 110 | 233 | 0 | 103 | 34 | 20 | 505 | 100 | 70 |
| Binary | 11010111 | 1001000 | 10011011 | 0 | 1000011 | 11100 | 10000 | 101000101 | 1000000 | 111000 |
Color Harmonies of #D7489B
Complementary color
Monochromatic Colors of #D7489B
Black with #D7489B
Text Example
Text Example
White with #D7489B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7489B; }
p { color: rgb(215,72,155); }
H1.HeaderClassName
{
color: #D7489B;
}
.AnyTagClassName
{
color: #D7489B;
}
</style>
background-color css
<style>
a { background-color: #D7489B; }
a { background-color: rgb(215,72,155); }
div.DivClassName
{
background-color: #D7489B;
}
.BgClassName
{
background-color: #D7489B;
}
</style>
border-color css
<style>
span { border-color: #D7489B; }
span { border-color: rgb(215,72,155); }
td.TdClassName
{
border-color: #D7489B;
}
.TagClassName
{
border-color: #D7489B;
}
</style>