Shades of Cranberry #DC5678
Tints of Cranberry #DC5678
RGB
CMYK
RGB Variations
Color information
#DC5678 (or 0xDC5678) is known color: Cranberry. HEX triplet: DC, 56 and 78. RGB value is (220,86,120). Sum of RGB (Red+Green+Blue) = 220+86+120=426 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.64% from 426); Green value is 86 (33.98% from 255 or 20.19% from 426); Blue value is 120 (47.27% from 255 or 28.17% from 426); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5678 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5678 is #23A987. Grayscale: #818181. Windows color (decimal): -2337160 or 7886556. OLE color: 7886556.
HSL color Cylindrical-coordinate representation of color #DC5678: hue angle of 344.78º 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 #DC5678 is Cyan = 0, Magento = 0.61, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 86 | 120 | - |
| CMYK | 0 | 0.61 | 0.45 | 0.14 |
| HSL | 344.78º | 0.66% | 0.6% | - |
| HSV(B) | 344.78º | 0.61% | 0.86% | - |
| XYZ | 36.23 | 23.23 | 20.34 | - |
| YUV | 129.94 | 122.39 | 192.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 86 | 120 | 0 | 0.61 | 0.45 | 0.14 | 344.78 | 0.66 | 0.6 |
| Hex | DC | 56 | 78 | 0 | 3D | 2D | E | 159 | 42 | 3C |
| Octal | 334 | 126 | 170 | 0 | 75 | 55 | 16 | 531 | 102 | 74 |
| Binary | 11011100 | 1010110 | 1111000 | 0 | 111101 | 101101 | 1110 | 101011001 | 1000010 | 111100 |
Color Harmonies of #DC5678
Complementary color
Monochromatic Colors of #DC5678
Black with #DC5678
Text Example
Text Example
White with #DC5678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5678; }
p { color: rgb(220,86,120); }
H1.HeaderClassName
{
color: #DC5678;
}
.AnyTagClassName
{
color: #DC5678;
}
</style>
background-color css
<style>
a { background-color: #DC5678; }
a { background-color: rgb(220,86,120); }
div.DivClassName
{
background-color: #DC5678;
}
.BgClassName
{
background-color: #DC5678;
}
</style>
border-color css
<style>
span { border-color: #DC5678; }
span { border-color: rgb(220,86,120); }
td.TdClassName
{
border-color: #DC5678;
}
.TagClassName
{
border-color: #DC5678;
}
</style>