Shades of Cranberry #DC5E78
Tints of Cranberry #DC5E78
RGB
CMYK
RGB Variations
Color information
#DC5E78 (or 0xDC5E78) is known color: Cranberry. HEX triplet: DC, 5E and 78. RGB value is (220,94,120). Sum of RGB (Red+Green+Blue) = 220+94+120=434 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.69% from 434); Green value is 94 (37.11% from 255 or 21.66% from 434); Blue value is 120 (47.27% from 255 or 27.65% from 434); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5E78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5E78 is #23A187. Grayscale: #868686. Windows color (decimal): -2335112 or 7888604. OLE color: 7888604.
HSL color Cylindrical-coordinate representation of color #DC5E78: hue angle of 347.62º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DC5E78 is Cyan = 0, Magento = 0.57, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 94 | 120 | - |
| CMYK | 0 | 0.57 | 0.45 | 0.14 |
| HSL | 347.62º | 0.64% | 0.62% | - |
| HSV(B) | 347.62º | 0.57% | 0.86% | - |
| XYZ | 36.91 | 24.58 | 20.57 | - |
| YUV | 134.64 | 119.74 | 188.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 94 | 120 | 0 | 0.57 | 0.45 | 0.14 | 347.62 | 0.64 | 0.62 |
| Hex | DC | 5E | 78 | 0 | 39 | 2D | E | 15C | 40 | 3E |
| Octal | 334 | 136 | 170 | 0 | 71 | 55 | 16 | 534 | 100 | 76 |
| Binary | 11011100 | 1011110 | 1111000 | 0 | 111001 | 101101 | 1110 | 101011100 | 1000000 | 111110 |
Color Harmonies of #DC5E78
Complementary color
Monochromatic Colors of #DC5E78
Black with #DC5E78
Text Example
Text Example
White with #DC5E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5E78; }
p { color: rgb(220,94,120); }
H1.HeaderClassName
{
color: #DC5E78;
}
.AnyTagClassName
{
color: #DC5E78;
}
</style>
background-color css
<style>
a { background-color: #DC5E78; }
a { background-color: rgb(220,94,120); }
div.DivClassName
{
background-color: #DC5E78;
}
.BgClassName
{
background-color: #DC5E78;
}
</style>
border-color css
<style>
span { border-color: #DC5E78; }
span { border-color: rgb(220,94,120); }
td.TdClassName
{
border-color: #DC5E78;
}
.TagClassName
{
border-color: #DC5E78;
}
</style>