Shades of Cranberry #DC5D74
Tints of Cranberry #DC5D74
RGB
CMYK
RGB Variations
Color information
#DC5D74 (or 0xDC5D74) is known color: Cranberry. HEX triplet: DC, 5D and 74. RGB value is (220,93,116). Sum of RGB (Red+Green+Blue) = 220+93+116=429 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.28% from 429); Green value is 93 (36.72% from 255 or 21.68% from 429); Blue value is 116 (45.70% from 255 or 27.04% from 429); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5D74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5D74 is #23A28B. Grayscale: #858585. Windows color (decimal): -2335372 or 7626204. OLE color: 7626204.
HSL color Cylindrical-coordinate representation of color #DC5D74: hue angle of 349.13º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DC5D74 is Cyan = 0, Magento = 0.58, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 93 | 116 | - |
| CMYK | 0 | 0.58 | 0.47 | 0.14 |
| HSL | 349.13º | 0.64% | 0.61% | - |
| HSV(B) | 349.13º | 0.58% | 0.86% | - |
| XYZ | 36.58 | 24.31 | 19.29 | - |
| YUV | 133.6 | 118.08 | 189.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 93 | 116 | 0 | 0.58 | 0.47 | 0.14 | 349.13 | 0.64 | 0.61 |
| Hex | DC | 5D | 74 | 0 | 3A | 2F | E | 15D | 40 | 3D |
| Octal | 334 | 135 | 164 | 0 | 72 | 57 | 16 | 535 | 100 | 75 |
| Binary | 11011100 | 1011101 | 1110100 | 0 | 111010 | 101111 | 1110 | 101011101 | 1000000 | 111101 |
Color Harmonies of #DC5D74
Complementary color
Monochromatic Colors of #DC5D74
Black with #DC5D74
Text Example
Text Example
White with #DC5D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5D74; }
p { color: rgb(220,93,116); }
H1.HeaderClassName
{
color: #DC5D74;
}
.AnyTagClassName
{
color: #DC5D74;
}
</style>
background-color css
<style>
a { background-color: #DC5D74; }
a { background-color: rgb(220,93,116); }
div.DivClassName
{
background-color: #DC5D74;
}
.BgClassName
{
background-color: #DC5D74;
}
</style>
border-color css
<style>
span { border-color: #DC5D74; }
span { border-color: rgb(220,93,116); }
td.TdClassName
{
border-color: #DC5D74;
}
.TagClassName
{
border-color: #DC5D74;
}
</style>