Shades of Mulberry #D0409E
Tints of Mulberry #D0409E
RGB
CMYK
RGB Variations
Color information
#D0409E (or 0xD0409E) is known color: Mulberry. HEX triplet: D0, 40 and 9E. RGB value is (208,64,158). Sum of RGB (Red+Green+Blue) = 208+64+158=430 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.37% from 430); Green value is 64 (25.39% from 255 or 14.88% from 430); Blue value is 158 (62.11% from 255 or 36.74% from 430); Max value from RGB is 208 - color contains mainly: red. Hex color #D0409E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0409E is #2FBF61. Grayscale: #757575. Windows color (decimal): -3129186 or 10371280. OLE color: 10371280.
HSL color Cylindrical-coordinate representation of color #D0409E: hue angle of 320.83º 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 #D0409E is Cyan = 0, Magento = 0.69, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 64 | 158 | - |
| CMYK | 0 | 0.69 | 0.24 | 0.18 |
| HSL | 320.83º | 0.61% | 0.53% | - |
| HSV(B) | 320.83º | 0.69% | 0.82% | - |
| XYZ | 34.02 | 19.55 | 34.33 | - |
| YUV | 117.77 | 150.71 | 192.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 64 | 158 | 0 | 0.69 | 0.24 | 0.18 | 320.83 | 0.61 | 0.53 |
| Hex | D0 | 40 | 9E | 0 | 45 | 18 | 12 | 141 | 3D | 35 |
| Octal | 320 | 100 | 236 | 0 | 105 | 30 | 22 | 501 | 75 | 65 |
| Binary | 11010000 | 1000000 | 10011110 | 0 | 1000101 | 11000 | 10010 | 101000001 | 111101 | 110101 |
Color Harmonies of #D0409E
Complementary color
Monochromatic Colors of #D0409E
Black with #D0409E
Text Example
Text Example
White with #D0409E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0409E; }
p { color: rgb(208,64,158); }
H1.HeaderClassName
{
color: #D0409E;
}
.AnyTagClassName
{
color: #D0409E;
}
</style>
background-color css
<style>
a { background-color: #D0409E; }
a { background-color: rgb(208,64,158); }
div.DivClassName
{
background-color: #D0409E;
}
.BgClassName
{
background-color: #D0409E;
}
</style>
border-color css
<style>
span { border-color: #D0409E; }
span { border-color: rgb(208,64,158); }
td.TdClassName
{
border-color: #D0409E;
}
.TagClassName
{
border-color: #D0409E;
}
</style>