Shades of Cranberry #DC557F
Tints of Cranberry #DC557F
RGB
CMYK
RGB Variations
Color information
#DC557F (or 0xDC557F) is known color: Cranberry. HEX triplet: DC, 55 and 7F. RGB value is (220,85,127). Sum of RGB (Red+Green+Blue) = 220+85+127=432 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.93% from 432); Green value is 85 (33.59% from 255 or 19.68% from 432); Blue value is 127 (50% from 255 or 29.40% from 432); Max value from RGB is 220 - color contains mainly: red. Hex color #DC557F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC557F is #23AA80. Grayscale: #828282. Windows color (decimal): -2337409 or 8345052. OLE color: 8345052.
HSL color Cylindrical-coordinate representation of color #DC557F: hue angle of 341.33º 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 #DC557F is Cyan = 0, Magento = 0.61, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 85 | 127 | - |
| CMYK | 0 | 0.61 | 0.42 | 0.14 |
| HSL | 341.33º | 0.66% | 0.6% | - |
| HSV(B) | 341.33º | 0.61% | 0.86% | - |
| XYZ | 36.59 | 23.24 | 22.64 | - |
| YUV | 130.15 | 126.23 | 192.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 85 | 127 | 0 | 0.61 | 0.42 | 0.14 | 341.33 | 0.66 | 0.6 |
| Hex | DC | 55 | 7F | 0 | 3D | 2A | E | 155 | 42 | 3C |
| Octal | 334 | 125 | 177 | 0 | 75 | 52 | 16 | 525 | 102 | 74 |
| Binary | 11011100 | 1010101 | 1111111 | 0 | 111101 | 101010 | 1110 | 101010101 | 1000010 | 111100 |
Color Harmonies of #DC557F
Complementary color
Monochromatic Colors of #DC557F
Black with #DC557F
Text Example
Text Example
White with #DC557F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC557F; }
p { color: rgb(220,85,127); }
H1.HeaderClassName
{
color: #DC557F;
}
.AnyTagClassName
{
color: #DC557F;
}
</style>
background-color css
<style>
a { background-color: #DC557F; }
a { background-color: rgb(220,85,127); }
div.DivClassName
{
background-color: #DC557F;
}
.BgClassName
{
background-color: #DC557F;
}
</style>
border-color css
<style>
span { border-color: #DC557F; }
span { border-color: rgb(220,85,127); }
td.TdClassName
{
border-color: #DC557F;
}
.TagClassName
{
border-color: #DC557F;
}
</style>