Shades of Cranberry #DC5B71
Tints of Cranberry #DC5B71
RGB
CMYK
RGB Variations
Color information
#DC5B71 (or 0xDC5B71) is known color: Cranberry. HEX triplet: DC, 5B and 71. RGB value is (220,91,113). Sum of RGB (Red+Green+Blue) = 220+91+113=424 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.89% from 424); Green value is 91 (35.94% from 255 or 21.46% from 424); Blue value is 113 (44.53% from 255 or 26.65% from 424); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5B71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5B71 is #23A48E. Grayscale: #848484. Windows color (decimal): -2335887 or 7429084. OLE color: 7429084.
HSL color Cylindrical-coordinate representation of color #DC5B71: hue angle of 349.77º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DC5B71 is Cyan = 0, Magento = 0.59, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 91 | 113 | - |
| CMYK | 0 | 0.59 | 0.49 | 0.14 |
| HSL | 349.77º | 0.65% | 0.61% | - |
| HSV(B) | 349.77º | 0.59% | 0.86% | - |
| XYZ | 36.24 | 23.89 | 18.32 | - |
| YUV | 132.08 | 117.24 | 190.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 91 | 113 | 0 | 0.59 | 0.49 | 0.14 | 349.77 | 0.65 | 0.61 |
| Hex | DC | 5B | 71 | 0 | 3B | 31 | E | 15E | 41 | 3D |
| Octal | 334 | 133 | 161 | 0 | 73 | 61 | 16 | 536 | 101 | 75 |
| Binary | 11011100 | 1011011 | 1110001 | 0 | 111011 | 110001 | 1110 | 101011110 | 1000001 | 111101 |
Color Harmonies of #DC5B71
Complementary color
Monochromatic Colors of #DC5B71
Black with #DC5B71
Text Example
Text Example
White with #DC5B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5B71; }
p { color: rgb(220,91,113); }
H1.HeaderClassName
{
color: #DC5B71;
}
.AnyTagClassName
{
color: #DC5B71;
}
</style>
background-color css
<style>
a { background-color: #DC5B71; }
a { background-color: rgb(220,91,113); }
div.DivClassName
{
background-color: #DC5B71;
}
.BgClassName
{
background-color: #DC5B71;
}
</style>
border-color css
<style>
span { border-color: #DC5B71; }
span { border-color: rgb(220,91,113); }
td.TdClassName
{
border-color: #DC5B71;
}
.TagClassName
{
border-color: #DC5B71;
}
</style>