Shades of Mulberry #DC5199
Tints of Mulberry #DC5199
RGB
CMYK
RGB Variations
Color information
#DC5199 (or 0xDC5199) is known color: Mulberry. HEX triplet: DC, 51 and 99. RGB value is (220,81,153). Sum of RGB (Red+Green+Blue) = 220+81+153=454 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.46% from 454); Green value is 81 (32.03% from 255 or 17.84% from 454); Blue value is 153 (60.16% from 255 or 33.70% from 454); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5199 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5199 is #23AE66. Grayscale: #828282. Windows color (decimal): -2338407 or 10047964. OLE color: 10047964.
HSL color Cylindrical-coordinate representation of color #DC5199: hue angle of 328.92º 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 #DC5199 is Cyan = 0, Magento = 0.63, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 81 | 153 | - |
| CMYK | 0 | 0.63 | 0.30 | 0.14 |
| HSL | 328.92º | 0.67% | 0.59% | - |
| HSV(B) | 328.92º | 0.63% | 0.86% | - |
| XYZ | 38.21 | 23.4 | 32.64 | - |
| YUV | 130.77 | 140.55 | 191.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 81 | 153 | 0 | 0.63 | 0.30 | 0.14 | 328.92 | 0.67 | 0.59 |
| Hex | DC | 51 | 99 | 0 | 3F | 1E | E | 149 | 43 | 3B |
| Octal | 334 | 121 | 231 | 0 | 77 | 36 | 16 | 511 | 103 | 73 |
| Binary | 11011100 | 1010001 | 10011001 | 0 | 111111 | 11110 | 1110 | 101001001 | 1000011 | 111011 |
Color Harmonies of #DC5199
Complementary color
Monochromatic Colors of #DC5199
Black with #DC5199
Text Example
Text Example
White with #DC5199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5199; }
p { color: rgb(220,81,153); }
H1.HeaderClassName
{
color: #DC5199;
}
.AnyTagClassName
{
color: #DC5199;
}
</style>
background-color css
<style>
a { background-color: #DC5199; }
a { background-color: rgb(220,81,153); }
div.DivClassName
{
background-color: #DC5199;
}
.BgClassName
{
background-color: #DC5199;
}
</style>
border-color css
<style>
span { border-color: #DC5199; }
span { border-color: rgb(220,81,153); }
td.TdClassName
{
border-color: #DC5199;
}
.TagClassName
{
border-color: #DC5199;
}
</style>