Shades of Cranberry #DD4479
Tints of Cranberry #DD4479
RGB
CMYK
RGB Variations
Color information
#DD4479 (or 0xDD4479) is known color: Cranberry. HEX triplet: DD, 44 and 79. RGB value is (221,68,121). Sum of RGB (Red+Green+Blue) = 221+68+121=410 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.90% from 410); Green value is 68 (26.95% from 255 or 16.59% from 410); Blue value is 121 (47.66% from 255 or 29.51% from 410); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4479 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4479 is #22BB86. Grayscale: #777777. Windows color (decimal): -2276231 or 7947485. OLE color: 7947485.
HSL color Cylindrical-coordinate representation of color #DD4479: hue angle of 339.22º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DD4479 is Cyan = 0, Magento = 0.69, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 68 | 121 | - |
| CMYK | 0 | 0.69 | 0.45 | 0.13 |
| HSL | 339.22º | 0.69% | 0.57% | - |
| HSV(B) | 339.22º | 0.69% | 0.87% | - |
| XYZ | 35.34 | 20.89 | 20.26 | - |
| YUV | 119.79 | 128.69 | 200.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 68 | 121 | 0 | 0.69 | 0.45 | 0.13 | 339.22 | 0.69 | 0.57 |
| Hex | DD | 44 | 79 | 0 | 45 | 2D | D | 153 | 45 | 39 |
| Octal | 335 | 104 | 171 | 0 | 105 | 55 | 15 | 523 | 105 | 71 |
| Binary | 11011101 | 1000100 | 1111001 | 0 | 1000101 | 101101 | 1101 | 101010011 | 1000101 | 111001 |
Color Harmonies of #DD4479
Complementary color
Monochromatic Colors of #DD4479
Black with #DD4479
Text Example
Text Example
White with #DD4479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4479; }
p { color: rgb(221,68,121); }
H1.HeaderClassName
{
color: #DD4479;
}
.AnyTagClassName
{
color: #DD4479;
}
</style>
background-color css
<style>
a { background-color: #DD4479; }
a { background-color: rgb(221,68,121); }
div.DivClassName
{
background-color: #DD4479;
}
.BgClassName
{
background-color: #DD4479;
}
</style>
border-color css
<style>
span { border-color: #DD4479; }
span { border-color: rgb(221,68,121); }
td.TdClassName
{
border-color: #DD4479;
}
.TagClassName
{
border-color: #DD4479;
}
</style>