Shades of Cranberry #DD5472
Tints of Cranberry #DD5472
RGB
CMYK
RGB Variations
Color information
#DD5472 (or 0xDD5472) is known color: Cranberry. HEX triplet: DD, 54 and 72. RGB value is (221,84,114). Sum of RGB (Red+Green+Blue) = 221+84+114=419 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.74% from 419); Green value is 84 (33.20% from 255 or 20.05% from 419); Blue value is 114 (44.92% from 255 or 27.21% from 419); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5472 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5472 is #22AB8D. Grayscale: #808080. Windows color (decimal): -2272142 or 7492829. OLE color: 7492829.
HSL color Cylindrical-coordinate representation of color #DD5472: hue angle of 346.86º 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 #DD5472 is Cyan = 0, Magento = 0.62, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 84 | 114 | - |
| CMYK | 0 | 0.62 | 0.48 | 0.13 |
| HSL | 346.86º | 0.67% | 0.6% | - |
| HSV(B) | 346.86º | 0.62% | 0.87% | - |
| XYZ | 36.03 | 22.93 | 18.45 | - |
| YUV | 128.38 | 119.89 | 194.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 84 | 114 | 0 | 0.62 | 0.48 | 0.13 | 346.86 | 0.67 | 0.6 |
| Hex | DD | 54 | 72 | 0 | 3E | 30 | D | 15B | 43 | 3C |
| Octal | 335 | 124 | 162 | 0 | 76 | 60 | 15 | 533 | 103 | 74 |
| Binary | 11011101 | 1010100 | 1110010 | 0 | 111110 | 110000 | 1101 | 101011011 | 1000011 | 111100 |
Color Harmonies of #DD5472
Complementary color
Monochromatic Colors of #DD5472
Black with #DD5472
Text Example
Text Example
White with #DD5472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5472; }
p { color: rgb(221,84,114); }
H1.HeaderClassName
{
color: #DD5472;
}
.AnyTagClassName
{
color: #DD5472;
}
</style>
background-color css
<style>
a { background-color: #DD5472; }
a { background-color: rgb(221,84,114); }
div.DivClassName
{
background-color: #DD5472;
}
.BgClassName
{
background-color: #DD5472;
}
</style>
border-color css
<style>
span { border-color: #DD5472; }
span { border-color: rgb(221,84,114); }
td.TdClassName
{
border-color: #DD5472;
}
.TagClassName
{
border-color: #DD5472;
}
</style>