Shades of Cranberry #DC5770
Tints of Cranberry #DC5770
RGB
CMYK
RGB Variations
Color information
#DC5770 (or 0xDC5770) is known color: Cranberry. HEX triplet: DC, 57 and 70. RGB value is (220,87,112). Sum of RGB (Red+Green+Blue) = 220+87+112=419 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.51% from 419); Green value is 87 (34.38% from 255 or 20.76% from 419); Blue value is 112 (44.14% from 255 or 26.73% from 419); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5770 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5770 is #23A88F. Grayscale: #818181. Windows color (decimal): -2336912 or 7362524. OLE color: 7362524.
HSL color Cylindrical-coordinate representation of color #DC5770: hue angle of 348.72º 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 #DC5770 is Cyan = 0, Magento = 0.60, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 87 | 112 | - |
| CMYK | 0 | 0.60 | 0.49 | 0.14 |
| HSL | 348.72º | 0.66% | 0.6% | - |
| HSV(B) | 348.72º | 0.6% | 0.86% | - |
| XYZ | 35.85 | 23.2 | 17.92 | - |
| YUV | 129.62 | 118.06 | 192.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 87 | 112 | 0 | 0.60 | 0.49 | 0.14 | 348.72 | 0.66 | 0.6 |
| Hex | DC | 57 | 70 | 0 | 3C | 31 | E | 15D | 42 | 3C |
| Octal | 334 | 127 | 160 | 0 | 74 | 61 | 16 | 535 | 102 | 74 |
| Binary | 11011100 | 1010111 | 1110000 | 0 | 111100 | 110001 | 1110 | 101011101 | 1000010 | 111100 |
Color Harmonies of #DC5770
Complementary color
Monochromatic Colors of #DC5770
Black with #DC5770
Text Example
Text Example
White with #DC5770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5770; }
p { color: rgb(220,87,112); }
H1.HeaderClassName
{
color: #DC5770;
}
.AnyTagClassName
{
color: #DC5770;
}
</style>
background-color css
<style>
a { background-color: #DC5770; }
a { background-color: rgb(220,87,112); }
div.DivClassName
{
background-color: #DC5770;
}
.BgClassName
{
background-color: #DC5770;
}
</style>
border-color css
<style>
span { border-color: #DC5770; }
span { border-color: rgb(220,87,112); }
td.TdClassName
{
border-color: #DC5770;
}
.TagClassName
{
border-color: #DC5770;
}
</style>