Shades of Cranberry #DC5178
Tints of Cranberry #DC5178
RGB
CMYK
RGB Variations
Color information
#DC5178 (or 0xDC5178) is known color: Cranberry. HEX triplet: DC, 51 and 78. RGB value is (220,81,120). Sum of RGB (Red+Green+Blue) = 220+81+120=421 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.26% from 421); Green value is 81 (32.03% from 255 or 19.24% from 421); Blue value is 120 (47.27% from 255 or 28.50% from 421); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5178 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5178 is #23AE87. Grayscale: #7E7E7E. Windows color (decimal): -2338440 or 7885276. OLE color: 7885276.
HSL color Cylindrical-coordinate representation of color #DC5178: hue angle of 343.17º 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 #DC5178 is Cyan = 0, Magento = 0.63, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 81 | 120 | - |
| CMYK | 0 | 0.63 | 0.45 | 0.14 |
| HSL | 343.17º | 0.67% | 0.59% | - |
| HSV(B) | 343.17º | 0.63% | 0.86% | - |
| XYZ | 35.85 | 22.46 | 20.21 | - |
| YUV | 127.01 | 124.05 | 194.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 81 | 120 | 0 | 0.63 | 0.45 | 0.14 | 343.17 | 0.67 | 0.59 |
| Hex | DC | 51 | 78 | 0 | 3F | 2D | E | 157 | 43 | 3B |
| Octal | 334 | 121 | 170 | 0 | 77 | 55 | 16 | 527 | 103 | 73 |
| Binary | 11011100 | 1010001 | 1111000 | 0 | 111111 | 101101 | 1110 | 101010111 | 1000011 | 111011 |
Color Harmonies of #DC5178
Complementary color
Monochromatic Colors of #DC5178
Black with #DC5178
Text Example
Text Example
White with #DC5178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5178; }
p { color: rgb(220,81,120); }
H1.HeaderClassName
{
color: #DC5178;
}
.AnyTagClassName
{
color: #DC5178;
}
</style>
background-color css
<style>
a { background-color: #DC5178; }
a { background-color: rgb(220,81,120); }
div.DivClassName
{
background-color: #DC5178;
}
.BgClassName
{
background-color: #DC5178;
}
</style>
border-color css
<style>
span { border-color: #DC5178; }
span { border-color: rgb(220,81,120); }
td.TdClassName
{
border-color: #DC5178;
}
.TagClassName
{
border-color: #DC5178;
}
</style>