Shades of Cranberry #DC4671
Tints of Cranberry #DC4671
RGB
CMYK
RGB Variations
Color information
#DC4671 (or 0xDC4671) is known color: Cranberry. HEX triplet: DC, 46 and 71. RGB value is (220,70,113). Sum of RGB (Red+Green+Blue) = 220+70+113=403 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.59% from 403); Green value is 70 (27.73% from 255 or 17.37% from 403); Blue value is 113 (44.53% from 255 or 28.04% from 403); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4671 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4671 is #23B98E. Grayscale: #777777. Windows color (decimal): -2341263 or 7423708. OLE color: 7423708.
HSL color Cylindrical-coordinate representation of color #DC4671: hue angle of 342.8º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DC4671 is Cyan = 0, Magento = 0.68, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 70 | 113 | - |
| CMYK | 0 | 0.68 | 0.49 | 0.14 |
| HSL | 342.8º | 0.68% | 0.57% | - |
| HSV(B) | 342.8º | 0.68% | 0.86% | - |
| XYZ | 34.69 | 20.79 | 17.81 | - |
| YUV | 119.75 | 124.2 | 199.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 70 | 113 | 0 | 0.68 | 0.49 | 0.14 | 342.8 | 0.68 | 0.57 |
| Hex | DC | 46 | 71 | 0 | 44 | 31 | E | 157 | 44 | 39 |
| Octal | 334 | 106 | 161 | 0 | 104 | 61 | 16 | 527 | 104 | 71 |
| Binary | 11011100 | 1000110 | 1110001 | 0 | 1000100 | 110001 | 1110 | 101010111 | 1000100 | 111001 |
Color Harmonies of #DC4671
Complementary color
Monochromatic Colors of #DC4671
Black with #DC4671
Text Example
Text Example
White with #DC4671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4671; }
p { color: rgb(220,70,113); }
H1.HeaderClassName
{
color: #DC4671;
}
.AnyTagClassName
{
color: #DC4671;
}
</style>
background-color css
<style>
a { background-color: #DC4671; }
a { background-color: rgb(220,70,113); }
div.DivClassName
{
background-color: #DC4671;
}
.BgClassName
{
background-color: #DC4671;
}
</style>
border-color css
<style>
span { border-color: #DC4671; }
span { border-color: rgb(220,70,113); }
td.TdClassName
{
border-color: #DC4671;
}
.TagClassName
{
border-color: #DC4671;
}
</style>