Shades of Cranberry #DC4D73
Tints of Cranberry #DC4D73
RGB
CMYK
RGB Variations
Color information
#DC4D73 (or 0xDC4D73) is known color: Cranberry. HEX triplet: DC, 4D and 73. RGB value is (220,77,115). Sum of RGB (Red+Green+Blue) = 220+77+115=412 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.40% from 412); Green value is 77 (30.47% from 255 or 18.69% from 412); Blue value is 115 (45.31% from 255 or 27.91% from 412); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4D73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC4D73 is #23B28C. Grayscale: #7C7C7C. Windows color (decimal): -2339469 or 7556572. OLE color: 7556572.
HSL color Cylindrical-coordinate representation of color #DC4D73: hue angle of 344.06º 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 #DC4D73 is Cyan = 0, Magento = 0.65, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 77 | 115 | - |
| CMYK | 0 | 0.65 | 0.48 | 0.14 |
| HSL | 344.06º | 0.67% | 0.58% | - |
| HSV(B) | 344.06º | 0.65% | 0.86% | - |
| XYZ | 35.26 | 21.76 | 18.56 | - |
| YUV | 124.09 | 122.88 | 196.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 77 | 115 | 0 | 0.65 | 0.48 | 0.14 | 344.06 | 0.67 | 0.58 |
| Hex | DC | 4D | 73 | 0 | 41 | 30 | E | 158 | 43 | 3A |
| Octal | 334 | 115 | 163 | 0 | 101 | 60 | 16 | 530 | 103 | 72 |
| Binary | 11011100 | 1001101 | 1110011 | 0 | 1000001 | 110000 | 1110 | 101011000 | 1000011 | 111010 |
Color Harmonies of #DC4D73
Complementary color
Monochromatic Colors of #DC4D73
Black with #DC4D73
Text Example
Text Example
White with #DC4D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4D73; }
p { color: rgb(220,77,115); }
H1.HeaderClassName
{
color: #DC4D73;
}
.AnyTagClassName
{
color: #DC4D73;
}
</style>
background-color css
<style>
a { background-color: #DC4D73; }
a { background-color: rgb(220,77,115); }
div.DivClassName
{
background-color: #DC4D73;
}
.BgClassName
{
background-color: #DC4D73;
}
</style>
border-color css
<style>
span { border-color: #DC4D73; }
span { border-color: rgb(220,77,115); }
td.TdClassName
{
border-color: #DC4D73;
}
.TagClassName
{
border-color: #DC4D73;
}
</style>