Shades of Mulberry #DC5497
Tints of Mulberry #DC5497
RGB
CMYK
RGB Variations
Color information
#DC5497 (or 0xDC5497) is known color: Mulberry. HEX triplet: DC, 54 and 97. RGB value is (220,84,151). Sum of RGB (Red+Green+Blue) = 220+84+151=455 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.35% from 455); Green value is 84 (33.20% from 255 or 18.46% from 455); Blue value is 151 (59.38% from 255 or 33.19% from 455); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5497 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5497 is #23AB68. Grayscale: #848484. Windows color (decimal): -2337641 or 9917660. OLE color: 9917660.
HSL color Cylindrical-coordinate representation of color #DC5497: hue angle of 330.44º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DC5497 is Cyan = 0, Magento = 0.62, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 84 | 151 | - |
| CMYK | 0 | 0.62 | 0.31 | 0.14 |
| HSL | 330.44º | 0.66% | 0.6% | - |
| HSV(B) | 330.44º | 0.62% | 0.86% | - |
| XYZ | 38.27 | 23.79 | 31.85 | - |
| YUV | 132.3 | 138.56 | 190.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 84 | 151 | 0 | 0.62 | 0.31 | 0.14 | 330.44 | 0.66 | 0.6 |
| Hex | DC | 54 | 97 | 0 | 3E | 1F | E | 14A | 42 | 3C |
| Octal | 334 | 124 | 227 | 0 | 76 | 37 | 16 | 512 | 102 | 74 |
| Binary | 11011100 | 1010100 | 10010111 | 0 | 111110 | 11111 | 1110 | 101001010 | 1000010 | 111100 |
Color Harmonies of #DC5497
Complementary color
Monochromatic Colors of #DC5497
Black with #DC5497
Text Example
Text Example
White with #DC5497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5497; }
p { color: rgb(220,84,151); }
H1.HeaderClassName
{
color: #DC5497;
}
.AnyTagClassName
{
color: #DC5497;
}
</style>
background-color css
<style>
a { background-color: #DC5497; }
a { background-color: rgb(220,84,151); }
div.DivClassName
{
background-color: #DC5497;
}
.BgClassName
{
background-color: #DC5497;
}
</style>
border-color css
<style>
span { border-color: #DC5497; }
span { border-color: rgb(220,84,151); }
td.TdClassName
{
border-color: #DC5497;
}
.TagClassName
{
border-color: #DC5497;
}
</style>