Shades of Cranberry #DC4579
Tints of Cranberry #DC4579
RGB
CMYK
RGB Variations
Color information
#DC4579 (or 0xDC4579) is known color: Cranberry. HEX triplet: DC, 45 and 79. RGB value is (220,69,121). Sum of RGB (Red+Green+Blue) = 220+69+121=410 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.66% from 410); Green value is 69 (27.34% from 255 or 16.83% from 410); Blue value is 121 (47.66% from 255 or 29.51% from 410); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4579 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4579 is #23BA86. Grayscale: #787878. Windows color (decimal): -2341511 or 7947740. OLE color: 7947740.
HSL color Cylindrical-coordinate representation of color #DC4579: hue angle of 339.34º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DC4579 is Cyan = 0, Magento = 0.69, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 69 | 121 | - |
| CMYK | 0 | 0.69 | 0.45 | 0.14 |
| HSL | 339.34º | 0.68% | 0.57% | - |
| HSV(B) | 339.34º | 0.69% | 0.86% | - |
| XYZ | 35.09 | 20.85 | 20.26 | - |
| YUV | 120.08 | 128.53 | 199.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 69 | 121 | 0 | 0.69 | 0.45 | 0.14 | 339.34 | 0.68 | 0.57 |
| Hex | DC | 45 | 79 | 0 | 45 | 2D | E | 153 | 44 | 39 |
| Octal | 334 | 105 | 171 | 0 | 105 | 55 | 16 | 523 | 104 | 71 |
| Binary | 11011100 | 1000101 | 1111001 | 0 | 1000101 | 101101 | 1110 | 101010011 | 1000100 | 111001 |
Color Harmonies of #DC4579
Complementary color
Monochromatic Colors of #DC4579
Black with #DC4579
Text Example
Text Example
White with #DC4579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4579; }
p { color: rgb(220,69,121); }
H1.HeaderClassName
{
color: #DC4579;
}
.AnyTagClassName
{
color: #DC4579;
}
</style>
background-color css
<style>
a { background-color: #DC4579; }
a { background-color: rgb(220,69,121); }
div.DivClassName
{
background-color: #DC4579;
}
.BgClassName
{
background-color: #DC4579;
}
</style>
border-color css
<style>
span { border-color: #DC4579; }
span { border-color: rgb(220,69,121); }
td.TdClassName
{
border-color: #DC4579;
}
.TagClassName
{
border-color: #DC4579;
}
</style>