Shades of Mulberry #DC519B
Tints of Mulberry #DC519B
RGB
CMYK
RGB Variations
Color information
#DC519B (or 0xDC519B) is known color: Mulberry. HEX triplet: DC, 51 and 9B. RGB value is (220,81,155). Sum of RGB (Red+Green+Blue) = 220+81+155=456 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.25% from 456); Green value is 81 (32.03% from 255 or 17.76% from 456); Blue value is 155 (60.94% from 255 or 33.99% from 456); Max value from RGB is 220 - color contains mainly: red. Hex color #DC519B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC519B is #23AE64. Grayscale: #828282. Windows color (decimal): -2338405 or 10179036. OLE color: 10179036.
HSL color Cylindrical-coordinate representation of color #DC519B: hue angle of 328.06º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DC519B is Cyan = 0, Magento = 0.63, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 81 | 155 | - |
| CMYK | 0 | 0.63 | 0.30 | 0.14 |
| HSL | 328.06º | 0.67% | 0.59% | - |
| HSV(B) | 328.06º | 0.63% | 0.86% | - |
| XYZ | 38.37 | 23.47 | 33.52 | - |
| YUV | 131 | 141.55 | 191.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 81 | 155 | 0 | 0.63 | 0.30 | 0.14 | 328.06 | 0.67 | 0.59 |
| Hex | DC | 51 | 9B | 0 | 3F | 1E | E | 148 | 43 | 3B |
| Octal | 334 | 121 | 233 | 0 | 77 | 36 | 16 | 510 | 103 | 73 |
| Binary | 11011100 | 1010001 | 10011011 | 0 | 111111 | 11110 | 1110 | 101001000 | 1000011 | 111011 |
Color Harmonies of #DC519B
Complementary color
Monochromatic Colors of #DC519B
Black with #DC519B
Text Example
Text Example
White with #DC519B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC519B; }
p { color: rgb(220,81,155); }
H1.HeaderClassName
{
color: #DC519B;
}
.AnyTagClassName
{
color: #DC519B;
}
</style>
background-color css
<style>
a { background-color: #DC519B; }
a { background-color: rgb(220,81,155); }
div.DivClassName
{
background-color: #DC519B;
}
.BgClassName
{
background-color: #DC519B;
}
</style>
border-color css
<style>
span { border-color: #DC519B; }
span { border-color: rgb(220,81,155); }
td.TdClassName
{
border-color: #DC519B;
}
.TagClassName
{
border-color: #DC519B;
}
</style>