Shades of Mulberry #D1458B
Tints of Mulberry #D1458B
RGB
CMYK
RGB Variations
Color information
#D1458B (or 0xD1458B) is known color: Mulberry. HEX triplet: D1, 45 and 8B. RGB value is (209,69,139). Sum of RGB (Red+Green+Blue) = 209+69+139=417 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.12% from 417); Green value is 69 (27.34% from 255 or 16.55% from 417); Blue value is 139 (54.69% from 255 or 33.33% from 417); Max value from RGB is 209 - color contains mainly: red. Hex color #D1458B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1458B is #2EBA74. Grayscale: #767676. Windows color (decimal): -3062389 or 9127377. OLE color: 9127377.
HSL color Cylindrical-coordinate representation of color #D1458B: hue angle of 330º 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 #D1458B is Cyan = 0, Magento = 0.67, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 69 | 139 | - |
| CMYK | 0 | 0.67 | 0.33 | 0.18 |
| HSL | 330º | 0.6% | 0.55% | - |
| HSV(B) | 330º | 0.67% | 0.82% | - |
| XYZ | 33.08 | 19.68 | 26.48 | - |
| YUV | 118.84 | 139.38 | 192.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 69 | 139 | 0 | 0.67 | 0.33 | 0.18 | 330 | 0.6 | 0.55 |
| Hex | D1 | 45 | 8B | 0 | 43 | 21 | 12 | 14A | 3C | 37 |
| Octal | 321 | 105 | 213 | 0 | 103 | 41 | 22 | 512 | 74 | 67 |
| Binary | 11010001 | 1000101 | 10001011 | 0 | 1000011 | 100001 | 10010 | 101001010 | 111100 | 110111 |
Color Harmonies of #D1458B
Complementary color
Monochromatic Colors of #D1458B
Black with #D1458B
Text Example
Text Example
White with #D1458B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1458B; }
p { color: rgb(209,69,139); }
H1.HeaderClassName
{
color: #D1458B;
}
.AnyTagClassName
{
color: #D1458B;
}
</style>
background-color css
<style>
a { background-color: #D1458B; }
a { background-color: rgb(209,69,139); }
div.DivClassName
{
background-color: #D1458B;
}
.BgClassName
{
background-color: #D1458B;
}
</style>
border-color css
<style>
span { border-color: #D1458B; }
span { border-color: rgb(209,69,139); }
td.TdClassName
{
border-color: #D1458B;
}
.TagClassName
{
border-color: #D1458B;
}
</style>