Shades of Cranberry #DC5279
Tints of Cranberry #DC5279
RGB
CMYK
RGB Variations
Color information
#DC5279 (or 0xDC5279) is known color: Cranberry. HEX triplet: DC, 52 and 79. RGB value is (220,82,121). Sum of RGB (Red+Green+Blue) = 220+82+121=423 (56% of max value = 765). Red value is 220 (86.33% from 255 or 52.01% from 423); Green value is 82 (32.42% from 255 or 19.39% from 423); Blue value is 121 (47.66% from 255 or 28.61% from 423); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5279 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5279 is #23AD86. Grayscale: #7F7F7F. Windows color (decimal): -2338183 or 7951068. OLE color: 7951068.
HSL color Cylindrical-coordinate representation of color #DC5279: hue angle of 343.04º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DC5279 is Cyan = 0, Magento = 0.63, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 82 | 121 | - |
| CMYK | 0 | 0.63 | 0.45 | 0.14 |
| HSL | 343.04º | 0.66% | 0.59% | - |
| HSV(B) | 343.04º | 0.63% | 0.86% | - |
| XYZ | 35.98 | 22.63 | 20.56 | - |
| YUV | 127.71 | 124.22 | 193.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 82 | 121 | 0 | 0.63 | 0.45 | 0.14 | 343.04 | 0.66 | 0.59 |
| Hex | DC | 52 | 79 | 0 | 3F | 2D | E | 157 | 42 | 3B |
| Octal | 334 | 122 | 171 | 0 | 77 | 55 | 16 | 527 | 102 | 73 |
| Binary | 11011100 | 1010010 | 1111001 | 0 | 111111 | 101101 | 1110 | 101010111 | 1000010 | 111011 |
Color Harmonies of #DC5279
Complementary color
Monochromatic Colors of #DC5279
Black with #DC5279
Text Example
Text Example
White with #DC5279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5279; }
p { color: rgb(220,82,121); }
H1.HeaderClassName
{
color: #DC5279;
}
.AnyTagClassName
{
color: #DC5279;
}
</style>
background-color css
<style>
a { background-color: #DC5279; }
a { background-color: rgb(220,82,121); }
div.DivClassName
{
background-color: #DC5279;
}
.BgClassName
{
background-color: #DC5279;
}
</style>
border-color css
<style>
span { border-color: #DC5279; }
span { border-color: rgb(220,82,121); }
td.TdClassName
{
border-color: #DC5279;
}
.TagClassName
{
border-color: #DC5279;
}
</style>