Shades of Cranberry #DE556D
Tints of Cranberry #DE556D
RGB
CMYK
RGB Variations
Color information
#DE556D (or 0xDE556D) is known color: Cranberry. HEX triplet: DE, 55 and 6D. RGB value is (222,85,109). Sum of RGB (Red+Green+Blue) = 222+85+109=416 (55% of max value = 765). Red value is 222 (87.11% from 255 or 53.37% from 416); Green value is 85 (33.59% from 255 or 20.43% from 416); Blue value is 109 (42.97% from 255 or 26.20% from 416); Max value from RGB is 222 - color contains mainly: red. Hex color #DE556D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE556D is #21AA92. Grayscale: #808080. Windows color (decimal): -2206355 or 7165406. OLE color: 7165406.
HSL color Cylindrical-coordinate representation of color #DE556D: hue angle of 349.49º 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 #DE556D is Cyan = 0, Magento = 0.62, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 85 | 109 | - |
| CMYK | 0 | 0.62 | 0.51 | 0.13 |
| HSL | 349.49º | 0.67% | 0.6% | - |
| HSV(B) | 349.49º | 0.62% | 0.87% | - |
| XYZ | 36.13 | 23.13 | 17.03 | - |
| YUV | 128.7 | 116.89 | 194.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 85 | 109 | 0 | 0.62 | 0.51 | 0.13 | 349.49 | 0.67 | 0.6 |
| Hex | DE | 55 | 6D | 0 | 3E | 33 | D | 15D | 43 | 3C |
| Octal | 336 | 125 | 155 | 0 | 76 | 63 | 15 | 535 | 103 | 74 |
| Binary | 11011110 | 1010101 | 1101101 | 0 | 111110 | 110011 | 1101 | 101011101 | 1000011 | 111100 |
Color Harmonies of #DE556D
Complementary color
Monochromatic Colors of #DE556D
Black with #DE556D
Text Example
Text Example
White with #DE556D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE556D; }
p { color: rgb(222,85,109); }
H1.HeaderClassName
{
color: #DE556D;
}
.AnyTagClassName
{
color: #DE556D;
}
</style>
background-color css
<style>
a { background-color: #DE556D; }
a { background-color: rgb(222,85,109); }
div.DivClassName
{
background-color: #DE556D;
}
.BgClassName
{
background-color: #DE556D;
}
</style>
border-color css
<style>
span { border-color: #DE556D; }
span { border-color: rgb(222,85,109); }
td.TdClassName
{
border-color: #DE556D;
}
.TagClassName
{
border-color: #DE556D;
}
</style>