Shades of Cranberry #DC4C7A
Tints of Cranberry #DC4C7A
RGB
CMYK
RGB Variations
Color information
#DC4C7A (or 0xDC4C7A) is known color: Cranberry. HEX triplet: DC, 4C and 7A. RGB value is (220,76,122). Sum of RGB (Red+Green+Blue) = 220+76+122=418 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.63% from 418); Green value is 76 (30.08% from 255 or 18.18% from 418); Blue value is 122 (48.05% from 255 or 29.19% from 418); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4C7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4C7A is #23B385. Grayscale: #7C7C7C. Windows color (decimal): -2339718 or 8015068. OLE color: 8015068.
HSL color Cylindrical-coordinate representation of color #DC4C7A: hue angle of 340.83º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DC4C7A is Cyan = 0, Magento = 0.65, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 76 | 122 | - |
| CMYK | 0 | 0.65 | 0.45 | 0.14 |
| HSL | 340.83º | 0.67% | 0.58% | - |
| HSV(B) | 340.83º | 0.65% | 0.86% | - |
| XYZ | 35.61 | 21.79 | 20.74 | - |
| YUV | 124.3 | 126.71 | 196.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 76 | 122 | 0 | 0.65 | 0.45 | 0.14 | 340.83 | 0.67 | 0.58 |
| Hex | DC | 4C | 7A | 0 | 41 | 2D | E | 155 | 43 | 3A |
| Octal | 334 | 114 | 172 | 0 | 101 | 55 | 16 | 525 | 103 | 72 |
| Binary | 11011100 | 1001100 | 1111010 | 0 | 1000001 | 101101 | 1110 | 101010101 | 1000011 | 111010 |
Color Harmonies of #DC4C7A
Complementary color
Monochromatic Colors of #DC4C7A
Black with #DC4C7A
Text Example
Text Example
White with #DC4C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4C7A; }
p { color: rgb(220,76,122); }
H1.HeaderClassName
{
color: #DC4C7A;
}
.AnyTagClassName
{
color: #DC4C7A;
}
</style>
background-color css
<style>
a { background-color: #DC4C7A; }
a { background-color: rgb(220,76,122); }
div.DivClassName
{
background-color: #DC4C7A;
}
.BgClassName
{
background-color: #DC4C7A;
}
</style>
border-color css
<style>
span { border-color: #DC4C7A; }
span { border-color: rgb(220,76,122); }
td.TdClassName
{
border-color: #DC4C7A;
}
.TagClassName
{
border-color: #DC4C7A;
}
</style>