Shades of Cranberry #DC5373
Tints of Cranberry #DC5373
RGB
CMYK
RGB Variations
Color information
#DC5373 (or 0xDC5373) is known color: Cranberry. HEX triplet: DC, 53 and 73. RGB value is (220,83,115). Sum of RGB (Red+Green+Blue) = 220+83+115=418 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.63% from 418); Green value is 83 (32.81% from 255 or 19.86% from 418); Blue value is 115 (45.31% from 255 or 27.51% from 418); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5373 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5373 is #23AC8C. Grayscale: #7F7F7F. Windows color (decimal): -2337933 or 7558108. OLE color: 7558108.
HSL color Cylindrical-coordinate representation of color #DC5373: hue angle of 345.99º 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 #DC5373 is Cyan = 0, Magento = 0.62, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 83 | 115 | - |
| CMYK | 0 | 0.62 | 0.48 | 0.14 |
| HSL | 345.99º | 0.66% | 0.59% | - |
| HSV(B) | 345.99º | 0.62% | 0.86% | - |
| XYZ | 35.7 | 22.64 | 18.71 | - |
| YUV | 127.61 | 120.89 | 193.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 83 | 115 | 0 | 0.62 | 0.48 | 0.14 | 345.99 | 0.66 | 0.59 |
| Hex | DC | 53 | 73 | 0 | 3E | 30 | E | 15A | 42 | 3B |
| Octal | 334 | 123 | 163 | 0 | 76 | 60 | 16 | 532 | 102 | 73 |
| Binary | 11011100 | 1010011 | 1110011 | 0 | 111110 | 110000 | 1110 | 101011010 | 1000010 | 111011 |
Color Harmonies of #DC5373
Complementary color
Monochromatic Colors of #DC5373
Black with #DC5373
Text Example
Text Example
White with #DC5373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5373; }
p { color: rgb(220,83,115); }
H1.HeaderClassName
{
color: #DC5373;
}
.AnyTagClassName
{
color: #DC5373;
}
</style>
background-color css
<style>
a { background-color: #DC5373; }
a { background-color: rgb(220,83,115); }
div.DivClassName
{
background-color: #DC5373;
}
.BgClassName
{
background-color: #DC5373;
}
</style>
border-color css
<style>
span { border-color: #DC5373; }
span { border-color: rgb(220,83,115); }
td.TdClassName
{
border-color: #DC5373;
}
.TagClassName
{
border-color: #DC5373;
}
</style>