Shades of Cranberry #DC5672
Tints of Cranberry #DC5672
RGB
CMYK
RGB Variations
Color information
#DC5672 (or 0xDC5672) is known color: Cranberry. HEX triplet: DC, 56 and 72. RGB value is (220,86,114). Sum of RGB (Red+Green+Blue) = 220+86+114=420 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.38% from 420); Green value is 86 (33.98% from 255 or 20.48% from 420); Blue value is 114 (44.92% from 255 or 27.14% from 420); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5672 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5672 is #23A98D. Grayscale: #818181. Windows color (decimal): -2337166 or 7493340. OLE color: 7493340.
HSL color Cylindrical-coordinate representation of color #DC5672: hue angle of 347.46º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DC5672 is Cyan = 0, Magento = 0.61, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 86 | 114 | - |
| CMYK | 0 | 0.61 | 0.48 | 0.14 |
| HSL | 347.46º | 0.66% | 0.6% | - |
| HSV(B) | 347.46º | 0.61% | 0.86% | - |
| XYZ | 35.88 | 23.09 | 18.48 | - |
| YUV | 129.26 | 119.39 | 192.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 86 | 114 | 0 | 0.61 | 0.48 | 0.14 | 347.46 | 0.66 | 0.6 |
| Hex | DC | 56 | 72 | 0 | 3D | 30 | E | 15B | 42 | 3C |
| Octal | 334 | 126 | 162 | 0 | 75 | 60 | 16 | 533 | 102 | 74 |
| Binary | 11011100 | 1010110 | 1110010 | 0 | 111101 | 110000 | 1110 | 101011011 | 1000010 | 111100 |
Color Harmonies of #DC5672
Complementary color
Monochromatic Colors of #DC5672
Black with #DC5672
Text Example
Text Example
White with #DC5672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5672; }
p { color: rgb(220,86,114); }
H1.HeaderClassName
{
color: #DC5672;
}
.AnyTagClassName
{
color: #DC5672;
}
</style>
background-color css
<style>
a { background-color: #DC5672; }
a { background-color: rgb(220,86,114); }
div.DivClassName
{
background-color: #DC5672;
}
.BgClassName
{
background-color: #DC5672;
}
</style>
border-color css
<style>
span { border-color: #DC5672; }
span { border-color: rgb(220,86,114); }
td.TdClassName
{
border-color: #DC5672;
}
.TagClassName
{
border-color: #DC5672;
}
</style>