Shades of Cranberry #DC557B
Tints of Cranberry #DC557B
RGB
CMYK
RGB Variations
Color information
#DC557B (or 0xDC557B) is known color: Cranberry. HEX triplet: DC, 55 and 7B. RGB value is (220,85,123). Sum of RGB (Red+Green+Blue) = 220+85+123=428 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.40% from 428); Green value is 85 (33.59% from 255 or 19.86% from 428); Blue value is 123 (48.44% from 255 or 28.74% from 428); Max value from RGB is 220 - color contains mainly: red. Hex color #DC557B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC557B is #23AA84. Grayscale: #818181. Windows color (decimal): -2337413 or 8082908. OLE color: 8082908.
HSL color Cylindrical-coordinate representation of color #DC557B: hue angle of 343.11º 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 #DC557B is Cyan = 0, Magento = 0.61, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 85 | 123 | - |
| CMYK | 0 | 0.61 | 0.44 | 0.14 |
| HSL | 343.11º | 0.66% | 0.6% | - |
| HSV(B) | 343.11º | 0.61% | 0.86% | - |
| XYZ | 36.34 | 23.14 | 21.29 | - |
| YUV | 129.7 | 124.23 | 192.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 85 | 123 | 0 | 0.61 | 0.44 | 0.14 | 343.11 | 0.66 | 0.6 |
| Hex | DC | 55 | 7B | 0 | 3D | 2C | E | 157 | 42 | 3C |
| Octal | 334 | 125 | 173 | 0 | 75 | 54 | 16 | 527 | 102 | 74 |
| Binary | 11011100 | 1010101 | 1111011 | 0 | 111101 | 101100 | 1110 | 101010111 | 1000010 | 111100 |
Color Harmonies of #DC557B
Complementary color
Monochromatic Colors of #DC557B
Black with #DC557B
Text Example
Text Example
White with #DC557B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC557B; }
p { color: rgb(220,85,123); }
H1.HeaderClassName
{
color: #DC557B;
}
.AnyTagClassName
{
color: #DC557B;
}
</style>
background-color css
<style>
a { background-color: #DC557B; }
a { background-color: rgb(220,85,123); }
div.DivClassName
{
background-color: #DC557B;
}
.BgClassName
{
background-color: #DC557B;
}
</style>
border-color css
<style>
span { border-color: #DC557B; }
span { border-color: rgb(220,85,123); }
td.TdClassName
{
border-color: #DC557B;
}
.TagClassName
{
border-color: #DC557B;
}
</style>