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