Shades of Cranberry #DC5079
Tints of Cranberry #DC5079
RGB
CMYK
RGB Variations
Color information
#DC5079 (or 0xDC5079) is known color: Cranberry. HEX triplet: DC, 50 and 79. RGB value is (220,80,121). Sum of RGB (Red+Green+Blue) = 220+80+121=421 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.26% from 421); Green value is 80 (31.64% from 255 or 19.00% from 421); Blue value is 121 (47.66% from 255 or 28.74% from 421); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5079 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5079 is #23AF86. Grayscale: #7E7E7E. Windows color (decimal): -2338695 or 7950556. OLE color: 7950556.
HSL color Cylindrical-coordinate representation of color #DC5079: hue angle of 342.43º 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 #DC5079 is Cyan = 0, Magento = 0.64, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 80 | 121 | - |
| CMYK | 0 | 0.64 | 0.45 | 0.14 |
| HSL | 342.43º | 0.67% | 0.59% | - |
| HSV(B) | 342.43º | 0.64% | 0.86% | - |
| XYZ | 35.84 | 22.33 | 20.51 | - |
| YUV | 126.53 | 124.88 | 194.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 80 | 121 | 0 | 0.64 | 0.45 | 0.14 | 342.43 | 0.67 | 0.59 |
| Hex | DC | 50 | 79 | 0 | 40 | 2D | E | 156 | 43 | 3B |
| Octal | 334 | 120 | 171 | 0 | 100 | 55 | 16 | 526 | 103 | 73 |
| Binary | 11011100 | 1010000 | 1111001 | 0 | 1000000 | 101101 | 1110 | 101010110 | 1000011 | 111011 |
Color Harmonies of #DC5079
Complementary color
Monochromatic Colors of #DC5079
Black with #DC5079
Text Example
Text Example
White with #DC5079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5079; }
p { color: rgb(220,80,121); }
H1.HeaderClassName
{
color: #DC5079;
}
.AnyTagClassName
{
color: #DC5079;
}
</style>
background-color css
<style>
a { background-color: #DC5079; }
a { background-color: rgb(220,80,121); }
div.DivClassName
{
background-color: #DC5079;
}
.BgClassName
{
background-color: #DC5079;
}
</style>
border-color css
<style>
span { border-color: #DC5079; }
span { border-color: rgb(220,80,121); }
td.TdClassName
{
border-color: #DC5079;
}
.TagClassName
{
border-color: #DC5079;
}
</style>