Shades of Cranberry #DC4D6F
Tints of Cranberry #DC4D6F
RGB
CMYK
RGB Variations
Color information
#DC4D6F (or 0xDC4D6F) is known color: Cranberry. HEX triplet: DC, 4D and 6F. RGB value is (220,77,111). Sum of RGB (Red+Green+Blue) = 220+77+111=408 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.92% from 408); Green value is 77 (30.47% from 255 or 18.87% from 408); Blue value is 111 (43.75% from 255 or 27.21% from 408); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4D6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC4D6F is #23B290. Grayscale: #7B7B7B. Windows color (decimal): -2339473 or 7294428. OLE color: 7294428.
HSL color Cylindrical-coordinate representation of color #DC4D6F: hue angle of 345.73º 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 #DC4D6F is Cyan = 0, Magento = 0.65, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 77 | 111 | - |
| CMYK | 0 | 0.65 | 0.50 | 0.14 |
| HSL | 345.73º | 0.67% | 0.58% | - |
| HSV(B) | 345.73º | 0.65% | 0.86% | - |
| XYZ | 35.04 | 21.67 | 17.38 | - |
| YUV | 123.63 | 120.88 | 196.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 77 | 111 | 0 | 0.65 | 0.50 | 0.14 | 345.73 | 0.67 | 0.58 |
| Hex | DC | 4D | 6F | 0 | 41 | 32 | E | 15A | 43 | 3A |
| Octal | 334 | 115 | 157 | 0 | 101 | 62 | 16 | 532 | 103 | 72 |
| Binary | 11011100 | 1001101 | 1101111 | 0 | 1000001 | 110010 | 1110 | 101011010 | 1000011 | 111010 |
Color Harmonies of #DC4D6F
Complementary color
Monochromatic Colors of #DC4D6F
Black with #DC4D6F
Text Example
Text Example
White with #DC4D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4D6F; }
p { color: rgb(220,77,111); }
H1.HeaderClassName
{
color: #DC4D6F;
}
.AnyTagClassName
{
color: #DC4D6F;
}
</style>
background-color css
<style>
a { background-color: #DC4D6F; }
a { background-color: rgb(220,77,111); }
div.DivClassName
{
background-color: #DC4D6F;
}
.BgClassName
{
background-color: #DC4D6F;
}
</style>
border-color css
<style>
span { border-color: #DC4D6F; }
span { border-color: rgb(220,77,111); }
td.TdClassName
{
border-color: #DC4D6F;
}
.TagClassName
{
border-color: #DC4D6F;
}
</style>