Shades of Mulberry #DC489A
Tints of Mulberry #DC489A
RGB
CMYK
RGB Variations
Color information
#DC489A (or 0xDC489A) is known color: Mulberry. HEX triplet: DC, 48 and 9A. RGB value is (220,72,154). Sum of RGB (Red+Green+Blue) = 220+72+154=446 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.33% from 446); Green value is 72 (28.52% from 255 or 16.14% from 446); Blue value is 154 (60.55% from 255 or 34.53% from 446); Max value from RGB is 220 - color contains mainly: red. Hex color #DC489A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC489A is #23B765. Grayscale: #7D7D7D. Windows color (decimal): -2340710 or 10111196. OLE color: 10111196.
HSL color Cylindrical-coordinate representation of color #DC489A: hue angle of 326.76º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DC489A is Cyan = 0, Magento = 0.67, Yellow = 0.3 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 72 | 154 | - |
| CMYK | 0 | 0.67 | 0.3 | 0.14 |
| HSL | 326.76º | 0.68% | 0.57% | - |
| HSV(B) | 326.76º | 0.67% | 0.86% | - |
| XYZ | 37.67 | 22.18 | 32.87 | - |
| YUV | 125.6 | 144.03 | 195.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 72 | 154 | 0 | 0.67 | 0.3 | 0.14 | 326.76 | 0.68 | 0.57 |
| Hex | DC | 48 | 9A | 0 | 43 | 1E | E | 147 | 44 | 39 |
| Octal | 334 | 110 | 232 | 0 | 103 | 36 | 16 | 507 | 104 | 71 |
| Binary | 11011100 | 1001000 | 10011010 | 0 | 1000011 | 11110 | 1110 | 101000111 | 1000100 | 111001 |
Color Harmonies of #DC489A
Complementary color
Monochromatic Colors of #DC489A
Black with #DC489A
Text Example
Text Example
White with #DC489A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC489A; }
p { color: rgb(220,72,154); }
H1.HeaderClassName
{
color: #DC489A;
}
.AnyTagClassName
{
color: #DC489A;
}
</style>
background-color css
<style>
a { background-color: #DC489A; }
a { background-color: rgb(220,72,154); }
div.DivClassName
{
background-color: #DC489A;
}
.BgClassName
{
background-color: #DC489A;
}
</style>
border-color css
<style>
span { border-color: #DC489A; }
span { border-color: rgb(220,72,154); }
td.TdClassName
{
border-color: #DC489A;
}
.TagClassName
{
border-color: #DC489A;
}
</style>