Shades of Mulberry #D0489F
Tints of Mulberry #D0489F
RGB
CMYK
RGB Variations
Color information
#D0489F (or 0xD0489F) is known color: Mulberry. HEX triplet: D0, 48 and 9F. RGB value is (208,72,159). Sum of RGB (Red+Green+Blue) = 208+72+159=439 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.38% from 439); Green value is 72 (28.52% from 255 or 16.40% from 439); Blue value is 159 (62.5% from 255 or 36.22% from 439); Max value from RGB is 208 - color contains mainly: red. Hex color #D0489F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0489F is #2FB760. Grayscale: #7A7A7A. Windows color (decimal): -3127137 or 10438864. OLE color: 10438864.
HSL color Cylindrical-coordinate representation of color #D0489F: hue angle of 321.62º 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 #D0489F is Cyan = 0, Magento = 0.65, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 72 | 159 | - |
| CMYK | 0 | 0.65 | 0.24 | 0.18 |
| HSL | 321.62º | 0.59% | 0.55% | - |
| HSV(B) | 321.62º | 0.65% | 0.82% | - |
| XYZ | 34.59 | 20.55 | 34.94 | - |
| YUV | 122.58 | 148.56 | 188.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 72 | 159 | 0 | 0.65 | 0.24 | 0.18 | 321.62 | 0.59 | 0.55 |
| Hex | D0 | 48 | 9F | 0 | 41 | 18 | 12 | 142 | 3B | 37 |
| Octal | 320 | 110 | 237 | 0 | 101 | 30 | 22 | 502 | 73 | 67 |
| Binary | 11010000 | 1001000 | 10011111 | 0 | 1000001 | 11000 | 10010 | 101000010 | 111011 | 110111 |
Color Harmonies of #D0489F
Complementary color
Monochromatic Colors of #D0489F
Black with #D0489F
Text Example
Text Example
White with #D0489F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0489F; }
p { color: rgb(208,72,159); }
H1.HeaderClassName
{
color: #D0489F;
}
.AnyTagClassName
{
color: #D0489F;
}
</style>
background-color css
<style>
a { background-color: #D0489F; }
a { background-color: rgb(208,72,159); }
div.DivClassName
{
background-color: #D0489F;
}
.BgClassName
{
background-color: #D0489F;
}
</style>
border-color css
<style>
span { border-color: #D0489F; }
span { border-color: rgb(208,72,159); }
td.TdClassName
{
border-color: #D0489F;
}
.TagClassName
{
border-color: #D0489F;
}
</style>