Shades of Cranberry #DC556F
Tints of Cranberry #DC556F
RGB
CMYK
RGB Variations
Color information
#DC556F (or 0xDC556F) is known color: Cranberry. HEX triplet: DC, 55 and 6F. RGB value is (220,85,111). Sum of RGB (Red+Green+Blue) = 220+85+111=416 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.88% from 416); Green value is 85 (33.59% from 255 or 20.43% from 416); Blue value is 111 (43.75% from 255 or 26.68% from 416); Max value from RGB is 220 - color contains mainly: red. Hex color #DC556F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC556F is #23AA90. Grayscale: #808080. Windows color (decimal): -2337425 or 7296476. OLE color: 7296476.
HSL color Cylindrical-coordinate representation of color #DC556F: hue angle of 348.44º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DC556F is Cyan = 0, Magento = 0.61, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 85 | 111 | - |
| CMYK | 0 | 0.61 | 0.50 | 0.14 |
| HSL | 348.44º | 0.66% | 0.6% | - |
| HSV(B) | 348.44º | 0.61% | 0.86% | - |
| XYZ | 35.63 | 22.86 | 17.57 | - |
| YUV | 128.33 | 118.23 | 193.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 85 | 111 | 0 | 0.61 | 0.50 | 0.14 | 348.44 | 0.66 | 0.6 |
| Hex | DC | 55 | 6F | 0 | 3D | 32 | E | 15C | 42 | 3C |
| Octal | 334 | 125 | 157 | 0 | 75 | 62 | 16 | 534 | 102 | 74 |
| Binary | 11011100 | 1010101 | 1101111 | 0 | 111101 | 110010 | 1110 | 101011100 | 1000010 | 111100 |
Color Harmonies of #DC556F
Complementary color
Monochromatic Colors of #DC556F
Black with #DC556F
Text Example
Text Example
White with #DC556F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC556F; }
p { color: rgb(220,85,111); }
H1.HeaderClassName
{
color: #DC556F;
}
.AnyTagClassName
{
color: #DC556F;
}
</style>
background-color css
<style>
a { background-color: #DC556F; }
a { background-color: rgb(220,85,111); }
div.DivClassName
{
background-color: #DC556F;
}
.BgClassName
{
background-color: #DC556F;
}
</style>
border-color css
<style>
span { border-color: #DC556F; }
span { border-color: rgb(220,85,111); }
td.TdClassName
{
border-color: #DC556F;
}
.TagClassName
{
border-color: #DC556F;
}
</style>