Shades of Cranberry #DD4D72
Tints of Cranberry #DD4D72
RGB
CMYK
RGB Variations
Color information
#DD4D72 (or 0xDD4D72) is known color: Cranberry. HEX triplet: DD, 4D and 72. RGB value is (221,77,114). Sum of RGB (Red+Green+Blue) = 221+77+114=412 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.64% from 412); Green value is 77 (30.47% from 255 or 18.69% from 412); Blue value is 114 (44.92% from 255 or 27.67% from 412); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4D72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD4D72 is #22B28D. Grayscale: #7C7C7C. Windows color (decimal): -2273934 or 7491037. OLE color: 7491037.
HSL color Cylindrical-coordinate representation of color #DD4D72: hue angle of 344.58º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DD4D72 is Cyan = 0, Magento = 0.65, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 77 | 114 | - |
| CMYK | 0 | 0.65 | 0.48 | 0.13 |
| HSL | 344.58º | 0.68% | 0.58% | - |
| HSV(B) | 344.58º | 0.65% | 0.87% | - |
| XYZ | 35.51 | 21.89 | 18.27 | - |
| YUV | 124.27 | 122.21 | 196.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 77 | 114 | 0 | 0.65 | 0.48 | 0.13 | 344.58 | 0.68 | 0.58 |
| Hex | DD | 4D | 72 | 0 | 41 | 30 | D | 159 | 44 | 3A |
| Octal | 335 | 115 | 162 | 0 | 101 | 60 | 15 | 531 | 104 | 72 |
| Binary | 11011101 | 1001101 | 1110010 | 0 | 1000001 | 110000 | 1101 | 101011001 | 1000100 | 111010 |
Color Harmonies of #DD4D72
Complementary color
Monochromatic Colors of #DD4D72
Black with #DD4D72
Text Example
Text Example
White with #DD4D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4D72; }
p { color: rgb(221,77,114); }
H1.HeaderClassName
{
color: #DD4D72;
}
.AnyTagClassName
{
color: #DD4D72;
}
</style>
background-color css
<style>
a { background-color: #DD4D72; }
a { background-color: rgb(221,77,114); }
div.DivClassName
{
background-color: #DD4D72;
}
.BgClassName
{
background-color: #DD4D72;
}
</style>
border-color css
<style>
span { border-color: #DD4D72; }
span { border-color: rgb(221,77,114); }
td.TdClassName
{
border-color: #DD4D72;
}
.TagClassName
{
border-color: #DD4D72;
}
</style>