Shades of Cranberry #DD5572
Tints of Cranberry #DD5572
RGB
CMYK
RGB Variations
Color information
#DD5572 (or 0xDD5572) is known color: Cranberry. HEX triplet: DD, 55 and 72. RGB value is (221,85,114). Sum of RGB (Red+Green+Blue) = 221+85+114=420 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.62% from 420); Green value is 85 (33.59% from 255 or 20.24% from 420); Blue value is 114 (44.92% from 255 or 27.14% from 420); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5572 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5572 is #22AA8D. Grayscale: #808080. Windows color (decimal): -2271886 or 7493085. OLE color: 7493085.
HSL color Cylindrical-coordinate representation of color #DD5572: hue angle of 347.21º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DD5572 is Cyan = 0, Magento = 0.62, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 85 | 114 | - |
| CMYK | 0 | 0.62 | 0.48 | 0.13 |
| HSL | 347.21º | 0.67% | 0.6% | - |
| HSV(B) | 347.21º | 0.62% | 0.87% | - |
| XYZ | 36.1 | 23.08 | 18.47 | - |
| YUV | 128.97 | 119.56 | 193.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 85 | 114 | 0 | 0.62 | 0.48 | 0.13 | 347.21 | 0.67 | 0.6 |
| Hex | DD | 55 | 72 | 0 | 3E | 30 | D | 15B | 43 | 3C |
| Octal | 335 | 125 | 162 | 0 | 76 | 60 | 15 | 533 | 103 | 74 |
| Binary | 11011101 | 1010101 | 1110010 | 0 | 111110 | 110000 | 1101 | 101011011 | 1000011 | 111100 |
Color Harmonies of #DD5572
Complementary color
Monochromatic Colors of #DD5572
Black with #DD5572
Text Example
Text Example
White with #DD5572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5572; }
p { color: rgb(221,85,114); }
H1.HeaderClassName
{
color: #DD5572;
}
.AnyTagClassName
{
color: #DD5572;
}
</style>
background-color css
<style>
a { background-color: #DD5572; }
a { background-color: rgb(221,85,114); }
div.DivClassName
{
background-color: #DD5572;
}
.BgClassName
{
background-color: #DD5572;
}
</style>
border-color css
<style>
span { border-color: #DD5572; }
span { border-color: rgb(221,85,114); }
td.TdClassName
{
border-color: #DD5572;
}
.TagClassName
{
border-color: #DD5572;
}
</style>