Shades of Cranberry #DC5176
Tints of Cranberry #DC5176
RGB
CMYK
RGB Variations
Color information
#DC5176 (or 0xDC5176) is known color: Cranberry. HEX triplet: DC, 51 and 76. RGB value is (220,81,118). Sum of RGB (Red+Green+Blue) = 220+81+118=419 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.51% from 419); Green value is 81 (32.03% from 255 or 19.33% from 419); Blue value is 118 (46.48% from 255 or 28.16% from 419); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5176 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5176 is #23AE89. Grayscale: #7E7E7E. Windows color (decimal): -2338442 or 7754204. OLE color: 7754204.
HSL color Cylindrical-coordinate representation of color #DC5176: hue angle of 344.03º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DC5176 is Cyan = 0, Magento = 0.63, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 81 | 118 | - |
| CMYK | 0 | 0.63 | 0.46 | 0.14 |
| HSL | 344.03º | 0.67% | 0.59% | - |
| HSV(B) | 344.03º | 0.63% | 0.86% | - |
| XYZ | 35.73 | 22.41 | 19.58 | - |
| YUV | 126.78 | 123.05 | 194.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 81 | 118 | 0 | 0.63 | 0.46 | 0.14 | 344.03 | 0.67 | 0.59 |
| Hex | DC | 51 | 76 | 0 | 3F | 2E | E | 158 | 43 | 3B |
| Octal | 334 | 121 | 166 | 0 | 77 | 56 | 16 | 530 | 103 | 73 |
| Binary | 11011100 | 1010001 | 1110110 | 0 | 111111 | 101110 | 1110 | 101011000 | 1000011 | 111011 |
Color Harmonies of #DC5176
Complementary color
Monochromatic Colors of #DC5176
Black with #DC5176
Text Example
Text Example
White with #DC5176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5176; }
p { color: rgb(220,81,118); }
H1.HeaderClassName
{
color: #DC5176;
}
.AnyTagClassName
{
color: #DC5176;
}
</style>
background-color css
<style>
a { background-color: #DC5176; }
a { background-color: rgb(220,81,118); }
div.DivClassName
{
background-color: #DC5176;
}
.BgClassName
{
background-color: #DC5176;
}
</style>
border-color css
<style>
span { border-color: #DC5176; }
span { border-color: rgb(220,81,118); }
td.TdClassName
{
border-color: #DC5176;
}
.TagClassName
{
border-color: #DC5176;
}
</style>