Shades of Cranberry #DC5575
Tints of Cranberry #DC5575
RGB
CMYK
RGB Variations
Color information
#DC5575 (or 0xDC5575) is known color: Cranberry. HEX triplet: DC, 55 and 75. RGB value is (220,85,117). Sum of RGB (Red+Green+Blue) = 220+85+117=422 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.13% from 422); Green value is 85 (33.59% from 255 or 20.14% from 422); Blue value is 117 (46.09% from 255 or 27.73% from 422); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5575 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5575 is #23AA8A. Grayscale: #818181. Windows color (decimal): -2337419 or 7689692. OLE color: 7689692.
HSL color Cylindrical-coordinate representation of color #DC5575: hue angle of 345.78º 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 #DC5575 is Cyan = 0, Magento = 0.61, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 85 | 117 | - |
| CMYK | 0 | 0.61 | 0.47 | 0.14 |
| HSL | 345.78º | 0.66% | 0.6% | - |
| HSV(B) | 345.78º | 0.61% | 0.86% | - |
| XYZ | 35.97 | 23 | 19.37 | - |
| YUV | 129.01 | 121.23 | 192.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 85 | 117 | 0 | 0.61 | 0.47 | 0.14 | 345.78 | 0.66 | 0.6 |
| Hex | DC | 55 | 75 | 0 | 3D | 2F | E | 15A | 42 | 3C |
| Octal | 334 | 125 | 165 | 0 | 75 | 57 | 16 | 532 | 102 | 74 |
| Binary | 11011100 | 1010101 | 1110101 | 0 | 111101 | 101111 | 1110 | 101011010 | 1000010 | 111100 |
Color Harmonies of #DC5575
Complementary color
Monochromatic Colors of #DC5575
Black with #DC5575
Text Example
Text Example
White with #DC5575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5575; }
p { color: rgb(220,85,117); }
H1.HeaderClassName
{
color: #DC5575;
}
.AnyTagClassName
{
color: #DC5575;
}
</style>
background-color css
<style>
a { background-color: #DC5575; }
a { background-color: rgb(220,85,117); }
div.DivClassName
{
background-color: #DC5575;
}
.BgClassName
{
background-color: #DC5575;
}
</style>
border-color css
<style>
span { border-color: #DC5575; }
span { border-color: rgb(220,85,117); }
td.TdClassName
{
border-color: #DC5575;
}
.TagClassName
{
border-color: #DC5575;
}
</style>