Shades of Cranberry #DC4A76
Tints of Cranberry #DC4A76
RGB
CMYK
RGB Variations
Color information
#DC4A76 (or 0xDC4A76) is known color: Cranberry. HEX triplet: DC, 4A and 76. RGB value is (220,74,118). Sum of RGB (Red+Green+Blue) = 220+74+118=412 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.40% from 412); Green value is 74 (29.30% from 255 or 17.96% from 412); Blue value is 118 (46.48% from 255 or 28.64% from 412); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4A76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4A76 is #23B589. Grayscale: #7A7A7A. Windows color (decimal): -2340234 or 7752412. OLE color: 7752412.
HSL color Cylindrical-coordinate representation of color #DC4A76: hue angle of 341.92º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DC4A76 is Cyan = 0, Magento = 0.66, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 74 | 118 | - |
| CMYK | 0 | 0.66 | 0.46 | 0.14 |
| HSL | 341.92º | 0.68% | 0.58% | - |
| HSV(B) | 341.92º | 0.66% | 0.86% | - |
| XYZ | 35.23 | 21.42 | 19.42 | - |
| YUV | 122.67 | 125.37 | 197.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 74 | 118 | 0 | 0.66 | 0.46 | 0.14 | 341.92 | 0.68 | 0.58 |
| Hex | DC | 4A | 76 | 0 | 42 | 2E | E | 156 | 44 | 3A |
| Octal | 334 | 112 | 166 | 0 | 102 | 56 | 16 | 526 | 104 | 72 |
| Binary | 11011100 | 1001010 | 1110110 | 0 | 1000010 | 101110 | 1110 | 101010110 | 1000100 | 111010 |
Color Harmonies of #DC4A76
Complementary color
Monochromatic Colors of #DC4A76
Black with #DC4A76
Text Example
Text Example
White with #DC4A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4A76; }
p { color: rgb(220,74,118); }
H1.HeaderClassName
{
color: #DC4A76;
}
.AnyTagClassName
{
color: #DC4A76;
}
</style>
background-color css
<style>
a { background-color: #DC4A76; }
a { background-color: rgb(220,74,118); }
div.DivClassName
{
background-color: #DC4A76;
}
.BgClassName
{
background-color: #DC4A76;
}
</style>
border-color css
<style>
span { border-color: #DC4A76; }
span { border-color: rgb(220,74,118); }
td.TdClassName
{
border-color: #DC4A76;
}
.TagClassName
{
border-color: #DC4A76;
}
</style>