Shades of Cranberry #DC5077
Tints of Cranberry #DC5077
RGB
CMYK
RGB Variations
Color information
#DC5077 (or 0xDC5077) is known color: Cranberry. HEX triplet: DC, 50 and 77. RGB value is (220,80,119). Sum of RGB (Red+Green+Blue) = 220+80+119=419 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.51% from 419); Green value is 80 (31.64% from 255 or 19.09% from 419); Blue value is 119 (46.88% from 255 or 28.40% from 419); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5077 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5077 is #23AF88. Grayscale: #7E7E7E. Windows color (decimal): -2338697 or 7819484. OLE color: 7819484.
HSL color Cylindrical-coordinate representation of color #DC5077: hue angle of 343.29º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DC5077 is Cyan = 0, Magento = 0.64, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 80 | 119 | - |
| CMYK | 0 | 0.64 | 0.46 | 0.14 |
| HSL | 343.29º | 0.67% | 0.59% | - |
| HSV(B) | 343.29º | 0.64% | 0.86% | - |
| XYZ | 35.71 | 22.28 | 19.87 | - |
| YUV | 126.31 | 123.88 | 194.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 80 | 119 | 0 | 0.64 | 0.46 | 0.14 | 343.29 | 0.67 | 0.59 |
| Hex | DC | 50 | 77 | 0 | 40 | 2E | E | 157 | 43 | 3B |
| Octal | 334 | 120 | 167 | 0 | 100 | 56 | 16 | 527 | 103 | 73 |
| Binary | 11011100 | 1010000 | 1110111 | 0 | 1000000 | 101110 | 1110 | 101010111 | 1000011 | 111011 |
Color Harmonies of #DC5077
Complementary color
Monochromatic Colors of #DC5077
Black with #DC5077
Text Example
Text Example
White with #DC5077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5077; }
p { color: rgb(220,80,119); }
H1.HeaderClassName
{
color: #DC5077;
}
.AnyTagClassName
{
color: #DC5077;
}
</style>
background-color css
<style>
a { background-color: #DC5077; }
a { background-color: rgb(220,80,119); }
div.DivClassName
{
background-color: #DC5077;
}
.BgClassName
{
background-color: #DC5077;
}
</style>
border-color css
<style>
span { border-color: #DC5077; }
span { border-color: rgb(220,80,119); }
td.TdClassName
{
border-color: #DC5077;
}
.TagClassName
{
border-color: #DC5077;
}
</style>