Shades of Cranberry #DC4178
Tints of Cranberry #DC4178
RGB
CMYK
RGB Variations
Color information
#DC4178 (or 0xDC4178) is known color: Cranberry. HEX triplet: DC, 41 and 78. RGB value is (220,65,120). Sum of RGB (Red+Green+Blue) = 220+65+120=405 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.32% from 405); Green value is 65 (25.78% from 255 or 16.05% from 405); Blue value is 120 (47.27% from 255 or 29.63% from 405); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4178 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4178 is #23BE87. Grayscale: #757575. Windows color (decimal): -2342536 or 7881180. OLE color: 7881180.
HSL color Cylindrical-coordinate representation of color #DC4178: hue angle of 338.71º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DC4178 is Cyan = 0, Magento = 0.70, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 65 | 120 | - |
| CMYK | 0 | 0.70 | 0.45 | 0.14 |
| HSL | 338.71º | 0.69% | 0.56% | - |
| HSV(B) | 338.71º | 0.7% | 0.86% | - |
| XYZ | 34.8 | 20.35 | 19.86 | - |
| YUV | 117.62 | 129.35 | 201.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 65 | 120 | 0 | 0.70 | 0.45 | 0.14 | 338.71 | 0.69 | 0.56 |
| Hex | DC | 41 | 78 | 0 | 46 | 2D | E | 153 | 45 | 38 |
| Octal | 334 | 101 | 170 | 0 | 106 | 55 | 16 | 523 | 105 | 70 |
| Binary | 11011100 | 1000001 | 1111000 | 0 | 1000110 | 101101 | 1110 | 101010011 | 1000101 | 111000 |
Color Harmonies of #DC4178
Complementary color
Monochromatic Colors of #DC4178
Black with #DC4178
Text Example
Text Example
White with #DC4178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4178; }
p { color: rgb(220,65,120); }
H1.HeaderClassName
{
color: #DC4178;
}
.AnyTagClassName
{
color: #DC4178;
}
</style>
background-color css
<style>
a { background-color: #DC4178; }
a { background-color: rgb(220,65,120); }
div.DivClassName
{
background-color: #DC4178;
}
.BgClassName
{
background-color: #DC4178;
}
</style>
border-color css
<style>
span { border-color: #DC4178; }
span { border-color: rgb(220,65,120); }
td.TdClassName
{
border-color: #DC4178;
}
.TagClassName
{
border-color: #DC4178;
}
</style>