Shades of Cranberry #DC4879
Tints of Cranberry #DC4879
RGB
CMYK
RGB Variations
Color information
#DC4879 (or 0xDC4879) is known color: Cranberry. HEX triplet: DC, 48 and 79. RGB value is (220,72,121). Sum of RGB (Red+Green+Blue) = 220+72+121=413 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.27% from 413); Green value is 72 (28.52% from 255 or 17.43% from 413); Blue value is 121 (47.66% from 255 or 29.30% from 413); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4879 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4879 is #23B786. Grayscale: #797979. Windows color (decimal): -2340743 or 7948508. OLE color: 7948508.
HSL color Cylindrical-coordinate representation of color #DC4879: hue angle of 340.14º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DC4879 is Cyan = 0, Magento = 0.67, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 72 | 121 | - |
| CMYK | 0 | 0.67 | 0.45 | 0.14 |
| HSL | 340.14º | 0.68% | 0.57% | - |
| HSV(B) | 340.14º | 0.67% | 0.86% | - |
| XYZ | 35.28 | 21.23 | 20.33 | - |
| YUV | 121.84 | 127.53 | 198.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 72 | 121 | 0 | 0.67 | 0.45 | 0.14 | 340.14 | 0.68 | 0.57 |
| Hex | DC | 48 | 79 | 0 | 43 | 2D | E | 154 | 44 | 39 |
| Octal | 334 | 110 | 171 | 0 | 103 | 55 | 16 | 524 | 104 | 71 |
| Binary | 11011100 | 1001000 | 1111001 | 0 | 1000011 | 101101 | 1110 | 101010100 | 1000100 | 111001 |
Color Harmonies of #DC4879
Complementary color
Monochromatic Colors of #DC4879
Black with #DC4879
Text Example
Text Example
White with #DC4879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4879; }
p { color: rgb(220,72,121); }
H1.HeaderClassName
{
color: #DC4879;
}
.AnyTagClassName
{
color: #DC4879;
}
</style>
background-color css
<style>
a { background-color: #DC4879; }
a { background-color: rgb(220,72,121); }
div.DivClassName
{
background-color: #DC4879;
}
.BgClassName
{
background-color: #DC4879;
}
</style>
border-color css
<style>
span { border-color: #DC4879; }
span { border-color: rgb(220,72,121); }
td.TdClassName
{
border-color: #DC4879;
}
.TagClassName
{
border-color: #DC4879;
}
</style>