Shades of Cranberry #DC5677
Tints of Cranberry #DC5677
RGB
CMYK
RGB Variations
Color information
#DC5677 (or 0xDC5677) is known color: Cranberry. HEX triplet: DC, 56 and 77. RGB value is (220,86,119). Sum of RGB (Red+Green+Blue) = 220+86+119=425 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.76% from 425); Green value is 86 (33.98% from 255 or 20.24% from 425); Blue value is 119 (46.88% from 255 or 28% from 425); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5677 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5677 is #23A988. Grayscale: #818181. Windows color (decimal): -2337161 or 7821020. OLE color: 7821020.
HSL color Cylindrical-coordinate representation of color #DC5677: hue angle of 345.22º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DC5677 is Cyan = 0, Magento = 0.61, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 86 | 119 | - |
| CMYK | 0 | 0.61 | 0.46 | 0.14 |
| HSL | 345.22º | 0.66% | 0.6% | - |
| HSV(B) | 345.22º | 0.61% | 0.86% | - |
| XYZ | 36.17 | 23.2 | 20.02 | - |
| YUV | 129.83 | 121.89 | 192.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 86 | 119 | 0 | 0.61 | 0.46 | 0.14 | 345.22 | 0.66 | 0.6 |
| Hex | DC | 56 | 77 | 0 | 3D | 2E | E | 159 | 42 | 3C |
| Octal | 334 | 126 | 167 | 0 | 75 | 56 | 16 | 531 | 102 | 74 |
| Binary | 11011100 | 1010110 | 1110111 | 0 | 111101 | 101110 | 1110 | 101011001 | 1000010 | 111100 |
Color Harmonies of #DC5677
Complementary color
Monochromatic Colors of #DC5677
Black with #DC5677
Text Example
Text Example
White with #DC5677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5677; }
p { color: rgb(220,86,119); }
H1.HeaderClassName
{
color: #DC5677;
}
.AnyTagClassName
{
color: #DC5677;
}
</style>
background-color css
<style>
a { background-color: #DC5677; }
a { background-color: rgb(220,86,119); }
div.DivClassName
{
background-color: #DC5677;
}
.BgClassName
{
background-color: #DC5677;
}
</style>
border-color css
<style>
span { border-color: #DC5677; }
span { border-color: rgb(220,86,119); }
td.TdClassName
{
border-color: #DC5677;
}
.TagClassName
{
border-color: #DC5677;
}
</style>