Shades of Mulberry #D7458B
Tints of Mulberry #D7458B
RGB
CMYK
RGB Variations
Color information
#D7458B (or 0xD7458B) is known color: Mulberry. HEX triplet: D7, 45 and 8B. RGB value is (215,69,139). Sum of RGB (Red+Green+Blue) = 215+69+139=423 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.83% from 423); Green value is 69 (27.34% from 255 or 16.31% from 423); Blue value is 139 (54.69% from 255 or 32.86% from 423); Max value from RGB is 215 - color contains mainly: red. Hex color #D7458B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D7458B is #28BA74. Grayscale: #787878. Windows color (decimal): -2669173 or 9127383. OLE color: 9127383.
HSL color Cylindrical-coordinate representation of color #D7458B: hue angle of 331.23º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D7458B is Cyan = 0, Magento = 0.68, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 69 | 139 | - |
| CMYK | 0 | 0.68 | 0.35 | 0.16 |
| HSL | 331.23º | 0.65% | 0.56% | - |
| HSV(B) | 331.23º | 0.68% | 0.84% | - |
| XYZ | 34.81 | 20.57 | 26.56 | - |
| YUV | 120.63 | 138.37 | 195.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 69 | 139 | 0 | 0.68 | 0.35 | 0.16 | 331.23 | 0.65 | 0.56 |
| Hex | D7 | 45 | 8B | 0 | 44 | 23 | 10 | 14B | 41 | 38 |
| Octal | 327 | 105 | 213 | 0 | 104 | 43 | 20 | 513 | 101 | 70 |
| Binary | 11010111 | 1000101 | 10001011 | 0 | 1000100 | 100011 | 10000 | 101001011 | 1000001 | 111000 |
Color Harmonies of #D7458B
Complementary color
Monochromatic Colors of #D7458B
Black with #D7458B
Text Example
Text Example
White with #D7458B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7458B; }
p { color: rgb(215,69,139); }
H1.HeaderClassName
{
color: #D7458B;
}
.AnyTagClassName
{
color: #D7458B;
}
</style>
background-color css
<style>
a { background-color: #D7458B; }
a { background-color: rgb(215,69,139); }
div.DivClassName
{
background-color: #D7458B;
}
.BgClassName
{
background-color: #D7458B;
}
</style>
border-color css
<style>
span { border-color: #D7458B; }
span { border-color: rgb(215,69,139); }
td.TdClassName
{
border-color: #D7458B;
}
.TagClassName
{
border-color: #D7458B;
}
</style>