Shades of Cranberry #DC5979
Tints of Cranberry #DC5979
RGB
CMYK
RGB Variations
Color information
#DC5979 (or 0xDC5979) is known color: Cranberry. HEX triplet: DC, 59 and 79. RGB value is (220,89,121). Sum of RGB (Red+Green+Blue) = 220+89+121=430 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.16% from 430); Green value is 89 (35.16% from 255 or 20.70% from 430); Blue value is 121 (47.66% from 255 or 28.14% from 430); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5979 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5979 is #23A686. Grayscale: #838383. Windows color (decimal): -2336391 or 7952860. OLE color: 7952860.
HSL color Cylindrical-coordinate representation of color #DC5979: hue angle of 345.34º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DC5979 is Cyan = 0, Magento = 0.60, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 89 | 121 | - |
| CMYK | 0 | 0.60 | 0.45 | 0.14 |
| HSL | 345.34º | 0.65% | 0.61% | - |
| HSV(B) | 345.34º | 0.6% | 0.86% | - |
| XYZ | 36.54 | 23.74 | 20.75 | - |
| YUV | 131.82 | 121.9 | 190.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 89 | 121 | 0 | 0.60 | 0.45 | 0.14 | 345.34 | 0.65 | 0.61 |
| Hex | DC | 59 | 79 | 0 | 3C | 2D | E | 159 | 41 | 3D |
| Octal | 334 | 131 | 171 | 0 | 74 | 55 | 16 | 531 | 101 | 75 |
| Binary | 11011100 | 1011001 | 1111001 | 0 | 111100 | 101101 | 1110 | 101011001 | 1000001 | 111101 |
Color Harmonies of #DC5979
Complementary color
Monochromatic Colors of #DC5979
Black with #DC5979
Text Example
Text Example
White with #DC5979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5979; }
p { color: rgb(220,89,121); }
H1.HeaderClassName
{
color: #DC5979;
}
.AnyTagClassName
{
color: #DC5979;
}
</style>
background-color css
<style>
a { background-color: #DC5979; }
a { background-color: rgb(220,89,121); }
div.DivClassName
{
background-color: #DC5979;
}
.BgClassName
{
background-color: #DC5979;
}
</style>
border-color css
<style>
span { border-color: #DC5979; }
span { border-color: rgb(220,89,121); }
td.TdClassName
{
border-color: #DC5979;
}
.TagClassName
{
border-color: #DC5979;
}
</style>