Shades of Cranberry #DC567D
Tints of Cranberry #DC567D
RGB
CMYK
RGB Variations
Color information
#DC567D (or 0xDC567D) is known color: Cranberry. HEX triplet: DC, 56 and 7D. RGB value is (220,86,125). Sum of RGB (Red+Green+Blue) = 220+86+125=431 (57% of max value = 765). Red value is 220 (86.33% from 255 or 51.04% from 431); Green value is 86 (33.98% from 255 or 19.95% from 431); Blue value is 125 (49.22% from 255 or 29.00% from 431); Max value from RGB is 220 - color contains mainly: red. Hex color #DC567D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC567D is #23A982. Grayscale: #828282. Windows color (decimal): -2337155 or 8214236. OLE color: 8214236.
HSL color Cylindrical-coordinate representation of color #DC567D: hue angle of 342.54º 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 #DC567D is Cyan = 0, Magento = 0.61, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 86 | 125 | - |
| CMYK | 0 | 0.61 | 0.43 | 0.14 |
| HSL | 342.54º | 0.66% | 0.6% | - |
| HSV(B) | 342.54º | 0.61% | 0.86% | - |
| XYZ | 36.54 | 23.35 | 21.98 | - |
| YUV | 130.51 | 124.89 | 191.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 86 | 125 | 0 | 0.61 | 0.43 | 0.14 | 342.54 | 0.66 | 0.6 |
| Hex | DC | 56 | 7D | 0 | 3D | 2B | E | 157 | 42 | 3C |
| Octal | 334 | 126 | 175 | 0 | 75 | 53 | 16 | 527 | 102 | 74 |
| Binary | 11011100 | 1010110 | 1111101 | 0 | 111101 | 101011 | 1110 | 101010111 | 1000010 | 111100 |
Color Harmonies of #DC567D
Complementary color
Monochromatic Colors of #DC567D
Black with #DC567D
Text Example
Text Example
White with #DC567D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC567D; }
p { color: rgb(220,86,125); }
H1.HeaderClassName
{
color: #DC567D;
}
.AnyTagClassName
{
color: #DC567D;
}
</style>
background-color css
<style>
a { background-color: #DC567D; }
a { background-color: rgb(220,86,125); }
div.DivClassName
{
background-color: #DC567D;
}
.BgClassName
{
background-color: #DC567D;
}
</style>
border-color css
<style>
span { border-color: #DC567D; }
span { border-color: rgb(220,86,125); }
td.TdClassName
{
border-color: #DC567D;
}
.TagClassName
{
border-color: #DC567D;
}
</style>