Shades of Cranberry #DC567B
Tints of Cranberry #DC567B
RGB
CMYK
RGB Variations
Color information
#DC567B (or 0xDC567B) is known color: Cranberry. HEX triplet: DC, 56 and 7B. RGB value is (220,86,123). Sum of RGB (Red+Green+Blue) = 220+86+123=429 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.28% from 429); Green value is 86 (33.98% from 255 or 20.05% from 429); Blue value is 123 (48.44% from 255 or 28.67% from 429); Max value from RGB is 220 - color contains mainly: red. Hex color #DC567B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC567B is #23A984. Grayscale: #828282. Windows color (decimal): -2337157 or 8083164. OLE color: 8083164.
HSL color Cylindrical-coordinate representation of color #DC567B: hue angle of 343.43º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DC567B is Cyan = 0, Magento = 0.61, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 86 | 123 | - |
| CMYK | 0 | 0.61 | 0.44 | 0.14 |
| HSL | 343.43º | 0.66% | 0.6% | - |
| HSV(B) | 343.43º | 0.61% | 0.86% | - |
| XYZ | 36.42 | 23.3 | 21.32 | - |
| YUV | 130.28 | 123.89 | 191.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 86 | 123 | 0 | 0.61 | 0.44 | 0.14 | 343.43 | 0.66 | 0.6 |
| Hex | DC | 56 | 7B | 0 | 3D | 2C | E | 157 | 42 | 3C |
| Octal | 334 | 126 | 173 | 0 | 75 | 54 | 16 | 527 | 102 | 74 |
| Binary | 11011100 | 1010110 | 1111011 | 0 | 111101 | 101100 | 1110 | 101010111 | 1000010 | 111100 |
Color Harmonies of #DC567B
Complementary color
Monochromatic Colors of #DC567B
Black with #DC567B
Text Example
Text Example
White with #DC567B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC567B; }
p { color: rgb(220,86,123); }
H1.HeaderClassName
{
color: #DC567B;
}
.AnyTagClassName
{
color: #DC567B;
}
</style>
background-color css
<style>
a { background-color: #DC567B; }
a { background-color: rgb(220,86,123); }
div.DivClassName
{
background-color: #DC567B;
}
.BgClassName
{
background-color: #DC567B;
}
</style>
border-color css
<style>
span { border-color: #DC567B; }
span { border-color: rgb(220,86,123); }
td.TdClassName
{
border-color: #DC567B;
}
.TagClassName
{
border-color: #DC567B;
}
</style>