Shades of Cranberry #DC607B
Tints of Cranberry #DC607B
RGB
CMYK
RGB Variations
Color information
#DC607B (or 0xDC607B) is known color: Cranberry. HEX triplet: DC, 60 and 7B. RGB value is (220,96,123). Sum of RGB (Red+Green+Blue) = 220+96+123=439 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.11% from 439); Green value is 96 (37.89% from 255 or 21.87% from 439); Blue value is 123 (48.44% from 255 or 28.02% from 439); Max value from RGB is 220 - color contains mainly: red. Hex color #DC607B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC607B is #239F84. Grayscale: #888888. Windows color (decimal): -2334597 or 8085724. OLE color: 8085724.
HSL color Cylindrical-coordinate representation of color #DC607B: hue angle of 346.94º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DC607B is Cyan = 0, Magento = 0.56, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 96 | 123 | - |
| CMYK | 0 | 0.56 | 0.44 | 0.14 |
| HSL | 346.94º | 0.64% | 0.62% | - |
| HSV(B) | 346.94º | 0.56% | 0.86% | - |
| XYZ | 37.27 | 25.01 | 21.6 | - |
| YUV | 136.15 | 120.58 | 187.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 96 | 123 | 0 | 0.56 | 0.44 | 0.14 | 346.94 | 0.64 | 0.62 |
| Hex | DC | 60 | 7B | 0 | 38 | 2C | E | 15B | 40 | 3E |
| Octal | 334 | 140 | 173 | 0 | 70 | 54 | 16 | 533 | 100 | 76 |
| Binary | 11011100 | 1100000 | 1111011 | 0 | 111000 | 101100 | 1110 | 101011011 | 1000000 | 111110 |
Color Harmonies of #DC607B
Complementary color
Monochromatic Colors of #DC607B
Black with #DC607B
Text Example
Text Example
White with #DC607B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC607B; }
p { color: rgb(220,96,123); }
H1.HeaderClassName
{
color: #DC607B;
}
.AnyTagClassName
{
color: #DC607B;
}
</style>
background-color css
<style>
a { background-color: #DC607B; }
a { background-color: rgb(220,96,123); }
div.DivClassName
{
background-color: #DC607B;
}
.BgClassName
{
background-color: #DC607B;
}
</style>
border-color css
<style>
span { border-color: #DC607B; }
span { border-color: rgb(220,96,123); }
td.TdClassName
{
border-color: #DC607B;
}
.TagClassName
{
border-color: #DC607B;
}
</style>