Shades of Cranberry #DC4675
Tints of Cranberry #DC4675
RGB
CMYK
RGB Variations
Color information
#DC4675 (or 0xDC4675) is known color: Cranberry. HEX triplet: DC, 46 and 75. RGB value is (220,70,117). Sum of RGB (Red+Green+Blue) = 220+70+117=407 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.05% from 407); Green value is 70 (27.73% from 255 or 17.20% from 407); Blue value is 117 (46.09% from 255 or 28.75% from 407); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4675 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4675 is #23B98A. Grayscale: #787878. Windows color (decimal): -2341259 or 7685852. OLE color: 7685852.
HSL color Cylindrical-coordinate representation of color #DC4675: hue angle of 341.2º 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 #DC4675 is Cyan = 0, Magento = 0.68, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 70 | 117 | - |
| CMYK | 0 | 0.68 | 0.47 | 0.14 |
| HSL | 341.2º | 0.68% | 0.57% | - |
| HSV(B) | 341.2º | 0.68% | 0.86% | - |
| XYZ | 34.92 | 20.88 | 19.02 | - |
| YUV | 120.21 | 126.2 | 199.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 70 | 117 | 0 | 0.68 | 0.47 | 0.14 | 341.2 | 0.68 | 0.57 |
| Hex | DC | 46 | 75 | 0 | 44 | 2F | E | 155 | 44 | 39 |
| Octal | 334 | 106 | 165 | 0 | 104 | 57 | 16 | 525 | 104 | 71 |
| Binary | 11011100 | 1000110 | 1110101 | 0 | 1000100 | 101111 | 1110 | 101010101 | 1000100 | 111001 |
Color Harmonies of #DC4675
Complementary color
Monochromatic Colors of #DC4675
Black with #DC4675
Text Example
Text Example
White with #DC4675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4675; }
p { color: rgb(220,70,117); }
H1.HeaderClassName
{
color: #DC4675;
}
.AnyTagClassName
{
color: #DC4675;
}
</style>
background-color css
<style>
a { background-color: #DC4675; }
a { background-color: rgb(220,70,117); }
div.DivClassName
{
background-color: #DC4675;
}
.BgClassName
{
background-color: #DC4675;
}
</style>
border-color css
<style>
span { border-color: #DC4675; }
span { border-color: rgb(220,70,117); }
td.TdClassName
{
border-color: #DC4675;
}
.TagClassName
{
border-color: #DC4675;
}
</style>