Shades of Mulberry #D04089
Tints of Mulberry #D04089
RGB
CMYK
RGB Variations
Color information
#D04089 (or 0xD04089) is known color: Mulberry. HEX triplet: D0, 40 and 89. RGB value is (208,64,137). Sum of RGB (Red+Green+Blue) = 208+64+137=409 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.86% from 409); Green value is 64 (25.39% from 255 or 15.65% from 409); Blue value is 137 (53.91% from 255 or 33.50% from 409); Max value from RGB is 208 - color contains mainly: red. Hex color #D04089 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D04089 is #2FBF76. Grayscale: #737373. Windows color (decimal): -3129207 or 8995024. OLE color: 8995024.
HSL color Cylindrical-coordinate representation of color #D04089: hue angle of 329.58º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D04089 is Cyan = 0, Magento = 0.69, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 64 | 137 | - |
| CMYK | 0 | 0.69 | 0.34 | 0.18 |
| HSL | 329.58º | 0.61% | 0.53% | - |
| HSV(B) | 329.58º | 0.69% | 0.82% | - |
| XYZ | 32.36 | 18.88 | 25.61 | - |
| YUV | 115.38 | 140.21 | 194.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 64 | 137 | 0 | 0.69 | 0.34 | 0.18 | 329.58 | 0.61 | 0.53 |
| Hex | D0 | 40 | 89 | 0 | 45 | 22 | 12 | 14A | 3D | 35 |
| Octal | 320 | 100 | 211 | 0 | 105 | 42 | 22 | 512 | 75 | 65 |
| Binary | 11010000 | 1000000 | 10001001 | 0 | 1000101 | 100010 | 10010 | 101001010 | 111101 | 110101 |
Color Harmonies of #D04089
Complementary color
Monochromatic Colors of #D04089
Black with #D04089
Text Example
Text Example
White with #D04089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04089; }
p { color: rgb(208,64,137); }
H1.HeaderClassName
{
color: #D04089;
}
.AnyTagClassName
{
color: #D04089;
}
</style>
background-color css
<style>
a { background-color: #D04089; }
a { background-color: rgb(208,64,137); }
div.DivClassName
{
background-color: #D04089;
}
.BgClassName
{
background-color: #D04089;
}
</style>
border-color css
<style>
span { border-color: #D04089; }
span { border-color: rgb(208,64,137); }
td.TdClassName
{
border-color: #D04089;
}
.TagClassName
{
border-color: #D04089;
}
</style>