Shades of Cranberry #DD447B
Tints of Cranberry #DD447B
RGB
CMYK
RGB Variations
Color information
#DD447B (or 0xDD447B) is known color: Cranberry. HEX triplet: DD, 44 and 7B. RGB value is (221,68,123). Sum of RGB (Red+Green+Blue) = 221+68+123=412 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.64% from 412); Green value is 68 (26.95% from 255 or 16.50% from 412); Blue value is 123 (48.44% from 255 or 29.85% from 412); Max value from RGB is 221 - color contains mainly: red. Hex color #DD447B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD447B is #22BB84. Grayscale: #777777. Windows color (decimal): -2276229 or 8078557. OLE color: 8078557.
HSL color Cylindrical-coordinate representation of color #DD447B: hue angle of 338.43º 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 #DD447B is Cyan = 0, Magento = 0.69, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 68 | 123 | - |
| CMYK | 0 | 0.69 | 0.44 | 0.13 |
| HSL | 338.43º | 0.69% | 0.57% | - |
| HSV(B) | 338.43º | 0.69% | 0.87% | - |
| XYZ | 35.46 | 20.94 | 20.91 | - |
| YUV | 120.02 | 129.69 | 200.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 68 | 123 | 0 | 0.69 | 0.44 | 0.13 | 338.43 | 0.69 | 0.57 |
| Hex | DD | 44 | 7B | 0 | 45 | 2C | D | 152 | 45 | 39 |
| Octal | 335 | 104 | 173 | 0 | 105 | 54 | 15 | 522 | 105 | 71 |
| Binary | 11011101 | 1000100 | 1111011 | 0 | 1000101 | 101100 | 1101 | 101010010 | 1000101 | 111001 |
Color Harmonies of #DD447B
Complementary color
Monochromatic Colors of #DD447B
Black with #DD447B
Text Example
Text Example
White with #DD447B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD447B; }
p { color: rgb(221,68,123); }
H1.HeaderClassName
{
color: #DD447B;
}
.AnyTagClassName
{
color: #DD447B;
}
</style>
background-color css
<style>
a { background-color: #DD447B; }
a { background-color: rgb(221,68,123); }
div.DivClassName
{
background-color: #DD447B;
}
.BgClassName
{
background-color: #DD447B;
}
</style>
border-color css
<style>
span { border-color: #DD447B; }
span { border-color: rgb(221,68,123); }
td.TdClassName
{
border-color: #DD447B;
}
.TagClassName
{
border-color: #DD447B;
}
</style>