Shades of Cranberry #DD4573
Tints of Cranberry #DD4573
RGB
CMYK
RGB Variations
Color information
#DD4573 (or 0xDD4573) is known color: Cranberry. HEX triplet: DD, 45 and 73. RGB value is (221,69,115). Sum of RGB (Red+Green+Blue) = 221+69+115=405 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.57% from 405); Green value is 69 (27.34% from 255 or 17.04% from 405); Blue value is 115 (45.31% from 255 or 28.40% from 405); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4573 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4573 is #22BA8C. Grayscale: #777777. Windows color (decimal): -2275981 or 7554525. OLE color: 7554525.
HSL color Cylindrical-coordinate representation of color #DD4573: hue angle of 341.84º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DD4573 is Cyan = 0, Magento = 0.69, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 69 | 115 | - |
| CMYK | 0 | 0.69 | 0.48 | 0.13 |
| HSL | 341.84º | 0.69% | 0.57% | - |
| HSV(B) | 341.84º | 0.69% | 0.87% | - |
| XYZ | 35.04 | 20.87 | 18.4 | - |
| YUV | 119.69 | 125.36 | 200.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 69 | 115 | 0 | 0.69 | 0.48 | 0.13 | 341.84 | 0.69 | 0.57 |
| Hex | DD | 45 | 73 | 0 | 45 | 30 | D | 156 | 45 | 39 |
| Octal | 335 | 105 | 163 | 0 | 105 | 60 | 15 | 526 | 105 | 71 |
| Binary | 11011101 | 1000101 | 1110011 | 0 | 1000101 | 110000 | 1101 | 101010110 | 1000101 | 111001 |
Color Harmonies of #DD4573
Complementary color
Monochromatic Colors of #DD4573
Black with #DD4573
Text Example
Text Example
White with #DD4573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4573; }
p { color: rgb(221,69,115); }
H1.HeaderClassName
{
color: #DD4573;
}
.AnyTagClassName
{
color: #DD4573;
}
</style>
background-color css
<style>
a { background-color: #DD4573; }
a { background-color: rgb(221,69,115); }
div.DivClassName
{
background-color: #DD4573;
}
.BgClassName
{
background-color: #DD4573;
}
</style>
border-color css
<style>
span { border-color: #DD4573; }
span { border-color: rgb(221,69,115); }
td.TdClassName
{
border-color: #DD4573;
}
.TagClassName
{
border-color: #DD4573;
}
</style>