Shades of Mulberry #D0409B
Tints of Mulberry #D0409B
RGB
CMYK
RGB Variations
Color information
#D0409B (or 0xD0409B) is known color: Mulberry. HEX triplet: D0, 40 and 9B. RGB value is (208,64,155). Sum of RGB (Red+Green+Blue) = 208+64+155=427 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.71% from 427); Green value is 64 (25.39% from 255 or 14.99% from 427); Blue value is 155 (60.94% from 255 or 36.30% from 427); Max value from RGB is 208 - color contains mainly: red. Hex color #D0409B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0409B is #2FBF64. Grayscale: #757575. Windows color (decimal): -3129189 or 10174672. OLE color: 10174672.
HSL color Cylindrical-coordinate representation of color #D0409B: hue angle of 322.08º 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 #D0409B is Cyan = 0, Magento = 0.69, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 64 | 155 | - |
| CMYK | 0 | 0.69 | 0.25 | 0.18 |
| HSL | 322.08º | 0.61% | 0.53% | - |
| HSV(B) | 322.08º | 0.69% | 0.82% | - |
| XYZ | 33.76 | 19.44 | 32.98 | - |
| YUV | 117.43 | 149.21 | 192.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 64 | 155 | 0 | 0.69 | 0.25 | 0.18 | 322.08 | 0.61 | 0.53 |
| Hex | D0 | 40 | 9B | 0 | 45 | 19 | 12 | 142 | 3D | 35 |
| Octal | 320 | 100 | 233 | 0 | 105 | 31 | 22 | 502 | 75 | 65 |
| Binary | 11010000 | 1000000 | 10011011 | 0 | 1000101 | 11001 | 10010 | 101000010 | 111101 | 110101 |
Color Harmonies of #D0409B
Complementary color
Monochromatic Colors of #D0409B
Black with #D0409B
Text Example
Text Example
White with #D0409B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0409B; }
p { color: rgb(208,64,155); }
H1.HeaderClassName
{
color: #D0409B;
}
.AnyTagClassName
{
color: #D0409B;
}
</style>
background-color css
<style>
a { background-color: #D0409B; }
a { background-color: rgb(208,64,155); }
div.DivClassName
{
background-color: #D0409B;
}
.BgClassName
{
background-color: #D0409B;
}
</style>
border-color css
<style>
span { border-color: #D0409B; }
span { border-color: rgb(208,64,155); }
td.TdClassName
{
border-color: #D0409B;
}
.TagClassName
{
border-color: #D0409B;
}
</style>