Shades of Cranberry #DC477B
Tints of Cranberry #DC477B
RGB
CMYK
RGB Variations
Color information
#DC477B (or 0xDC477B) is known color: Cranberry. HEX triplet: DC, 47 and 7B. RGB value is (220,71,123). Sum of RGB (Red+Green+Blue) = 220+71+123=414 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.14% from 414); Green value is 71 (28.12% from 255 or 17.15% from 414); Blue value is 123 (48.44% from 255 or 29.71% from 414); Max value from RGB is 220 - color contains mainly: red. Hex color #DC477B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC477B is #23B884. Grayscale: #797979. Windows color (decimal): -2340997 or 8079324. OLE color: 8079324.
HSL color Cylindrical-coordinate representation of color #DC477B: hue angle of 339.06º 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 #DC477B is Cyan = 0, Magento = 0.68, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 71 | 123 | - |
| CMYK | 0 | 0.68 | 0.44 | 0.14 |
| HSL | 339.06º | 0.68% | 0.57% | - |
| HSV(B) | 339.06º | 0.68% | 0.86% | - |
| XYZ | 35.34 | 21.15 | 20.96 | - |
| YUV | 121.48 | 128.86 | 198.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 71 | 123 | 0 | 0.68 | 0.44 | 0.14 | 339.06 | 0.68 | 0.57 |
| Hex | DC | 47 | 7B | 0 | 44 | 2C | E | 153 | 44 | 39 |
| Octal | 334 | 107 | 173 | 0 | 104 | 54 | 16 | 523 | 104 | 71 |
| Binary | 11011100 | 1000111 | 1111011 | 0 | 1000100 | 101100 | 1110 | 101010011 | 1000100 | 111001 |
Color Harmonies of #DC477B
Complementary color
Monochromatic Colors of #DC477B
Black with #DC477B
Text Example
Text Example
White with #DC477B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC477B; }
p { color: rgb(220,71,123); }
H1.HeaderClassName
{
color: #DC477B;
}
.AnyTagClassName
{
color: #DC477B;
}
</style>
background-color css
<style>
a { background-color: #DC477B; }
a { background-color: rgb(220,71,123); }
div.DivClassName
{
background-color: #DC477B;
}
.BgClassName
{
background-color: #DC477B;
}
</style>
border-color css
<style>
span { border-color: #DC477B; }
span { border-color: rgb(220,71,123); }
td.TdClassName
{
border-color: #DC477B;
}
.TagClassName
{
border-color: #DC477B;
}
</style>