Shades of Cranberry #DD4D7C
Tints of Cranberry #DD4D7C
RGB
CMYK
RGB Variations
Color information
#DD4D7C (or 0xDD4D7C) is known color: Cranberry. HEX triplet: DD, 4D and 7C. RGB value is (221,77,124). Sum of RGB (Red+Green+Blue) = 221+77+124=422 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.37% from 422); Green value is 77 (30.47% from 255 or 18.25% from 422); Blue value is 124 (48.83% from 255 or 29.38% from 422); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4D7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD4D7C is #22B283. Grayscale: #7D7D7D. Windows color (decimal): -2273924 or 8146397. OLE color: 8146397.
HSL color Cylindrical-coordinate representation of color #DD4D7C: hue angle of 340.42º 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 #DD4D7C is Cyan = 0, Magento = 0.65, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 77 | 124 | - |
| CMYK | 0 | 0.65 | 0.44 | 0.13 |
| HSL | 340.42º | 0.68% | 0.58% | - |
| HSV(B) | 340.42º | 0.65% | 0.87% | - |
| XYZ | 36.11 | 22.14 | 21.44 | - |
| YUV | 125.41 | 127.21 | 196.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 77 | 124 | 0 | 0.65 | 0.44 | 0.13 | 340.42 | 0.68 | 0.58 |
| Hex | DD | 4D | 7C | 0 | 41 | 2C | D | 154 | 44 | 3A |
| Octal | 335 | 115 | 174 | 0 | 101 | 54 | 15 | 524 | 104 | 72 |
| Binary | 11011101 | 1001101 | 1111100 | 0 | 1000001 | 101100 | 1101 | 101010100 | 1000100 | 111010 |
Color Harmonies of #DD4D7C
Complementary color
Monochromatic Colors of #DD4D7C
Black with #DD4D7C
Text Example
Text Example
White with #DD4D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4D7C; }
p { color: rgb(221,77,124); }
H1.HeaderClassName
{
color: #DD4D7C;
}
.AnyTagClassName
{
color: #DD4D7C;
}
</style>
background-color css
<style>
a { background-color: #DD4D7C; }
a { background-color: rgb(221,77,124); }
div.DivClassName
{
background-color: #DD4D7C;
}
.BgClassName
{
background-color: #DD4D7C;
}
</style>
border-color css
<style>
span { border-color: #DD4D7C; }
span { border-color: rgb(221,77,124); }
td.TdClassName
{
border-color: #DD4D7C;
}
.TagClassName
{
border-color: #DD4D7C;
}
</style>