Shades of Cranberry #DC4473
Tints of Cranberry #DC4473
RGB
CMYK
RGB Variations
Color information
#DC4473 (or 0xDC4473) is known color: Cranberry. HEX triplet: DC, 44 and 73. RGB value is (220,68,115). Sum of RGB (Red+Green+Blue) = 220+68+115=403 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.59% from 403); Green value is 68 (26.95% from 255 or 16.87% from 403); Blue value is 115 (45.31% from 255 or 28.54% from 403); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4473 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4473 is #23BB8C. Grayscale: #767676. Windows color (decimal): -2341773 or 7554268. OLE color: 7554268.
HSL color Cylindrical-coordinate representation of color #DC4473: hue angle of 341.45º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DC4473 is Cyan = 0, Magento = 0.69, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 68 | 115 | - |
| CMYK | 0 | 0.69 | 0.48 | 0.14 |
| HSL | 341.45º | 0.68% | 0.56% | - |
| HSV(B) | 341.45º | 0.69% | 0.86% | - |
| XYZ | 34.68 | 20.59 | 18.37 | - |
| YUV | 118.81 | 125.86 | 200.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 68 | 115 | 0 | 0.69 | 0.48 | 0.14 | 341.45 | 0.68 | 0.56 |
| Hex | DC | 44 | 73 | 0 | 45 | 30 | E | 155 | 44 | 38 |
| Octal | 334 | 104 | 163 | 0 | 105 | 60 | 16 | 525 | 104 | 70 |
| Binary | 11011100 | 1000100 | 1110011 | 0 | 1000101 | 110000 | 1110 | 101010101 | 1000100 | 111000 |
Color Harmonies of #DC4473
Complementary color
Monochromatic Colors of #DC4473
Black with #DC4473
Text Example
Text Example
White with #DC4473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4473; }
p { color: rgb(220,68,115); }
H1.HeaderClassName
{
color: #DC4473;
}
.AnyTagClassName
{
color: #DC4473;
}
</style>
background-color css
<style>
a { background-color: #DC4473; }
a { background-color: rgb(220,68,115); }
div.DivClassName
{
background-color: #DC4473;
}
.BgClassName
{
background-color: #DC4473;
}
</style>
border-color css
<style>
span { border-color: #DC4473; }
span { border-color: rgb(220,68,115); }
td.TdClassName
{
border-color: #DC4473;
}
.TagClassName
{
border-color: #DC4473;
}
</style>