Shades of Mulberry #DC509D
Tints of Mulberry #DC509D
RGB
CMYK
RGB Variations
Color information
#DC509D (or 0xDC509D) is known color: Mulberry. HEX triplet: DC, 50 and 9D. RGB value is (220,80,157). Sum of RGB (Red+Green+Blue) = 220+80+157=457 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.14% from 457); Green value is 80 (31.64% from 255 or 17.51% from 457); Blue value is 157 (61.72% from 255 or 34.35% from 457); Max value from RGB is 220 - color contains mainly: red. Hex color #DC509D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC509D is #23AF62. Grayscale: #828282. Windows color (decimal): -2338659 or 10309852. OLE color: 10309852.
HSL color Cylindrical-coordinate representation of color #DC509D: hue angle of 327º 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 #DC509D is Cyan = 0, Magento = 0.64, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 80 | 157 | - |
| CMYK | 0 | 0.64 | 0.29 | 0.14 |
| HSL | 327º | 0.67% | 0.59% | - |
| HSV(B) | 327º | 0.64% | 0.86% | - |
| XYZ | 38.47 | 23.39 | 34.38 | - |
| YUV | 130.64 | 142.88 | 191.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 80 | 157 | 0 | 0.64 | 0.29 | 0.14 | 327 | 0.67 | 0.59 |
| Hex | DC | 50 | 9D | 0 | 40 | 1D | E | 147 | 43 | 3B |
| Octal | 334 | 120 | 235 | 0 | 100 | 35 | 16 | 507 | 103 | 73 |
| Binary | 11011100 | 1010000 | 10011101 | 0 | 1000000 | 11101 | 1110 | 101000111 | 1000011 | 111011 |
Color Harmonies of #DC509D
Complementary color
Monochromatic Colors of #DC509D
Black with #DC509D
Text Example
Text Example
White with #DC509D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC509D; }
p { color: rgb(220,80,157); }
H1.HeaderClassName
{
color: #DC509D;
}
.AnyTagClassName
{
color: #DC509D;
}
</style>
background-color css
<style>
a { background-color: #DC509D; }
a { background-color: rgb(220,80,157); }
div.DivClassName
{
background-color: #DC509D;
}
.BgClassName
{
background-color: #DC509D;
}
</style>
border-color css
<style>
span { border-color: #DC509D; }
span { border-color: rgb(220,80,157); }
td.TdClassName
{
border-color: #DC509D;
}
.TagClassName
{
border-color: #DC509D;
}
</style>