Shades of Cranberry #DC5E74
Tints of Cranberry #DC5E74
RGB
CMYK
RGB Variations
Color information
#DC5E74 (or 0xDC5E74) is known color: Cranberry. HEX triplet: DC, 5E and 74. RGB value is (220,94,116). Sum of RGB (Red+Green+Blue) = 220+94+116=430 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.16% from 430); Green value is 94 (37.11% from 255 or 21.86% from 430); Blue value is 116 (45.70% from 255 or 26.98% from 430); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5E74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5E74 is #23A18B. Grayscale: #868686. Windows color (decimal): -2335116 or 7626460. OLE color: 7626460.
HSL color Cylindrical-coordinate representation of color #DC5E74: hue angle of 349.52º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DC5E74 is Cyan = 0, Magento = 0.57, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 94 | 116 | - |
| CMYK | 0 | 0.57 | 0.47 | 0.14 |
| HSL | 349.52º | 0.64% | 0.62% | - |
| HSV(B) | 349.52º | 0.57% | 0.86% | - |
| XYZ | 36.67 | 24.48 | 19.32 | - |
| YUV | 134.18 | 117.74 | 189.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 94 | 116 | 0 | 0.57 | 0.47 | 0.14 | 349.52 | 0.64 | 0.62 |
| Hex | DC | 5E | 74 | 0 | 39 | 2F | E | 15E | 40 | 3E |
| Octal | 334 | 136 | 164 | 0 | 71 | 57 | 16 | 536 | 100 | 76 |
| Binary | 11011100 | 1011110 | 1110100 | 0 | 111001 | 101111 | 1110 | 101011110 | 1000000 | 111110 |
Color Harmonies of #DC5E74
Complementary color
Monochromatic Colors of #DC5E74
Black with #DC5E74
Text Example
Text Example
White with #DC5E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5E74; }
p { color: rgb(220,94,116); }
H1.HeaderClassName
{
color: #DC5E74;
}
.AnyTagClassName
{
color: #DC5E74;
}
</style>
background-color css
<style>
a { background-color: #DC5E74; }
a { background-color: rgb(220,94,116); }
div.DivClassName
{
background-color: #DC5E74;
}
.BgClassName
{
background-color: #DC5E74;
}
</style>
border-color css
<style>
span { border-color: #DC5E74; }
span { border-color: rgb(220,94,116); }
td.TdClassName
{
border-color: #DC5E74;
}
.TagClassName
{
border-color: #DC5E74;
}
</style>