Shades of Cranberry #DC6079
Tints of Cranberry #DC6079
RGB
CMYK
RGB Variations
Color information
#DC6079 (or 0xDC6079) is known color: Cranberry. HEX triplet: DC, 60 and 79. RGB value is (220,96,121). Sum of RGB (Red+Green+Blue) = 220+96+121=437 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.34% from 437); Green value is 96 (37.89% from 255 or 21.97% from 437); Blue value is 121 (47.66% from 255 or 27.69% from 437); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6079 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC6079 is #239F86. Grayscale: #878787. Windows color (decimal): -2334599 or 7954652. OLE color: 7954652.
HSL color Cylindrical-coordinate representation of color #DC6079: hue angle of 347.9º 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 #DC6079 is Cyan = 0, Magento = 0.56, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 96 | 121 | - |
| CMYK | 0 | 0.56 | 0.45 | 0.14 |
| HSL | 347.9º | 0.64% | 0.62% | - |
| HSV(B) | 347.9º | 0.56% | 0.86% | - |
| XYZ | 37.15 | 24.96 | 20.95 | - |
| YUV | 135.93 | 119.58 | 187.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 96 | 121 | 0 | 0.56 | 0.45 | 0.14 | 347.9 | 0.64 | 0.62 |
| Hex | DC | 60 | 79 | 0 | 38 | 2D | E | 15C | 40 | 3E |
| Octal | 334 | 140 | 171 | 0 | 70 | 55 | 16 | 534 | 100 | 76 |
| Binary | 11011100 | 1100000 | 1111001 | 0 | 111000 | 101101 | 1110 | 101011100 | 1000000 | 111110 |
Color Harmonies of #DC6079
Complementary color
Monochromatic Colors of #DC6079
Black with #DC6079
Text Example
Text Example
White with #DC6079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6079; }
p { color: rgb(220,96,121); }
H1.HeaderClassName
{
color: #DC6079;
}
.AnyTagClassName
{
color: #DC6079;
}
</style>
background-color css
<style>
a { background-color: #DC6079; }
a { background-color: rgb(220,96,121); }
div.DivClassName
{
background-color: #DC6079;
}
.BgClassName
{
background-color: #DC6079;
}
</style>
border-color css
<style>
span { border-color: #DC6079; }
span { border-color: rgb(220,96,121); }
td.TdClassName
{
border-color: #DC6079;
}
.TagClassName
{
border-color: #DC6079;
}
</style>