Shades of Cranberry #DC466B
Tints of Cranberry #DC466B
RGB
CMYK
RGB Variations
Color information
#DC466B (or 0xDC466B) is known color: Cranberry. HEX triplet: DC, 46 and 6B. RGB value is (220,70,107). Sum of RGB (Red+Green+Blue) = 220+70+107=397 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.42% from 397); Green value is 70 (27.73% from 255 or 17.63% from 397); Blue value is 107 (42.19% from 255 or 26.95% from 397); Max value from RGB is 220 - color contains mainly: red. Hex color #DC466B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC466B is #23B994. Grayscale: #777777. Windows color (decimal): -2341269 or 7030492. OLE color: 7030492.
HSL color Cylindrical-coordinate representation of color #DC466B: hue angle of 345.2º 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 #DC466B is Cyan = 0, Magento = 0.68, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 70 | 107 | - |
| CMYK | 0 | 0.68 | 0.51 | 0.14 |
| HSL | 345.2º | 0.68% | 0.57% | - |
| HSV(B) | 345.2º | 0.68% | 0.86% | - |
| XYZ | 34.36 | 20.66 | 16.09 | - |
| YUV | 119.07 | 121.2 | 199.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 70 | 107 | 0 | 0.68 | 0.51 | 0.14 | 345.2 | 0.68 | 0.57 |
| Hex | DC | 46 | 6B | 0 | 44 | 33 | E | 159 | 44 | 39 |
| Octal | 334 | 106 | 153 | 0 | 104 | 63 | 16 | 531 | 104 | 71 |
| Binary | 11011100 | 1000110 | 1101011 | 0 | 1000100 | 110011 | 1110 | 101011001 | 1000100 | 111001 |
Color Harmonies of #DC466B
Complementary color
Monochromatic Colors of #DC466B
Black with #DC466B
Text Example
Text Example
White with #DC466B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC466B; }
p { color: rgb(220,70,107); }
H1.HeaderClassName
{
color: #DC466B;
}
.AnyTagClassName
{
color: #DC466B;
}
</style>
background-color css
<style>
a { background-color: #DC466B; }
a { background-color: rgb(220,70,107); }
div.DivClassName
{
background-color: #DC466B;
}
.BgClassName
{
background-color: #DC466B;
}
</style>
border-color css
<style>
span { border-color: #DC466B; }
span { border-color: rgb(220,70,107); }
td.TdClassName
{
border-color: #DC466B;
}
.TagClassName
{
border-color: #DC466B;
}
</style>