Shades of Cranberry #DD4072
Tints of Cranberry #DD4072
RGB
CMYK
RGB Variations
Color information
#DD4072 (or 0xDD4072) is known color: Cranberry. HEX triplet: DD, 40 and 72. RGB value is (221,64,114). Sum of RGB (Red+Green+Blue) = 221+64+114=399 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.39% from 399); Green value is 64 (25.39% from 255 or 16.04% from 399); Blue value is 114 (44.92% from 255 or 28.57% from 399); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4072 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4072 is #22BF8D. Grayscale: #747474. Windows color (decimal): -2277262 or 7487709. OLE color: 7487709.
HSL color Cylindrical-coordinate representation of color #DD4072: hue angle of 340.89º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DD4072 is Cyan = 0, Magento = 0.71, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 64 | 114 | - |
| CMYK | 0 | 0.71 | 0.48 | 0.13 |
| HSL | 340.89º | 0.7% | 0.56% | - |
| HSV(B) | 340.89º | 0.71% | 0.87% | - |
| XYZ | 34.69 | 20.25 | 18 | - |
| YUV | 116.64 | 126.51 | 202.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 64 | 114 | 0 | 0.71 | 0.48 | 0.13 | 340.89 | 0.7 | 0.56 |
| Hex | DD | 40 | 72 | 0 | 47 | 30 | D | 155 | 46 | 38 |
| Octal | 335 | 100 | 162 | 0 | 107 | 60 | 15 | 525 | 106 | 70 |
| Binary | 11011101 | 1000000 | 1110010 | 0 | 1000111 | 110000 | 1101 | 101010101 | 1000110 | 111000 |
Color Harmonies of #DD4072
Complementary color
Monochromatic Colors of #DD4072
Black with #DD4072
Text Example
Text Example
White with #DD4072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4072; }
p { color: rgb(221,64,114); }
H1.HeaderClassName
{
color: #DD4072;
}
.AnyTagClassName
{
color: #DD4072;
}
</style>
background-color css
<style>
a { background-color: #DD4072; }
a { background-color: rgb(221,64,114); }
div.DivClassName
{
background-color: #DD4072;
}
.BgClassName
{
background-color: #DD4072;
}
</style>
border-color css
<style>
span { border-color: #DD4072; }
span { border-color: rgb(221,64,114); }
td.TdClassName
{
border-color: #DD4072;
}
.TagClassName
{
border-color: #DD4072;
}
</style>