Shades of Cranberry #DC5477
Tints of Cranberry #DC5477
RGB
CMYK
RGB Variations
Color information
#DC5477 (or 0xDC5477) is known color: Cranberry. HEX triplet: DC, 54 and 77. RGB value is (220,84,119). Sum of RGB (Red+Green+Blue) = 220+84+119=423 (56% of max value = 765). Red value is 220 (86.33% from 255 or 52.01% from 423); Green value is 84 (33.20% from 255 or 19.86% from 423); Blue value is 119 (46.88% from 255 or 28.13% from 423); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5477 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5477 is #23AB88. Grayscale: #808080. Windows color (decimal): -2337673 or 7820508. OLE color: 7820508.
HSL color Cylindrical-coordinate representation of color #DC5477: hue angle of 344.56º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DC5477 is Cyan = 0, Magento = 0.62, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 84 | 119 | - |
| CMYK | 0 | 0.62 | 0.46 | 0.14 |
| HSL | 344.56º | 0.66% | 0.6% | - |
| HSV(B) | 344.56º | 0.62% | 0.86% | - |
| XYZ | 36.02 | 22.89 | 19.97 | - |
| YUV | 128.65 | 122.56 | 193.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 84 | 119 | 0 | 0.62 | 0.46 | 0.14 | 344.56 | 0.66 | 0.6 |
| Hex | DC | 54 | 77 | 0 | 3E | 2E | E | 159 | 42 | 3C |
| Octal | 334 | 124 | 167 | 0 | 76 | 56 | 16 | 531 | 102 | 74 |
| Binary | 11011100 | 1010100 | 1110111 | 0 | 111110 | 101110 | 1110 | 101011001 | 1000010 | 111100 |
Color Harmonies of #DC5477
Complementary color
Monochromatic Colors of #DC5477
Black with #DC5477
Text Example
Text Example
White with #DC5477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5477; }
p { color: rgb(220,84,119); }
H1.HeaderClassName
{
color: #DC5477;
}
.AnyTagClassName
{
color: #DC5477;
}
</style>
background-color css
<style>
a { background-color: #DC5477; }
a { background-color: rgb(220,84,119); }
div.DivClassName
{
background-color: #DC5477;
}
.BgClassName
{
background-color: #DC5477;
}
</style>
border-color css
<style>
span { border-color: #DC5477; }
span { border-color: rgb(220,84,119); }
td.TdClassName
{
border-color: #DC5477;
}
.TagClassName
{
border-color: #DC5477;
}
</style>