Shades of Cranberry #DC5970
Tints of Cranberry #DC5970
RGB
CMYK
RGB Variations
Color information
#DC5970 (or 0xDC5970) is known color: Cranberry. HEX triplet: DC, 59 and 70. RGB value is (220,89,112). Sum of RGB (Red+Green+Blue) = 220+89+112=421 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.26% from 421); Green value is 89 (35.16% from 255 or 21.14% from 421); Blue value is 112 (44.14% from 255 or 26.60% from 421); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5970 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5970 is #23A68F. Grayscale: #828282. Windows color (decimal): -2336400 or 7363036. OLE color: 7363036.
HSL color Cylindrical-coordinate representation of color #DC5970: hue angle of 349.47º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DC5970 is Cyan = 0, Magento = 0.60, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 89 | 112 | - |
| CMYK | 0 | 0.60 | 0.49 | 0.14 |
| HSL | 349.47º | 0.65% | 0.61% | - |
| HSV(B) | 349.47º | 0.6% | 0.86% | - |
| XYZ | 36.01 | 23.53 | 17.97 | - |
| YUV | 130.79 | 117.4 | 191.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 89 | 112 | 0 | 0.60 | 0.49 | 0.14 | 349.47 | 0.65 | 0.61 |
| Hex | DC | 59 | 70 | 0 | 3C | 31 | E | 15D | 41 | 3D |
| Octal | 334 | 131 | 160 | 0 | 74 | 61 | 16 | 535 | 101 | 75 |
| Binary | 11011100 | 1011001 | 1110000 | 0 | 111100 | 110001 | 1110 | 101011101 | 1000001 | 111101 |
Color Harmonies of #DC5970
Complementary color
Monochromatic Colors of #DC5970
Black with #DC5970
Text Example
Text Example
White with #DC5970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5970; }
p { color: rgb(220,89,112); }
H1.HeaderClassName
{
color: #DC5970;
}
.AnyTagClassName
{
color: #DC5970;
}
</style>
background-color css
<style>
a { background-color: #DC5970; }
a { background-color: rgb(220,89,112); }
div.DivClassName
{
background-color: #DC5970;
}
.BgClassName
{
background-color: #DC5970;
}
</style>
border-color css
<style>
span { border-color: #DC5970; }
span { border-color: rgb(220,89,112); }
td.TdClassName
{
border-color: #DC5970;
}
.TagClassName
{
border-color: #DC5970;
}
</style>