Shades of Cranberry #DC5776
Tints of Cranberry #DC5776
RGB
CMYK
RGB Variations
Color information
#DC5776 (or 0xDC5776) is known color: Cranberry. HEX triplet: DC, 57 and 76. RGB value is (220,87,118). Sum of RGB (Red+Green+Blue) = 220+87+118=425 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.76% from 425); Green value is 87 (34.38% from 255 or 20.47% from 425); Blue value is 118 (46.48% from 255 or 27.76% from 425); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5776 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5776 is #23A889. Grayscale: #828282. Windows color (decimal): -2336906 or 7755740. OLE color: 7755740.
HSL color Cylindrical-coordinate representation of color #DC5776: hue angle of 346.02º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DC5776 is Cyan = 0, Magento = 0.60, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 87 | 118 | - |
| CMYK | 0 | 0.60 | 0.46 | 0.14 |
| HSL | 346.02º | 0.66% | 0.6% | - |
| HSV(B) | 346.02º | 0.6% | 0.86% | - |
| XYZ | 36.19 | 23.34 | 19.74 | - |
| YUV | 130.3 | 121.06 | 191.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 87 | 118 | 0 | 0.60 | 0.46 | 0.14 | 346.02 | 0.66 | 0.6 |
| Hex | DC | 57 | 76 | 0 | 3C | 2E | E | 15A | 42 | 3C |
| Octal | 334 | 127 | 166 | 0 | 74 | 56 | 16 | 532 | 102 | 74 |
| Binary | 11011100 | 1010111 | 1110110 | 0 | 111100 | 101110 | 1110 | 101011010 | 1000010 | 111100 |
Color Harmonies of #DC5776
Complementary color
Monochromatic Colors of #DC5776
Black with #DC5776
Text Example
Text Example
White with #DC5776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5776; }
p { color: rgb(220,87,118); }
H1.HeaderClassName
{
color: #DC5776;
}
.AnyTagClassName
{
color: #DC5776;
}
</style>
background-color css
<style>
a { background-color: #DC5776; }
a { background-color: rgb(220,87,118); }
div.DivClassName
{
background-color: #DC5776;
}
.BgClassName
{
background-color: #DC5776;
}
</style>
border-color css
<style>
span { border-color: #DC5776; }
span { border-color: rgb(220,87,118); }
td.TdClassName
{
border-color: #DC5776;
}
.TagClassName
{
border-color: #DC5776;
}
</style>