Shades of Cranberry #DD557C
Tints of Cranberry #DD557C
RGB
CMYK
RGB Variations
Color information
#DD557C (or 0xDD557C) is known color: Cranberry. HEX triplet: DD, 55 and 7C. RGB value is (221,85,124). Sum of RGB (Red+Green+Blue) = 221+85+124=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 85 (33.59% from 255 or 19.77% from 430); Blue value is 124 (48.83% from 255 or 28.84% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DD557C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD557C is #22AA83. Grayscale: #828282. Windows color (decimal): -2271876 or 8148445. OLE color: 8148445.
HSL color Cylindrical-coordinate representation of color #DD557C: hue angle of 342.79º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DD557C is Cyan = 0, Magento = 0.62, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 85 | 124 | - |
| CMYK | 0 | 0.62 | 0.44 | 0.13 |
| HSL | 342.79º | 0.67% | 0.6% | - |
| HSV(B) | 342.79º | 0.62% | 0.87% | - |
| XYZ | 36.71 | 23.32 | 21.64 | - |
| YUV | 130.11 | 124.56 | 192.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 85 | 124 | 0 | 0.62 | 0.44 | 0.13 | 342.79 | 0.67 | 0.6 |
| Hex | DD | 55 | 7C | 0 | 3E | 2C | D | 157 | 43 | 3C |
| Octal | 335 | 125 | 174 | 0 | 76 | 54 | 15 | 527 | 103 | 74 |
| Binary | 11011101 | 1010101 | 1111100 | 0 | 111110 | 101100 | 1101 | 101010111 | 1000011 | 111100 |
Color Harmonies of #DD557C
Complementary color
Monochromatic Colors of #DD557C
Black with #DD557C
Text Example
Text Example
White with #DD557C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD557C; }
p { color: rgb(221,85,124); }
H1.HeaderClassName
{
color: #DD557C;
}
.AnyTagClassName
{
color: #DD557C;
}
</style>
background-color css
<style>
a { background-color: #DD557C; }
a { background-color: rgb(221,85,124); }
div.DivClassName
{
background-color: #DD557C;
}
.BgClassName
{
background-color: #DD557C;
}
</style>
border-color css
<style>
span { border-color: #DD557C; }
span { border-color: rgb(221,85,124); }
td.TdClassName
{
border-color: #DD557C;
}
.TagClassName
{
border-color: #DD557C;
}
</style>