Shades of Cranberry #DC5471
Tints of Cranberry #DC5471
RGB
CMYK
RGB Variations
Color information
#DC5471 (or 0xDC5471) is known color: Cranberry. HEX triplet: DC, 54 and 71. RGB value is (220,84,113). Sum of RGB (Red+Green+Blue) = 220+84+113=417 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.76% from 417); Green value is 84 (33.20% from 255 or 20.14% from 417); Blue value is 113 (44.53% from 255 or 27.10% from 417); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5471 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5471 is #23AB8E. Grayscale: #7F7F7F. Windows color (decimal): -2337679 or 7427292. OLE color: 7427292.
HSL color Cylindrical-coordinate representation of color #DC5471: hue angle of 347.21º 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 #DC5471 is Cyan = 0, Magento = 0.62, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 84 | 113 | - |
| CMYK | 0 | 0.62 | 0.49 | 0.14 |
| HSL | 347.21º | 0.66% | 0.6% | - |
| HSV(B) | 347.21º | 0.62% | 0.86% | - |
| XYZ | 35.67 | 22.75 | 18.13 | - |
| YUV | 127.97 | 119.56 | 193.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 84 | 113 | 0 | 0.62 | 0.49 | 0.14 | 347.21 | 0.66 | 0.6 |
| Hex | DC | 54 | 71 | 0 | 3E | 31 | E | 15B | 42 | 3C |
| Octal | 334 | 124 | 161 | 0 | 76 | 61 | 16 | 533 | 102 | 74 |
| Binary | 11011100 | 1010100 | 1110001 | 0 | 111110 | 110001 | 1110 | 101011011 | 1000010 | 111100 |
Color Harmonies of #DC5471
Complementary color
Monochromatic Colors of #DC5471
Black with #DC5471
Text Example
Text Example
White with #DC5471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5471; }
p { color: rgb(220,84,113); }
H1.HeaderClassName
{
color: #DC5471;
}
.AnyTagClassName
{
color: #DC5471;
}
</style>
background-color css
<style>
a { background-color: #DC5471; }
a { background-color: rgb(220,84,113); }
div.DivClassName
{
background-color: #DC5471;
}
.BgClassName
{
background-color: #DC5471;
}
</style>
border-color css
<style>
span { border-color: #DC5471; }
span { border-color: rgb(220,84,113); }
td.TdClassName
{
border-color: #DC5471;
}
.TagClassName
{
border-color: #DC5471;
}
</style>