Shades of Cranberry #DC617B
Tints of Cranberry #DC617B
RGB
CMYK
RGB Variations
Color information
#DC617B (or 0xDC617B) is known color: Cranberry. HEX triplet: DC, 61 and 7B. RGB value is (220,97,123). Sum of RGB (Red+Green+Blue) = 220+97+123=440 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50% from 440); Green value is 97 (38.28% from 255 or 22.05% from 440); Blue value is 123 (48.44% from 255 or 27.95% from 440); Max value from RGB is 220 - color contains mainly: red. Hex color #DC617B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC617B is #239E84. Grayscale: #888888. Windows color (decimal): -2334341 or 8085980. OLE color: 8085980.
HSL color Cylindrical-coordinate representation of color #DC617B: hue angle of 347.32º 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 #DC617B is Cyan = 0, Magento = 0.56, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 97 | 123 | - |
| CMYK | 0 | 0.56 | 0.44 | 0.14 |
| HSL | 347.32º | 0.64% | 0.62% | - |
| HSV(B) | 347.32º | 0.56% | 0.86% | - |
| XYZ | 37.37 | 25.2 | 21.63 | - |
| YUV | 136.74 | 120.25 | 187.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 97 | 123 | 0 | 0.56 | 0.44 | 0.14 | 347.32 | 0.64 | 0.62 |
| Hex | DC | 61 | 7B | 0 | 38 | 2C | E | 15B | 40 | 3E |
| Octal | 334 | 141 | 173 | 0 | 70 | 54 | 16 | 533 | 100 | 76 |
| Binary | 11011100 | 1100001 | 1111011 | 0 | 111000 | 101100 | 1110 | 101011011 | 1000000 | 111110 |
Color Harmonies of #DC617B
Complementary color
Monochromatic Colors of #DC617B
Black with #DC617B
Text Example
Text Example
White with #DC617B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC617B; }
p { color: rgb(220,97,123); }
H1.HeaderClassName
{
color: #DC617B;
}
.AnyTagClassName
{
color: #DC617B;
}
</style>
background-color css
<style>
a { background-color: #DC617B; }
a { background-color: rgb(220,97,123); }
div.DivClassName
{
background-color: #DC617B;
}
.BgClassName
{
background-color: #DC617B;
}
</style>
border-color css
<style>
span { border-color: #DC617B; }
span { border-color: rgb(220,97,123); }
td.TdClassName
{
border-color: #DC617B;
}
.TagClassName
{
border-color: #DC617B;
}
</style>