Shades of Cranberry #DC4A6C
Tints of Cranberry #DC4A6C
RGB
CMYK
RGB Variations
Color information
#DC4A6C (or 0xDC4A6C) is known color: Cranberry. HEX triplet: DC, 4A and 6C. RGB value is (220,74,108). Sum of RGB (Red+Green+Blue) = 220+74+108=402 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.73% from 402); Green value is 74 (29.30% from 255 or 18.41% from 402); Blue value is 108 (42.58% from 255 or 26.87% from 402); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4A6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4A6C is #23B593. Grayscale: #797979. Windows color (decimal): -2340244 or 7097052. OLE color: 7097052.
HSL color Cylindrical-coordinate representation of color #DC4A6C: hue angle of 346.03º 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 #DC4A6C is Cyan = 0, Magento = 0.66, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 74 | 108 | - |
| CMYK | 0 | 0.66 | 0.51 | 0.14 |
| HSL | 346.03º | 0.68% | 0.58% | - |
| HSV(B) | 346.03º | 0.66% | 0.86% | - |
| XYZ | 34.67 | 21.2 | 16.45 | - |
| YUV | 121.53 | 120.37 | 198.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 74 | 108 | 0 | 0.66 | 0.51 | 0.14 | 346.03 | 0.68 | 0.58 |
| Hex | DC | 4A | 6C | 0 | 42 | 33 | E | 15A | 44 | 3A |
| Octal | 334 | 112 | 154 | 0 | 102 | 63 | 16 | 532 | 104 | 72 |
| Binary | 11011100 | 1001010 | 1101100 | 0 | 1000010 | 110011 | 1110 | 101011010 | 1000100 | 111010 |
Color Harmonies of #DC4A6C
Complementary color
Monochromatic Colors of #DC4A6C
Black with #DC4A6C
Text Example
Text Example
White with #DC4A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4A6C; }
p { color: rgb(220,74,108); }
H1.HeaderClassName
{
color: #DC4A6C;
}
.AnyTagClassName
{
color: #DC4A6C;
}
</style>
background-color css
<style>
a { background-color: #DC4A6C; }
a { background-color: rgb(220,74,108); }
div.DivClassName
{
background-color: #DC4A6C;
}
.BgClassName
{
background-color: #DC4A6C;
}
</style>
border-color css
<style>
span { border-color: #DC4A6C; }
span { border-color: rgb(220,74,108); }
td.TdClassName
{
border-color: #DC4A6C;
}
.TagClassName
{
border-color: #DC4A6C;
}
</style>