Shades of Cranberry #DD4C72
Tints of Cranberry #DD4C72
RGB
CMYK
RGB Variations
Color information
#DD4C72 (or 0xDD4C72) is known color: Cranberry. HEX triplet: DD, 4C and 72. RGB value is (221,76,114). Sum of RGB (Red+Green+Blue) = 221+76+114=411 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.77% from 411); Green value is 76 (30.08% from 255 or 18.49% from 411); Blue value is 114 (44.92% from 255 or 27.74% from 411); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4C72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4C72 is #22B38D. Grayscale: #7B7B7B. Windows color (decimal): -2274190 or 7490781. OLE color: 7490781.
HSL color Cylindrical-coordinate representation of color #DD4C72: hue angle of 344.28º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DD4C72 is Cyan = 0, Magento = 0.66, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 76 | 114 | - |
| CMYK | 0 | 0.66 | 0.48 | 0.13 |
| HSL | 344.28º | 0.68% | 0.58% | - |
| HSV(B) | 344.28º | 0.66% | 0.87% | - |
| XYZ | 35.44 | 21.76 | 18.25 | - |
| YUV | 123.69 | 122.54 | 197.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 76 | 114 | 0 | 0.66 | 0.48 | 0.13 | 344.28 | 0.68 | 0.58 |
| Hex | DD | 4C | 72 | 0 | 42 | 30 | D | 158 | 44 | 3A |
| Octal | 335 | 114 | 162 | 0 | 102 | 60 | 15 | 530 | 104 | 72 |
| Binary | 11011101 | 1001100 | 1110010 | 0 | 1000010 | 110000 | 1101 | 101011000 | 1000100 | 111010 |
Color Harmonies of #DD4C72
Complementary color
Monochromatic Colors of #DD4C72
Black with #DD4C72
Text Example
Text Example
White with #DD4C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4C72; }
p { color: rgb(221,76,114); }
H1.HeaderClassName
{
color: #DD4C72;
}
.AnyTagClassName
{
color: #DD4C72;
}
</style>
background-color css
<style>
a { background-color: #DD4C72; }
a { background-color: rgb(221,76,114); }
div.DivClassName
{
background-color: #DD4C72;
}
.BgClassName
{
background-color: #DD4C72;
}
</style>
border-color css
<style>
span { border-color: #DD4C72; }
span { border-color: rgb(221,76,114); }
td.TdClassName
{
border-color: #DD4C72;
}
.TagClassName
{
border-color: #DD4C72;
}
</style>