Shades of Cranberry #DC4672
Tints of Cranberry #DC4672
RGB
CMYK
RGB Variations
Color information
#DC4672 (or 0xDC4672) is known color: Cranberry. HEX triplet: DC, 46 and 72. RGB value is (220,70,114). Sum of RGB (Red+Green+Blue) = 220+70+114=404 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.46% from 404); Green value is 70 (27.73% from 255 or 17.33% from 404); Blue value is 114 (44.92% from 255 or 28.22% from 404); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4672 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4672 is #23B98D. Grayscale: #777777. Windows color (decimal): -2341262 or 7489244. OLE color: 7489244.
HSL color Cylindrical-coordinate representation of color #DC4672: hue angle of 342.4º 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 #DC4672 is Cyan = 0, Magento = 0.68, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 70 | 114 | - |
| CMYK | 0 | 0.68 | 0.48 | 0.14 |
| HSL | 342.4º | 0.68% | 0.57% | - |
| HSV(B) | 342.4º | 0.68% | 0.86% | - |
| XYZ | 34.74 | 20.81 | 18.11 | - |
| YUV | 119.87 | 124.7 | 199.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 70 | 114 | 0 | 0.68 | 0.48 | 0.14 | 342.4 | 0.68 | 0.57 |
| Hex | DC | 46 | 72 | 0 | 44 | 30 | E | 156 | 44 | 39 |
| Octal | 334 | 106 | 162 | 0 | 104 | 60 | 16 | 526 | 104 | 71 |
| Binary | 11011100 | 1000110 | 1110010 | 0 | 1000100 | 110000 | 1110 | 101010110 | 1000100 | 111001 |
Color Harmonies of #DC4672
Complementary color
Monochromatic Colors of #DC4672
Black with #DC4672
Text Example
Text Example
White with #DC4672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4672; }
p { color: rgb(220,70,114); }
H1.HeaderClassName
{
color: #DC4672;
}
.AnyTagClassName
{
color: #DC4672;
}
</style>
background-color css
<style>
a { background-color: #DC4672; }
a { background-color: rgb(220,70,114); }
div.DivClassName
{
background-color: #DC4672;
}
.BgClassName
{
background-color: #DC4672;
}
</style>
border-color css
<style>
span { border-color: #DC4672; }
span { border-color: rgb(220,70,114); }
td.TdClassName
{
border-color: #DC4672;
}
.TagClassName
{
border-color: #DC4672;
}
</style>