Shades of Cranberry #DC547A
Tints of Cranberry #DC547A
RGB
CMYK
RGB Variations
Color information
#DC547A (or 0xDC547A) is known color: Cranberry. HEX triplet: DC, 54 and 7A. RGB value is (220,84,122). Sum of RGB (Red+Green+Blue) = 220+84+122=426 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.64% from 426); Green value is 84 (33.20% from 255 or 19.72% from 426); Blue value is 122 (48.05% from 255 or 28.64% from 426); Max value from RGB is 220 - color contains mainly: red. Hex color #DC547A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC547A is #23AB85. Grayscale: #808080. Windows color (decimal): -2337670 or 8017116. OLE color: 8017116.
HSL color Cylindrical-coordinate representation of color #DC547A: hue angle of 343.24º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DC547A is Cyan = 0, Magento = 0.62, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 84 | 122 | - |
| CMYK | 0 | 0.62 | 0.45 | 0.14 |
| HSL | 343.24º | 0.66% | 0.6% | - |
| HSV(B) | 343.24º | 0.62% | 0.86% | - |
| XYZ | 36.2 | 22.96 | 20.94 | - |
| YUV | 129 | 124.06 | 192.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 84 | 122 | 0 | 0.62 | 0.45 | 0.14 | 343.24 | 0.66 | 0.6 |
| Hex | DC | 54 | 7A | 0 | 3E | 2D | E | 157 | 42 | 3C |
| Octal | 334 | 124 | 172 | 0 | 76 | 55 | 16 | 527 | 102 | 74 |
| Binary | 11011100 | 1010100 | 1111010 | 0 | 111110 | 101101 | 1110 | 101010111 | 1000010 | 111100 |
Color Harmonies of #DC547A
Complementary color
Monochromatic Colors of #DC547A
Black with #DC547A
Text Example
Text Example
White with #DC547A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC547A; }
p { color: rgb(220,84,122); }
H1.HeaderClassName
{
color: #DC547A;
}
.AnyTagClassName
{
color: #DC547A;
}
</style>
background-color css
<style>
a { background-color: #DC547A; }
a { background-color: rgb(220,84,122); }
div.DivClassName
{
background-color: #DC547A;
}
.BgClassName
{
background-color: #DC547A;
}
</style>
border-color css
<style>
span { border-color: #DC547A; }
span { border-color: rgb(220,84,122); }
td.TdClassName
{
border-color: #DC547A;
}
.TagClassName
{
border-color: #DC547A;
}
</style>