Shades of Cranberry #DC567E
Tints of Cranberry #DC567E
RGB
CMYK
RGB Variations
Color information
#DC567E (or 0xDC567E) is known color: Cranberry. HEX triplet: DC, 56 and 7E. RGB value is (220,86,126). Sum of RGB (Red+Green+Blue) = 220+86+126=432 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.93% from 432); Green value is 86 (33.98% from 255 or 19.91% from 432); Blue value is 126 (49.61% from 255 or 29.17% from 432); Max value from RGB is 220 - color contains mainly: red. Hex color #DC567E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC567E is #23A981. Grayscale: #828282. Windows color (decimal): -2337154 or 8279772. OLE color: 8279772.
HSL color Cylindrical-coordinate representation of color #DC567E: hue angle of 342.09º 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 #DC567E is Cyan = 0, Magento = 0.61, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 86 | 126 | - |
| CMYK | 0 | 0.61 | 0.43 | 0.14 |
| HSL | 342.09º | 0.66% | 0.6% | - |
| HSV(B) | 342.09º | 0.61% | 0.86% | - |
| XYZ | 36.61 | 23.38 | 22.32 | - |
| YUV | 130.63 | 125.39 | 191.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 86 | 126 | 0 | 0.61 | 0.43 | 0.14 | 342.09 | 0.66 | 0.6 |
| Hex | DC | 56 | 7E | 0 | 3D | 2B | E | 156 | 42 | 3C |
| Octal | 334 | 126 | 176 | 0 | 75 | 53 | 16 | 526 | 102 | 74 |
| Binary | 11011100 | 1010110 | 1111110 | 0 | 111101 | 101011 | 1110 | 101010110 | 1000010 | 111100 |
Color Harmonies of #DC567E
Complementary color
Monochromatic Colors of #DC567E
Black with #DC567E
Text Example
Text Example
White with #DC567E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC567E; }
p { color: rgb(220,86,126); }
H1.HeaderClassName
{
color: #DC567E;
}
.AnyTagClassName
{
color: #DC567E;
}
</style>
background-color css
<style>
a { background-color: #DC567E; }
a { background-color: rgb(220,86,126); }
div.DivClassName
{
background-color: #DC567E;
}
.BgClassName
{
background-color: #DC567E;
}
</style>
border-color css
<style>
span { border-color: #DC567E; }
span { border-color: rgb(220,86,126); }
td.TdClassName
{
border-color: #DC567E;
}
.TagClassName
{
border-color: #DC567E;
}
</style>