Shades of Cranberry #DC617A
Tints of Cranberry #DC617A
RGB
CMYK
RGB Variations
Color information
#DC617A (or 0xDC617A) is known color: Cranberry. HEX triplet: DC, 61 and 7A. RGB value is (220,97,122). Sum of RGB (Red+Green+Blue) = 220+97+122=439 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.11% from 439); Green value is 97 (38.28% from 255 or 22.10% from 439); Blue value is 122 (48.05% from 255 or 27.79% from 439); Max value from RGB is 220 - color contains mainly: red. Hex color #DC617A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC617A is #239E85. Grayscale: #888888. Windows color (decimal): -2334342 or 8020444. OLE color: 8020444.
HSL color Cylindrical-coordinate representation of color #DC617A: hue angle of 347.8º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DC617A is Cyan = 0, Magento = 0.56, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 97 | 122 | - |
| CMYK | 0 | 0.56 | 0.45 | 0.14 |
| HSL | 347.8º | 0.64% | 0.62% | - |
| HSV(B) | 347.8º | 0.56% | 0.86% | - |
| XYZ | 37.3 | 25.17 | 21.3 | - |
| YUV | 136.63 | 119.75 | 187.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 97 | 122 | 0 | 0.56 | 0.45 | 0.14 | 347.8 | 0.64 | 0.62 |
| Hex | DC | 61 | 7A | 0 | 38 | 2D | E | 15C | 40 | 3E |
| Octal | 334 | 141 | 172 | 0 | 70 | 55 | 16 | 534 | 100 | 76 |
| Binary | 11011100 | 1100001 | 1111010 | 0 | 111000 | 101101 | 1110 | 101011100 | 1000000 | 111110 |
Color Harmonies of #DC617A
Complementary color
Monochromatic Colors of #DC617A
Black with #DC617A
Text Example
Text Example
White with #DC617A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC617A; }
p { color: rgb(220,97,122); }
H1.HeaderClassName
{
color: #DC617A;
}
.AnyTagClassName
{
color: #DC617A;
}
</style>
background-color css
<style>
a { background-color: #DC617A; }
a { background-color: rgb(220,97,122); }
div.DivClassName
{
background-color: #DC617A;
}
.BgClassName
{
background-color: #DC617A;
}
</style>
border-color css
<style>
span { border-color: #DC617A; }
span { border-color: rgb(220,97,122); }
td.TdClassName
{
border-color: #DC617A;
}
.TagClassName
{
border-color: #DC617A;
}
</style>