Shades of Cranberry #DC5179
Tints of Cranberry #DC5179
RGB
CMYK
RGB Variations
Color information
#DC5179 (or 0xDC5179) is known color: Cranberry. HEX triplet: DC, 51 and 79. RGB value is (220,81,121). Sum of RGB (Red+Green+Blue) = 220+81+121=422 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.13% from 422); Green value is 81 (32.03% from 255 or 19.19% from 422); Blue value is 121 (47.66% from 255 or 28.67% from 422); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5179 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5179 is #23AE86. Grayscale: #7F7F7F. Windows color (decimal): -2338439 or 7950812. OLE color: 7950812.
HSL color Cylindrical-coordinate representation of color #DC5179: hue angle of 342.73º 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 #DC5179 is Cyan = 0, Magento = 0.63, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 81 | 121 | - |
| CMYK | 0 | 0.63 | 0.45 | 0.14 |
| HSL | 342.73º | 0.67% | 0.59% | - |
| HSV(B) | 342.73º | 0.63% | 0.86% | - |
| XYZ | 35.91 | 22.48 | 20.54 | - |
| YUV | 127.12 | 124.55 | 194.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 81 | 121 | 0 | 0.63 | 0.45 | 0.14 | 342.73 | 0.67 | 0.59 |
| Hex | DC | 51 | 79 | 0 | 3F | 2D | E | 157 | 43 | 3B |
| Octal | 334 | 121 | 171 | 0 | 77 | 55 | 16 | 527 | 103 | 73 |
| Binary | 11011100 | 1010001 | 1111001 | 0 | 111111 | 101101 | 1110 | 101010111 | 1000011 | 111011 |
Color Harmonies of #DC5179
Complementary color
Monochromatic Colors of #DC5179
Black with #DC5179
Text Example
Text Example
White with #DC5179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5179; }
p { color: rgb(220,81,121); }
H1.HeaderClassName
{
color: #DC5179;
}
.AnyTagClassName
{
color: #DC5179;
}
</style>
background-color css
<style>
a { background-color: #DC5179; }
a { background-color: rgb(220,81,121); }
div.DivClassName
{
background-color: #DC5179;
}
.BgClassName
{
background-color: #DC5179;
}
</style>
border-color css
<style>
span { border-color: #DC5179; }
span { border-color: rgb(220,81,121); }
td.TdClassName
{
border-color: #DC5179;
}
.TagClassName
{
border-color: #DC5179;
}
</style>