Shades of Mulberry #D0458D
Tints of Mulberry #D0458D
RGB
CMYK
RGB Variations
Color information
#D0458D (or 0xD0458D) is known color: Mulberry. HEX triplet: D0, 45 and 8D. RGB value is (208,69,141). Sum of RGB (Red+Green+Blue) = 208+69+141=418 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.76% from 418); Green value is 69 (27.34% from 255 or 16.51% from 418); Blue value is 141 (55.47% from 255 or 33.73% from 418); Max value from RGB is 208 - color contains mainly: red. Hex color #D0458D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0458D is #2FBA72. Grayscale: #767676. Windows color (decimal): -3127923 or 9258448. OLE color: 9258448.
HSL color Cylindrical-coordinate representation of color #D0458D: hue angle of 328.92º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D0458D is Cyan = 0, Magento = 0.67, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 69 | 141 | - |
| CMYK | 0 | 0.67 | 0.32 | 0.18 |
| HSL | 328.92º | 0.6% | 0.54% | - |
| HSV(B) | 328.92º | 0.67% | 0.82% | - |
| XYZ | 32.95 | 19.59 | 27.24 | - |
| YUV | 118.77 | 140.55 | 191.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 69 | 141 | 0 | 0.67 | 0.32 | 0.18 | 328.92 | 0.6 | 0.54 |
| Hex | D0 | 45 | 8D | 0 | 43 | 20 | 12 | 149 | 3C | 36 |
| Octal | 320 | 105 | 215 | 0 | 103 | 40 | 22 | 511 | 74 | 66 |
| Binary | 11010000 | 1000101 | 10001101 | 0 | 1000011 | 100000 | 10010 | 101001001 | 111100 | 110110 |
Color Harmonies of #D0458D
Complementary color
Monochromatic Colors of #D0458D
Black with #D0458D
Text Example
Text Example
White with #D0458D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0458D; }
p { color: rgb(208,69,141); }
H1.HeaderClassName
{
color: #D0458D;
}
.AnyTagClassName
{
color: #D0458D;
}
</style>
background-color css
<style>
a { background-color: #D0458D; }
a { background-color: rgb(208,69,141); }
div.DivClassName
{
background-color: #D0458D;
}
.BgClassName
{
background-color: #D0458D;
}
</style>
border-color css
<style>
span { border-color: #D0458D; }
span { border-color: rgb(208,69,141); }
td.TdClassName
{
border-color: #D0458D;
}
.TagClassName
{
border-color: #D0458D;
}
</style>