Shades of Cranberry #DC4775
Tints of Cranberry #DC4775
RGB
CMYK
RGB Variations
Color information
#DC4775 (or 0xDC4775) is known color: Cranberry. HEX triplet: DC, 47 and 75. RGB value is (220,71,117). Sum of RGB (Red+Green+Blue) = 220+71+117=408 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.92% from 408); Green value is 71 (28.12% from 255 or 17.40% from 408); Blue value is 117 (46.09% from 255 or 28.68% from 408); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4775 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4775 is #23B88A. Grayscale: #787878. Windows color (decimal): -2341003 or 7686108. OLE color: 7686108.
HSL color Cylindrical-coordinate representation of color #DC4775: hue angle of 341.48º 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 #DC4775 is Cyan = 0, Magento = 0.68, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 71 | 117 | - |
| CMYK | 0 | 0.68 | 0.47 | 0.14 |
| HSL | 341.48º | 0.68% | 0.57% | - |
| HSV(B) | 341.48º | 0.68% | 0.86% | - |
| XYZ | 34.98 | 21.01 | 19.04 | - |
| YUV | 120.8 | 125.86 | 198.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 71 | 117 | 0 | 0.68 | 0.47 | 0.14 | 341.48 | 0.68 | 0.57 |
| Hex | DC | 47 | 75 | 0 | 44 | 2F | E | 155 | 44 | 39 |
| Octal | 334 | 107 | 165 | 0 | 104 | 57 | 16 | 525 | 104 | 71 |
| Binary | 11011100 | 1000111 | 1110101 | 0 | 1000100 | 101111 | 1110 | 101010101 | 1000100 | 111001 |
Color Harmonies of #DC4775
Complementary color
Monochromatic Colors of #DC4775
Black with #DC4775
Text Example
Text Example
White with #DC4775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4775; }
p { color: rgb(220,71,117); }
H1.HeaderClassName
{
color: #DC4775;
}
.AnyTagClassName
{
color: #DC4775;
}
</style>
background-color css
<style>
a { background-color: #DC4775; }
a { background-color: rgb(220,71,117); }
div.DivClassName
{
background-color: #DC4775;
}
.BgClassName
{
background-color: #DC4775;
}
</style>
border-color css
<style>
span { border-color: #DC4775; }
span { border-color: rgb(220,71,117); }
td.TdClassName
{
border-color: #DC4775;
}
.TagClassName
{
border-color: #DC4775;
}
</style>