Shades of Cranberry #DC467B
Tints of Cranberry #DC467B
RGB
CMYK
RGB Variations
Color information
#DC467B (or 0xDC467B) is known color: Cranberry. HEX triplet: DC, 46 and 7B. RGB value is (220,70,123). Sum of RGB (Red+Green+Blue) = 220+70+123=413 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.27% from 413); Green value is 70 (27.73% from 255 or 16.95% from 413); Blue value is 123 (48.44% from 255 or 29.78% from 413); Max value from RGB is 220 - color contains mainly: red. Hex color #DC467B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC467B is #23B984. Grayscale: #787878. Windows color (decimal): -2341253 or 8079068. OLE color: 8079068.
HSL color Cylindrical-coordinate representation of color #DC467B: hue angle of 338.8º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DC467B is Cyan = 0, Magento = 0.68, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 70 | 123 | - |
| CMYK | 0 | 0.68 | 0.44 | 0.14 |
| HSL | 338.8º | 0.68% | 0.57% | - |
| HSV(B) | 338.8º | 0.68% | 0.86% | - |
| XYZ | 35.28 | 21.03 | 20.94 | - |
| YUV | 120.89 | 129.2 | 198.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 70 | 123 | 0 | 0.68 | 0.44 | 0.14 | 338.8 | 0.68 | 0.57 |
| Hex | DC | 46 | 7B | 0 | 44 | 2C | E | 153 | 44 | 39 |
| Octal | 334 | 106 | 173 | 0 | 104 | 54 | 16 | 523 | 104 | 71 |
| Binary | 11011100 | 1000110 | 1111011 | 0 | 1000100 | 101100 | 1110 | 101010011 | 1000100 | 111001 |
Color Harmonies of #DC467B
Complementary color
Monochromatic Colors of #DC467B
Black with #DC467B
Text Example
Text Example
White with #DC467B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC467B; }
p { color: rgb(220,70,123); }
H1.HeaderClassName
{
color: #DC467B;
}
.AnyTagClassName
{
color: #DC467B;
}
</style>
background-color css
<style>
a { background-color: #DC467B; }
a { background-color: rgb(220,70,123); }
div.DivClassName
{
background-color: #DC467B;
}
.BgClassName
{
background-color: #DC467B;
}
</style>
border-color css
<style>
span { border-color: #DC467B; }
span { border-color: rgb(220,70,123); }
td.TdClassName
{
border-color: #DC467B;
}
.TagClassName
{
border-color: #DC467B;
}
</style>