Shades of Cranberry #DC3F79
Tints of Cranberry #DC3F79
RGB
CMYK
RGB Variations
Color information
#DC3F79 (or 0xDC3F79) is known color: Cranberry. HEX triplet: DC, 3F and 79. RGB value is (220,63,121). Sum of RGB (Red+Green+Blue) = 220+63+121=404 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.46% from 404); Green value is 63 (25% from 255 or 15.59% from 404); Blue value is 121 (47.66% from 255 or 29.95% from 404); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3F79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3F79 is #23C086. Grayscale: #747474. Windows color (decimal): -2343047 or 7946204. OLE color: 7946204.
HSL color Cylindrical-coordinate representation of color #DC3F79: hue angle of 337.83º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DC3F79 is Cyan = 0, Magento = 0.71, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 63 | 121 | - |
| CMYK | 0 | 0.71 | 0.45 | 0.14 |
| HSL | 337.83º | 0.69% | 0.55% | - |
| HSV(B) | 337.83º | 0.71% | 0.86% | - |
| XYZ | 34.74 | 20.15 | 20.15 | - |
| YUV | 116.56 | 130.51 | 201.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 63 | 121 | 0 | 0.71 | 0.45 | 0.14 | 337.83 | 0.69 | 0.55 |
| Hex | DC | 3F | 79 | 0 | 47 | 2D | E | 152 | 45 | 37 |
| Octal | 334 | 77 | 171 | 0 | 107 | 55 | 16 | 522 | 105 | 67 |
| Binary | 11011100 | 111111 | 1111001 | 0 | 1000111 | 101101 | 1110 | 101010010 | 1000101 | 110111 |
Color Harmonies of #DC3F79
Complementary color
Monochromatic Colors of #DC3F79
Black with #DC3F79
Text Example
Text Example
White with #DC3F79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3F79; }
p { color: rgb(220,63,121); }
H1.HeaderClassName
{
color: #DC3F79;
}
.AnyTagClassName
{
color: #DC3F79;
}
</style>
background-color css
<style>
a { background-color: #DC3F79; }
a { background-color: rgb(220,63,121); }
div.DivClassName
{
background-color: #DC3F79;
}
.BgClassName
{
background-color: #DC3F79;
}
</style>
border-color css
<style>
span { border-color: #DC3F79; }
span { border-color: rgb(220,63,121); }
td.TdClassName
{
border-color: #DC3F79;
}
.TagClassName
{
border-color: #DC3F79;
}
</style>