Shades of Cranberry #DC597A
Tints of Cranberry #DC597A
RGB
CMYK
RGB Variations
Color information
#DC597A (or 0xDC597A) is known color: Cranberry. HEX triplet: DC, 59 and 7A. RGB value is (220,89,122). Sum of RGB (Red+Green+Blue) = 220+89+122=431 (57% of max value = 765). Red value is 220 (86.33% from 255 or 51.04% from 431); Green value is 89 (35.16% from 255 or 20.65% from 431); Blue value is 122 (48.05% from 255 or 28.31% from 431); Max value from RGB is 220 - color contains mainly: red. Hex color #DC597A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC597A is #23A685. Grayscale: #838383. Windows color (decimal): -2336390 or 8018396. OLE color: 8018396.
HSL color Cylindrical-coordinate representation of color #DC597A: hue angle of 344.89º 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 #DC597A is Cyan = 0, Magento = 0.60, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 89 | 122 | - |
| CMYK | 0 | 0.60 | 0.45 | 0.14 |
| HSL | 344.89º | 0.65% | 0.61% | - |
| HSV(B) | 344.89º | 0.6% | 0.86% | - |
| XYZ | 36.6 | 23.77 | 21.07 | - |
| YUV | 131.93 | 122.4 | 190.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 89 | 122 | 0 | 0.60 | 0.45 | 0.14 | 344.89 | 0.65 | 0.61 |
| Hex | DC | 59 | 7A | 0 | 3C | 2D | E | 159 | 41 | 3D |
| Octal | 334 | 131 | 172 | 0 | 74 | 55 | 16 | 531 | 101 | 75 |
| Binary | 11011100 | 1011001 | 1111010 | 0 | 111100 | 101101 | 1110 | 101011001 | 1000001 | 111101 |
Color Harmonies of #DC597A
Complementary color
Monochromatic Colors of #DC597A
Black with #DC597A
Text Example
Text Example
White with #DC597A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC597A; }
p { color: rgb(220,89,122); }
H1.HeaderClassName
{
color: #DC597A;
}
.AnyTagClassName
{
color: #DC597A;
}
</style>
background-color css
<style>
a { background-color: #DC597A; }
a { background-color: rgb(220,89,122); }
div.DivClassName
{
background-color: #DC597A;
}
.BgClassName
{
background-color: #DC597A;
}
</style>
border-color css
<style>
span { border-color: #DC597A; }
span { border-color: rgb(220,89,122); }
td.TdClassName
{
border-color: #DC597A;
}
.TagClassName
{
border-color: #DC597A;
}
</style>