Shades of Cranberry #DC477A
Tints of Cranberry #DC477A
RGB
CMYK
RGB Variations
Color information
#DC477A (or 0xDC477A) is known color: Cranberry. HEX triplet: DC, 47 and 7A. RGB value is (220,71,122). Sum of RGB (Red+Green+Blue) = 220+71+122=413 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.27% from 413); Green value is 71 (28.12% from 255 or 17.19% from 413); Blue value is 122 (48.05% from 255 or 29.54% from 413); Max value from RGB is 220 - color contains mainly: red. Hex color #DC477A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC477A is #23B885. Grayscale: #797979. Windows color (decimal): -2340998 or 8013788. OLE color: 8013788.
HSL color Cylindrical-coordinate representation of color #DC477A: hue angle of 339.46º 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 #DC477A is Cyan = 0, Magento = 0.68, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 71 | 122 | - |
| CMYK | 0 | 0.68 | 0.45 | 0.14 |
| HSL | 339.46º | 0.68% | 0.57% | - |
| HSV(B) | 339.46º | 0.68% | 0.86% | - |
| XYZ | 35.28 | 21.13 | 20.63 | - |
| YUV | 121.37 | 128.36 | 198.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 71 | 122 | 0 | 0.68 | 0.45 | 0.14 | 339.46 | 0.68 | 0.57 |
| Hex | DC | 47 | 7A | 0 | 44 | 2D | E | 153 | 44 | 39 |
| Octal | 334 | 107 | 172 | 0 | 104 | 55 | 16 | 523 | 104 | 71 |
| Binary | 11011100 | 1000111 | 1111010 | 0 | 1000100 | 101101 | 1110 | 101010011 | 1000100 | 111001 |
Color Harmonies of #DC477A
Complementary color
Monochromatic Colors of #DC477A
Black with #DC477A
Text Example
Text Example
White with #DC477A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC477A; }
p { color: rgb(220,71,122); }
H1.HeaderClassName
{
color: #DC477A;
}
.AnyTagClassName
{
color: #DC477A;
}
</style>
background-color css
<style>
a { background-color: #DC477A; }
a { background-color: rgb(220,71,122); }
div.DivClassName
{
background-color: #DC477A;
}
.BgClassName
{
background-color: #DC477A;
}
</style>
border-color css
<style>
span { border-color: #DC477A; }
span { border-color: rgb(220,71,122); }
td.TdClassName
{
border-color: #DC477A;
}
.TagClassName
{
border-color: #DC477A;
}
</style>