Shades of Cranberry #DD446D
Tints of Cranberry #DD446D
RGB
CMYK
RGB Variations
Color information
#DD446D (or 0xDD446D) is known color: Cranberry. HEX triplet: DD, 44 and 6D. RGB value is (221,68,109). Sum of RGB (Red+Green+Blue) = 221+68+109=398 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.53% from 398); Green value is 68 (26.95% from 255 or 17.09% from 398); Blue value is 109 (42.97% from 255 or 27.39% from 398); Max value from RGB is 221 - color contains mainly: red. Hex color #DD446D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD446D is #22BB92. Grayscale: #767676. Windows color (decimal): -2276243 or 7161053. OLE color: 7161053.
HSL color Cylindrical-coordinate representation of color #DD446D: hue angle of 343.92º 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 #DD446D is Cyan = 0, Magento = 0.69, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 68 | 109 | - |
| CMYK | 0 | 0.69 | 0.51 | 0.13 |
| HSL | 343.92º | 0.69% | 0.57% | - |
| HSV(B) | 343.92º | 0.69% | 0.87% | - |
| XYZ | 34.65 | 20.61 | 16.62 | - |
| YUV | 118.42 | 122.69 | 201.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 68 | 109 | 0 | 0.69 | 0.51 | 0.13 | 343.92 | 0.69 | 0.57 |
| Hex | DD | 44 | 6D | 0 | 45 | 33 | D | 158 | 45 | 39 |
| Octal | 335 | 104 | 155 | 0 | 105 | 63 | 15 | 530 | 105 | 71 |
| Binary | 11011101 | 1000100 | 1101101 | 0 | 1000101 | 110011 | 1101 | 101011000 | 1000101 | 111001 |
Color Harmonies of #DD446D
Complementary color
Monochromatic Colors of #DD446D
Black with #DD446D
Text Example
Text Example
White with #DD446D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD446D; }
p { color: rgb(221,68,109); }
H1.HeaderClassName
{
color: #DD446D;
}
.AnyTagClassName
{
color: #DD446D;
}
</style>
background-color css
<style>
a { background-color: #DD446D; }
a { background-color: rgb(221,68,109); }
div.DivClassName
{
background-color: #DD446D;
}
.BgClassName
{
background-color: #DD446D;
}
</style>
border-color css
<style>
span { border-color: #DD446D; }
span { border-color: rgb(221,68,109); }
td.TdClassName
{
border-color: #DD446D;
}
.TagClassName
{
border-color: #DD446D;
}
</style>