Shades of Cranberry #DD446B
Tints of Cranberry #DD446B
RGB
CMYK
RGB Variations
Color information
#DD446B (or 0xDD446B) is known color: Cranberry. HEX triplet: DD, 44 and 6B. RGB value is (221,68,107). Sum of RGB (Red+Green+Blue) = 221+68+107=396 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.81% from 396); Green value is 68 (26.95% from 255 or 17.17% from 396); Blue value is 107 (42.19% from 255 or 27.02% from 396); Max value from RGB is 221 - color contains mainly: red. Hex color #DD446B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD446B is #22BB94. Grayscale: #767676. Windows color (decimal): -2276245 or 7029981. OLE color: 7029981.
HSL color Cylindrical-coordinate representation of color #DD446B: hue angle of 344.71º 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 #DD446B is Cyan = 0, Magento = 0.69, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 68 | 107 | - |
| CMYK | 0 | 0.69 | 0.52 | 0.13 |
| HSL | 344.71º | 0.69% | 0.57% | - |
| HSV(B) | 344.71º | 0.69% | 0.87% | - |
| XYZ | 34.54 | 20.57 | 16.06 | - |
| YUV | 118.19 | 121.69 | 201.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 68 | 107 | 0 | 0.69 | 0.52 | 0.13 | 344.71 | 0.69 | 0.57 |
| Hex | DD | 44 | 6B | 0 | 45 | 34 | D | 159 | 45 | 39 |
| Octal | 335 | 104 | 153 | 0 | 105 | 64 | 15 | 531 | 105 | 71 |
| Binary | 11011101 | 1000100 | 1101011 | 0 | 1000101 | 110100 | 1101 | 101011001 | 1000101 | 111001 |
Color Harmonies of #DD446B
Complementary color
Monochromatic Colors of #DD446B
Black with #DD446B
Text Example
Text Example
White with #DD446B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD446B; }
p { color: rgb(221,68,107); }
H1.HeaderClassName
{
color: #DD446B;
}
.AnyTagClassName
{
color: #DD446B;
}
</style>
background-color css
<style>
a { background-color: #DD446B; }
a { background-color: rgb(221,68,107); }
div.DivClassName
{
background-color: #DD446B;
}
.BgClassName
{
background-color: #DD446B;
}
</style>
border-color css
<style>
span { border-color: #DD446B; }
span { border-color: rgb(221,68,107); }
td.TdClassName
{
border-color: #DD446B;
}
.TagClassName
{
border-color: #DD446B;
}
</style>