Shades of Mulberry #D1459B
Tints of Mulberry #D1459B
RGB
CMYK
RGB Variations
Color information
#D1459B (or 0xD1459B) is known color: Mulberry. HEX triplet: D1, 45 and 9B. RGB value is (209,69,155). Sum of RGB (Red+Green+Blue) = 209+69+155=433 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.27% from 433); Green value is 69 (27.34% from 255 or 15.94% from 433); Blue value is 155 (60.94% from 255 or 35.80% from 433); Max value from RGB is 209 - color contains mainly: red. Hex color #D1459B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1459B is #2EBA64. Grayscale: #787878. Windows color (decimal): -3062373 or 10175953. OLE color: 10175953.
HSL color Cylindrical-coordinate representation of color #D1459B: hue angle of 323.14º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D1459B is Cyan = 0, Magento = 0.67, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 69 | 155 | - |
| CMYK | 0 | 0.67 | 0.26 | 0.18 |
| HSL | 323.14º | 0.6% | 0.55% | - |
| HSV(B) | 323.14º | 0.67% | 0.82% | - |
| XYZ | 34.34 | 20.18 | 33.1 | - |
| YUV | 120.66 | 147.38 | 191.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 69 | 155 | 0 | 0.67 | 0.26 | 0.18 | 323.14 | 0.6 | 0.55 |
| Hex | D1 | 45 | 9B | 0 | 43 | 1A | 12 | 143 | 3C | 37 |
| Octal | 321 | 105 | 233 | 0 | 103 | 32 | 22 | 503 | 74 | 67 |
| Binary | 11010001 | 1000101 | 10011011 | 0 | 1000011 | 11010 | 10010 | 101000011 | 111100 | 110111 |
Color Harmonies of #D1459B
Complementary color
Monochromatic Colors of #D1459B
Black with #D1459B
Text Example
Text Example
White with #D1459B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1459B; }
p { color: rgb(209,69,155); }
H1.HeaderClassName
{
color: #D1459B;
}
.AnyTagClassName
{
color: #D1459B;
}
</style>
background-color css
<style>
a { background-color: #D1459B; }
a { background-color: rgb(209,69,155); }
div.DivClassName
{
background-color: #D1459B;
}
.BgClassName
{
background-color: #D1459B;
}
</style>
border-color css
<style>
span { border-color: #D1459B; }
span { border-color: rgb(209,69,155); }
td.TdClassName
{
border-color: #D1459B;
}
.TagClassName
{
border-color: #D1459B;
}
</style>