Shades of Cranberry #DD4670
Tints of Cranberry #DD4670
RGB
CMYK
RGB Variations
Color information
#DD4670 (or 0xDD4670) is known color: Cranberry. HEX triplet: DD, 46 and 70. RGB value is (221,70,112). Sum of RGB (Red+Green+Blue) = 221+70+112=403 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.84% from 403); Green value is 70 (27.73% from 255 or 17.37% from 403); Blue value is 112 (44.14% from 255 or 27.79% from 403); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4670 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4670 is #22B98F. Grayscale: #777777. Windows color (decimal): -2275728 or 7358173. OLE color: 7358173.
HSL color Cylindrical-coordinate representation of color #DD4670: hue angle of 343.31º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DD4670 is Cyan = 0, Magento = 0.68, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 70 | 112 | - |
| CMYK | 0 | 0.68 | 0.49 | 0.13 |
| HSL | 343.31º | 0.69% | 0.57% | - |
| HSV(B) | 343.31º | 0.68% | 0.87% | - |
| XYZ | 34.93 | 20.92 | 17.53 | - |
| YUV | 119.94 | 123.53 | 200.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 70 | 112 | 0 | 0.68 | 0.49 | 0.13 | 343.31 | 0.69 | 0.57 |
| Hex | DD | 46 | 70 | 0 | 44 | 31 | D | 157 | 45 | 39 |
| Octal | 335 | 106 | 160 | 0 | 104 | 61 | 15 | 527 | 105 | 71 |
| Binary | 11011101 | 1000110 | 1110000 | 0 | 1000100 | 110001 | 1101 | 101010111 | 1000101 | 111001 |
Color Harmonies of #DD4670
Complementary color
Monochromatic Colors of #DD4670
Black with #DD4670
Text Example
Text Example
White with #DD4670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4670; }
p { color: rgb(221,70,112); }
H1.HeaderClassName
{
color: #DD4670;
}
.AnyTagClassName
{
color: #DD4670;
}
</style>
background-color css
<style>
a { background-color: #DD4670; }
a { background-color: rgb(221,70,112); }
div.DivClassName
{
background-color: #DD4670;
}
.BgClassName
{
background-color: #DD4670;
}
</style>
border-color css
<style>
span { border-color: #DD4670; }
span { border-color: rgb(221,70,112); }
td.TdClassName
{
border-color: #DD4670;
}
.TagClassName
{
border-color: #DD4670;
}
</style>