Shades of Mulberry #D04893
Tints of Mulberry #D04893
RGB
CMYK
RGB Variations
Color information
#D04893 (or 0xD04893) is known color: Mulberry. HEX triplet: D0, 48 and 93. RGB value is (208,72,147). Sum of RGB (Red+Green+Blue) = 208+72+147=427 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.71% from 427); Green value is 72 (28.52% from 255 or 16.86% from 427); Blue value is 147 (57.81% from 255 or 34.43% from 427); Max value from RGB is 208 - color contains mainly: red. Hex color #D04893 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04893 is #2FB76C. Grayscale: #797979. Windows color (decimal): -3127149 or 9652432. OLE color: 9652432.
HSL color Cylindrical-coordinate representation of color #D04893: hue angle of 326.91º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D04893 is Cyan = 0, Magento = 0.65, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 72 | 147 | - |
| CMYK | 0 | 0.65 | 0.29 | 0.18 |
| HSL | 326.91º | 0.59% | 0.55% | - |
| HSV(B) | 326.91º | 0.65% | 0.82% | - |
| XYZ | 33.6 | 20.15 | 29.72 | - |
| YUV | 121.21 | 142.56 | 189.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 72 | 147 | 0 | 0.65 | 0.29 | 0.18 | 326.91 | 0.59 | 0.55 |
| Hex | D0 | 48 | 93 | 0 | 41 | 1D | 12 | 147 | 3B | 37 |
| Octal | 320 | 110 | 223 | 0 | 101 | 35 | 22 | 507 | 73 | 67 |
| Binary | 11010000 | 1001000 | 10010011 | 0 | 1000001 | 11101 | 10010 | 101000111 | 111011 | 110111 |
Color Harmonies of #D04893
Complementary color
Monochromatic Colors of #D04893
Black with #D04893
Text Example
Text Example
White with #D04893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04893; }
p { color: rgb(208,72,147); }
H1.HeaderClassName
{
color: #D04893;
}
.AnyTagClassName
{
color: #D04893;
}
</style>
background-color css
<style>
a { background-color: #D04893; }
a { background-color: rgb(208,72,147); }
div.DivClassName
{
background-color: #D04893;
}
.BgClassName
{
background-color: #D04893;
}
</style>
border-color css
<style>
span { border-color: #D04893; }
span { border-color: rgb(208,72,147); }
td.TdClassName
{
border-color: #D04893;
}
.TagClassName
{
border-color: #D04893;
}
</style>