Shades of Mulberry #D0489C
Tints of Mulberry #D0489C
RGB
CMYK
RGB Variations
Color information
#D0489C (or 0xD0489C) is known color: Mulberry. HEX triplet: D0, 48 and 9C. RGB value is (208,72,156). Sum of RGB (Red+Green+Blue) = 208+72+156=436 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.71% from 436); Green value is 72 (28.52% from 255 or 16.51% from 436); Blue value is 156 (61.33% from 255 or 35.78% from 436); Max value from RGB is 208 - color contains mainly: red. Hex color #D0489C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0489C is #2FB763. Grayscale: #7A7A7A. Windows color (decimal): -3127140 or 10242256. OLE color: 10242256.
HSL color Cylindrical-coordinate representation of color #D0489C: hue angle of 322.94º 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 #D0489C is Cyan = 0, Magento = 0.65, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 72 | 156 | - |
| CMYK | 0 | 0.65 | 0.25 | 0.18 |
| HSL | 322.94º | 0.59% | 0.55% | - |
| HSV(B) | 322.94º | 0.65% | 0.82% | - |
| XYZ | 34.33 | 20.44 | 33.59 | - |
| YUV | 122.24 | 147.06 | 189.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 72 | 156 | 0 | 0.65 | 0.25 | 0.18 | 322.94 | 0.59 | 0.55 |
| Hex | D0 | 48 | 9C | 0 | 41 | 19 | 12 | 143 | 3B | 37 |
| Octal | 320 | 110 | 234 | 0 | 101 | 31 | 22 | 503 | 73 | 67 |
| Binary | 11010000 | 1001000 | 10011100 | 0 | 1000001 | 11001 | 10010 | 101000011 | 111011 | 110111 |
Color Harmonies of #D0489C
Complementary color
Monochromatic Colors of #D0489C
Black with #D0489C
Text Example
Text Example
White with #D0489C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0489C; }
p { color: rgb(208,72,156); }
H1.HeaderClassName
{
color: #D0489C;
}
.AnyTagClassName
{
color: #D0489C;
}
</style>
background-color css
<style>
a { background-color: #D0489C; }
a { background-color: rgb(208,72,156); }
div.DivClassName
{
background-color: #D0489C;
}
.BgClassName
{
background-color: #D0489C;
}
</style>
border-color css
<style>
span { border-color: #D0489C; }
span { border-color: rgb(208,72,156); }
td.TdClassName
{
border-color: #D0489C;
}
.TagClassName
{
border-color: #D0489C;
}
</style>