Shades of Mulberry #DC509E
Tints of Mulberry #DC509E
RGB
CMYK
RGB Variations
Color information
#DC509E (or 0xDC509E) is known color: Mulberry. HEX triplet: DC, 50 and 9E. RGB value is (220,80,158). Sum of RGB (Red+Green+Blue) = 220+80+158=458 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.03% from 458); Green value is 80 (31.64% from 255 or 17.47% from 458); Blue value is 158 (62.11% from 255 or 34.50% from 458); Max value from RGB is 220 - color contains mainly: red. Hex color #DC509E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC509E is #23AF61. Grayscale: #828282. Windows color (decimal): -2338658 or 10375388. OLE color: 10375388.
HSL color Cylindrical-coordinate representation of color #DC509E: hue angle of 326.57º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DC509E is Cyan = 0, Magento = 0.64, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 80 | 158 | - |
| CMYK | 0 | 0.64 | 0.28 | 0.14 |
| HSL | 326.57º | 0.67% | 0.59% | - |
| HSV(B) | 326.57º | 0.64% | 0.86% | - |
| XYZ | 38.56 | 23.42 | 34.84 | - |
| YUV | 130.75 | 143.38 | 191.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 80 | 158 | 0 | 0.64 | 0.28 | 0.14 | 326.57 | 0.67 | 0.59 |
| Hex | DC | 50 | 9E | 0 | 40 | 1C | E | 147 | 43 | 3B |
| Octal | 334 | 120 | 236 | 0 | 100 | 34 | 16 | 507 | 103 | 73 |
| Binary | 11011100 | 1010000 | 10011110 | 0 | 1000000 | 11100 | 1110 | 101000111 | 1000011 | 111011 |
Color Harmonies of #DC509E
Complementary color
Monochromatic Colors of #DC509E
Black with #DC509E
Text Example
Text Example
White with #DC509E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC509E; }
p { color: rgb(220,80,158); }
H1.HeaderClassName
{
color: #DC509E;
}
.AnyTagClassName
{
color: #DC509E;
}
</style>
background-color css
<style>
a { background-color: #DC509E; }
a { background-color: rgb(220,80,158); }
div.DivClassName
{
background-color: #DC509E;
}
.BgClassName
{
background-color: #DC509E;
}
</style>
border-color css
<style>
span { border-color: #DC509E; }
span { border-color: rgb(220,80,158); }
td.TdClassName
{
border-color: #DC509E;
}
.TagClassName
{
border-color: #DC509E;
}
</style>