Shades of Cranberry #DC567A
Tints of Cranberry #DC567A
RGB
CMYK
RGB Variations
Color information
#DC567A (or 0xDC567A) is known color: Cranberry. HEX triplet: DC, 56 and 7A. RGB value is (220,86,122). Sum of RGB (Red+Green+Blue) = 220+86+122=428 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.40% from 428); Green value is 86 (33.98% from 255 or 20.09% from 428); Blue value is 122 (48.05% from 255 or 28.50% from 428); Max value from RGB is 220 - color contains mainly: red. Hex color #DC567A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC567A is #23A985. Grayscale: #828282. Windows color (decimal): -2337158 or 8017628. OLE color: 8017628.
HSL color Cylindrical-coordinate representation of color #DC567A: hue angle of 343.88º 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 #DC567A is Cyan = 0, Magento = 0.61, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 86 | 122 | - |
| CMYK | 0 | 0.61 | 0.45 | 0.14 |
| HSL | 343.88º | 0.66% | 0.6% | - |
| HSV(B) | 343.88º | 0.61% | 0.86% | - |
| XYZ | 36.36 | 23.28 | 20.99 | - |
| YUV | 130.17 | 123.39 | 192.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 86 | 122 | 0 | 0.61 | 0.45 | 0.14 | 343.88 | 0.66 | 0.6 |
| Hex | DC | 56 | 7A | 0 | 3D | 2D | E | 158 | 42 | 3C |
| Octal | 334 | 126 | 172 | 0 | 75 | 55 | 16 | 530 | 102 | 74 |
| Binary | 11011100 | 1010110 | 1111010 | 0 | 111101 | 101101 | 1110 | 101011000 | 1000010 | 111100 |
Color Harmonies of #DC567A
Complementary color
Monochromatic Colors of #DC567A
Black with #DC567A
Text Example
Text Example
White with #DC567A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC567A; }
p { color: rgb(220,86,122); }
H1.HeaderClassName
{
color: #DC567A;
}
.AnyTagClassName
{
color: #DC567A;
}
</style>
background-color css
<style>
a { background-color: #DC567A; }
a { background-color: rgb(220,86,122); }
div.DivClassName
{
background-color: #DC567A;
}
.BgClassName
{
background-color: #DC567A;
}
</style>
border-color css
<style>
span { border-color: #DC567A; }
span { border-color: rgb(220,86,122); }
td.TdClassName
{
border-color: #DC567A;
}
.TagClassName
{
border-color: #DC567A;
}
</style>