Shades of Cranberry #DC4779
Tints of Cranberry #DC4779
RGB
CMYK
RGB Variations
Color information
#DC4779 (or 0xDC4779) is known color: Cranberry. HEX triplet: DC, 47 and 79. RGB value is (220,71,121). Sum of RGB (Red+Green+Blue) = 220+71+121=412 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.40% from 412); Green value is 71 (28.12% from 255 or 17.23% from 412); Blue value is 121 (47.66% from 255 or 29.37% from 412); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4779 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4779 is #23B886. Grayscale: #797979. Windows color (decimal): -2340999 or 7948252. OLE color: 7948252.
HSL color Cylindrical-coordinate representation of color #DC4779: hue angle of 339.87º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DC4779 is Cyan = 0, Magento = 0.68, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 71 | 121 | - |
| CMYK | 0 | 0.68 | 0.45 | 0.14 |
| HSL | 339.87º | 0.68% | 0.57% | - |
| HSV(B) | 339.87º | 0.68% | 0.86% | - |
| XYZ | 35.22 | 21.1 | 20.31 | - |
| YUV | 121.25 | 127.86 | 198.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 71 | 121 | 0 | 0.68 | 0.45 | 0.14 | 339.87 | 0.68 | 0.57 |
| Hex | DC | 47 | 79 | 0 | 44 | 2D | E | 154 | 44 | 39 |
| Octal | 334 | 107 | 171 | 0 | 104 | 55 | 16 | 524 | 104 | 71 |
| Binary | 11011100 | 1000111 | 1111001 | 0 | 1000100 | 101101 | 1110 | 101010100 | 1000100 | 111001 |
Color Harmonies of #DC4779
Complementary color
Monochromatic Colors of #DC4779
Black with #DC4779
Text Example
Text Example
White with #DC4779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4779; }
p { color: rgb(220,71,121); }
H1.HeaderClassName
{
color: #DC4779;
}
.AnyTagClassName
{
color: #DC4779;
}
</style>
background-color css
<style>
a { background-color: #DC4779; }
a { background-color: rgb(220,71,121); }
div.DivClassName
{
background-color: #DC4779;
}
.BgClassName
{
background-color: #DC4779;
}
</style>
border-color css
<style>
span { border-color: #DC4779; }
span { border-color: rgb(220,71,121); }
td.TdClassName
{
border-color: #DC4779;
}
.TagClassName
{
border-color: #DC4779;
}
</style>