Shades of Cranberry #DC5778
Tints of Cranberry #DC5778
RGB
CMYK
RGB Variations
Color information
#DC5778 (or 0xDC5778) is known color: Cranberry. HEX triplet: DC, 57 and 78. RGB value is (220,87,120). Sum of RGB (Red+Green+Blue) = 220+87+120=427 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.52% from 427); Green value is 87 (34.38% from 255 or 20.37% from 427); Blue value is 120 (47.27% from 255 or 28.10% from 427); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5778 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5778 is #23A887. Grayscale: #828282. Windows color (decimal): -2336904 or 7886812. OLE color: 7886812.
HSL color Cylindrical-coordinate representation of color #DC5778: hue angle of 345.11º 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 #DC5778 is Cyan = 0, Magento = 0.60, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 87 | 120 | - |
| CMYK | 0 | 0.60 | 0.45 | 0.14 |
| HSL | 345.11º | 0.66% | 0.6% | - |
| HSV(B) | 345.11º | 0.6% | 0.86% | - |
| XYZ | 36.31 | 23.39 | 20.37 | - |
| YUV | 130.53 | 122.06 | 191.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 87 | 120 | 0 | 0.60 | 0.45 | 0.14 | 345.11 | 0.66 | 0.6 |
| Hex | DC | 57 | 78 | 0 | 3C | 2D | E | 159 | 42 | 3C |
| Octal | 334 | 127 | 170 | 0 | 74 | 55 | 16 | 531 | 102 | 74 |
| Binary | 11011100 | 1010111 | 1111000 | 0 | 111100 | 101101 | 1110 | 101011001 | 1000010 | 111100 |
Color Harmonies of #DC5778
Complementary color
Monochromatic Colors of #DC5778
Black with #DC5778
Text Example
Text Example
White with #DC5778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5778; }
p { color: rgb(220,87,120); }
H1.HeaderClassName
{
color: #DC5778;
}
.AnyTagClassName
{
color: #DC5778;
}
</style>
background-color css
<style>
a { background-color: #DC5778; }
a { background-color: rgb(220,87,120); }
div.DivClassName
{
background-color: #DC5778;
}
.BgClassName
{
background-color: #DC5778;
}
</style>
border-color css
<style>
span { border-color: #DC5778; }
span { border-color: rgb(220,87,120); }
td.TdClassName
{
border-color: #DC5778;
}
.TagClassName
{
border-color: #DC5778;
}
</style>