Shades of Cranberry #DC5379
Tints of Cranberry #DC5379
RGB
CMYK
RGB Variations
Color information
#DC5379 (or 0xDC5379) is known color: Cranberry. HEX triplet: DC, 53 and 79. RGB value is (220,83,121). Sum of RGB (Red+Green+Blue) = 220+83+121=424 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.89% from 424); Green value is 83 (32.81% from 255 or 19.58% from 424); Blue value is 121 (47.66% from 255 or 28.54% from 424); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5379 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5379 is #23AC86. Grayscale: #808080. Windows color (decimal): -2337927 or 7951324. OLE color: 7951324.
HSL color Cylindrical-coordinate representation of color #DC5379: hue angle of 343.36º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DC5379 is Cyan = 0, Magento = 0.62, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 83 | 121 | - |
| CMYK | 0 | 0.62 | 0.45 | 0.14 |
| HSL | 343.36º | 0.66% | 0.59% | - |
| HSV(B) | 343.36º | 0.62% | 0.86% | - |
| XYZ | 36.06 | 22.78 | 20.59 | - |
| YUV | 128.3 | 123.89 | 193.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 83 | 121 | 0 | 0.62 | 0.45 | 0.14 | 343.36 | 0.66 | 0.59 |
| Hex | DC | 53 | 79 | 0 | 3E | 2D | E | 157 | 42 | 3B |
| Octal | 334 | 123 | 171 | 0 | 76 | 55 | 16 | 527 | 102 | 73 |
| Binary | 11011100 | 1010011 | 1111001 | 0 | 111110 | 101101 | 1110 | 101010111 | 1000010 | 111011 |
Color Harmonies of #DC5379
Complementary color
Monochromatic Colors of #DC5379
Black with #DC5379
Text Example
Text Example
White with #DC5379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5379; }
p { color: rgb(220,83,121); }
H1.HeaderClassName
{
color: #DC5379;
}
.AnyTagClassName
{
color: #DC5379;
}
</style>
background-color css
<style>
a { background-color: #DC5379; }
a { background-color: rgb(220,83,121); }
div.DivClassName
{
background-color: #DC5379;
}
.BgClassName
{
background-color: #DC5379;
}
</style>
border-color css
<style>
span { border-color: #DC5379; }
span { border-color: rgb(220,83,121); }
td.TdClassName
{
border-color: #DC5379;
}
.TagClassName
{
border-color: #DC5379;
}
</style>