Shades of Mulberry #D8458E
Tints of Mulberry #D8458E
RGB
CMYK
RGB Variations
Color information
#D8458E (or 0xD8458E) is known color: Mulberry. HEX triplet: D8, 45 and 8E. RGB value is (216,69,142). Sum of RGB (Red+Green+Blue) = 216+69+142=427 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.59% from 427); Green value is 69 (27.34% from 255 or 16.16% from 427); Blue value is 142 (55.86% from 255 or 33.26% from 427); Max value from RGB is 216 - color contains mainly: red. Hex color #D8458E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D8458E is #27BA71. Grayscale: #797979. Windows color (decimal): -2603634 or 9323992. OLE color: 9323992.
HSL color Cylindrical-coordinate representation of color #D8458E: hue angle of 330.2º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D8458E is Cyan = 0, Magento = 0.68, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 69 | 142 | - |
| CMYK | 0 | 0.68 | 0.34 | 0.15 |
| HSL | 330.2º | 0.65% | 0.56% | - |
| HSV(B) | 330.2º | 0.68% | 0.85% | - |
| XYZ | 35.33 | 20.81 | 27.75 | - |
| YUV | 121.28 | 139.7 | 195.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 69 | 142 | 0 | 0.68 | 0.34 | 0.15 | 330.2 | 0.65 | 0.56 |
| Hex | D8 | 45 | 8E | 0 | 44 | 22 | F | 14A | 41 | 38 |
| Octal | 330 | 105 | 216 | 0 | 104 | 42 | 17 | 512 | 101 | 70 |
| Binary | 11011000 | 1000101 | 10001110 | 0 | 1000100 | 100010 | 1111 | 101001010 | 1000001 | 111000 |
Color Harmonies of #D8458E
Complementary color
Monochromatic Colors of #D8458E
Black with #D8458E
Text Example
Text Example
White with #D8458E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8458E; }
p { color: rgb(216,69,142); }
H1.HeaderClassName
{
color: #D8458E;
}
.AnyTagClassName
{
color: #D8458E;
}
</style>
background-color css
<style>
a { background-color: #D8458E; }
a { background-color: rgb(216,69,142); }
div.DivClassName
{
background-color: #D8458E;
}
.BgClassName
{
background-color: #D8458E;
}
</style>
border-color css
<style>
span { border-color: #D8458E; }
span { border-color: rgb(216,69,142); }
td.TdClassName
{
border-color: #D8458E;
}
.TagClassName
{
border-color: #D8458E;
}
</style>