Shades of Cranberry #DC5B73
Tints of Cranberry #DC5B73
RGB
CMYK
RGB Variations
Color information
#DC5B73 (or 0xDC5B73) is known color: Cranberry. HEX triplet: DC, 5B and 73. RGB value is (220,91,115). Sum of RGB (Red+Green+Blue) = 220+91+115=426 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.64% from 426); Green value is 91 (35.94% from 255 or 21.36% from 426); Blue value is 115 (45.31% from 255 or 27.00% from 426); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5B73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5B73 is #23A48C. Grayscale: #848484. Windows color (decimal): -2335885 or 7560156. OLE color: 7560156.
HSL color Cylindrical-coordinate representation of color #DC5B73: hue angle of 348.84º 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 #DC5B73 is Cyan = 0, Magento = 0.59, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 91 | 115 | - |
| CMYK | 0 | 0.59 | 0.48 | 0.14 |
| HSL | 348.84º | 0.65% | 0.61% | - |
| HSV(B) | 348.84º | 0.59% | 0.86% | - |
| XYZ | 36.35 | 23.94 | 18.92 | - |
| YUV | 132.31 | 118.24 | 190.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 91 | 115 | 0 | 0.59 | 0.48 | 0.14 | 348.84 | 0.65 | 0.61 |
| Hex | DC | 5B | 73 | 0 | 3B | 30 | E | 15D | 41 | 3D |
| Octal | 334 | 133 | 163 | 0 | 73 | 60 | 16 | 535 | 101 | 75 |
| Binary | 11011100 | 1011011 | 1110011 | 0 | 111011 | 110000 | 1110 | 101011101 | 1000001 | 111101 |
Color Harmonies of #DC5B73
Complementary color
Monochromatic Colors of #DC5B73
Black with #DC5B73
Text Example
Text Example
White with #DC5B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5B73; }
p { color: rgb(220,91,115); }
H1.HeaderClassName
{
color: #DC5B73;
}
.AnyTagClassName
{
color: #DC5B73;
}
</style>
background-color css
<style>
a { background-color: #DC5B73; }
a { background-color: rgb(220,91,115); }
div.DivClassName
{
background-color: #DC5B73;
}
.BgClassName
{
background-color: #DC5B73;
}
</style>
border-color css
<style>
span { border-color: #DC5B73; }
span { border-color: rgb(220,91,115); }
td.TdClassName
{
border-color: #DC5B73;
}
.TagClassName
{
border-color: #DC5B73;
}
</style>