Shades of Cranberry #DC4573
Tints of Cranberry #DC4573
RGB
CMYK
RGB Variations
Color information
#DC4573 (or 0xDC4573) is known color: Cranberry. HEX triplet: DC, 45 and 73. RGB value is (220,69,115). Sum of RGB (Red+Green+Blue) = 220+69+115=404 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.46% from 404); Green value is 69 (27.34% from 255 or 17.08% from 404); Blue value is 115 (45.31% from 255 or 28.47% from 404); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4573 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4573 is #23BA8C. Grayscale: #777777. Windows color (decimal): -2341517 or 7554524. OLE color: 7554524.
HSL color Cylindrical-coordinate representation of color #DC4573: hue angle of 341.72º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DC4573 is Cyan = 0, Magento = 0.69, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 69 | 115 | - |
| CMYK | 0 | 0.69 | 0.48 | 0.14 |
| HSL | 341.72º | 0.68% | 0.57% | - |
| HSV(B) | 341.72º | 0.69% | 0.86% | - |
| XYZ | 34.74 | 20.71 | 18.39 | - |
| YUV | 119.39 | 125.53 | 199.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 69 | 115 | 0 | 0.69 | 0.48 | 0.14 | 341.72 | 0.68 | 0.57 |
| Hex | DC | 45 | 73 | 0 | 45 | 30 | E | 156 | 44 | 39 |
| Octal | 334 | 105 | 163 | 0 | 105 | 60 | 16 | 526 | 104 | 71 |
| Binary | 11011100 | 1000101 | 1110011 | 0 | 1000101 | 110000 | 1110 | 101010110 | 1000100 | 111001 |
Color Harmonies of #DC4573
Complementary color
Monochromatic Colors of #DC4573
Black with #DC4573
Text Example
Text Example
White with #DC4573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4573; }
p { color: rgb(220,69,115); }
H1.HeaderClassName
{
color: #DC4573;
}
.AnyTagClassName
{
color: #DC4573;
}
</style>
background-color css
<style>
a { background-color: #DC4573; }
a { background-color: rgb(220,69,115); }
div.DivClassName
{
background-color: #DC4573;
}
.BgClassName
{
background-color: #DC4573;
}
</style>
border-color css
<style>
span { border-color: #DC4573; }
span { border-color: rgb(220,69,115); }
td.TdClassName
{
border-color: #DC4573;
}
.TagClassName
{
border-color: #DC4573;
}
</style>