Shades of Cranberry #DC617C
Tints of Cranberry #DC617C
RGB
CMYK
RGB Variations
Color information
#DC617C (or 0xDC617C) is known color: Cranberry. HEX triplet: DC, 61 and 7C. RGB value is (220,97,124). Sum of RGB (Red+Green+Blue) = 220+97+124=441 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.89% from 441); Green value is 97 (38.28% from 255 or 22.00% from 441); Blue value is 124 (48.83% from 255 or 28.12% from 441); Max value from RGB is 220 - color contains mainly: red. Hex color #DC617C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC617C is #239E83. Grayscale: #888888. Windows color (decimal): -2334340 or 8151516. OLE color: 8151516.
HSL color Cylindrical-coordinate representation of color #DC617C: hue angle of 346.83º 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 #DC617C is Cyan = 0, Magento = 0.56, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 97 | 124 | - |
| CMYK | 0 | 0.56 | 0.44 | 0.14 |
| HSL | 346.83º | 0.64% | 0.62% | - |
| HSV(B) | 346.83º | 0.56% | 0.86% | - |
| XYZ | 37.43 | 25.22 | 21.96 | - |
| YUV | 136.86 | 120.75 | 187.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 97 | 124 | 0 | 0.56 | 0.44 | 0.14 | 346.83 | 0.64 | 0.62 |
| Hex | DC | 61 | 7C | 0 | 38 | 2C | E | 15B | 40 | 3E |
| Octal | 334 | 141 | 174 | 0 | 70 | 54 | 16 | 533 | 100 | 76 |
| Binary | 11011100 | 1100001 | 1111100 | 0 | 111000 | 101100 | 1110 | 101011011 | 1000000 | 111110 |
Color Harmonies of #DC617C
Complementary color
Monochromatic Colors of #DC617C
Black with #DC617C
Text Example
Text Example
White with #DC617C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC617C; }
p { color: rgb(220,97,124); }
H1.HeaderClassName
{
color: #DC617C;
}
.AnyTagClassName
{
color: #DC617C;
}
</style>
background-color css
<style>
a { background-color: #DC617C; }
a { background-color: rgb(220,97,124); }
div.DivClassName
{
background-color: #DC617C;
}
.BgClassName
{
background-color: #DC617C;
}
</style>
border-color css
<style>
span { border-color: #DC617C; }
span { border-color: rgb(220,97,124); }
td.TdClassName
{
border-color: #DC617C;
}
.TagClassName
{
border-color: #DC617C;
}
</style>