Shades of Cranberry #DC537A
Tints of Cranberry #DC537A
RGB
CMYK
RGB Variations
Color information
#DC537A (or 0xDC537A) is known color: Cranberry. HEX triplet: DC, 53 and 7A. RGB value is (220,83,122). Sum of RGB (Red+Green+Blue) = 220+83+122=425 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.76% from 425); Green value is 83 (32.81% from 255 or 19.53% from 425); Blue value is 122 (48.05% from 255 or 28.71% from 425); Max value from RGB is 220 - color contains mainly: red. Hex color #DC537A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC537A is #23AC85. Grayscale: #808080. Windows color (decimal): -2337926 or 8016860. OLE color: 8016860.
HSL color Cylindrical-coordinate representation of color #DC537A: hue angle of 342.92º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DC537A is Cyan = 0, Magento = 0.62, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 83 | 122 | - |
| CMYK | 0 | 0.62 | 0.45 | 0.14 |
| HSL | 342.92º | 0.66% | 0.59% | - |
| HSV(B) | 342.92º | 0.62% | 0.86% | - |
| XYZ | 36.12 | 22.81 | 20.91 | - |
| YUV | 128.41 | 124.39 | 193.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 83 | 122 | 0 | 0.62 | 0.45 | 0.14 | 342.92 | 0.66 | 0.59 |
| Hex | DC | 53 | 7A | 0 | 3E | 2D | E | 157 | 42 | 3B |
| Octal | 334 | 123 | 172 | 0 | 76 | 55 | 16 | 527 | 102 | 73 |
| Binary | 11011100 | 1010011 | 1111010 | 0 | 111110 | 101101 | 1110 | 101010111 | 1000010 | 111011 |
Color Harmonies of #DC537A
Complementary color
Monochromatic Colors of #DC537A
Black with #DC537A
Text Example
Text Example
White with #DC537A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC537A; }
p { color: rgb(220,83,122); }
H1.HeaderClassName
{
color: #DC537A;
}
.AnyTagClassName
{
color: #DC537A;
}
</style>
background-color css
<style>
a { background-color: #DC537A; }
a { background-color: rgb(220,83,122); }
div.DivClassName
{
background-color: #DC537A;
}
.BgClassName
{
background-color: #DC537A;
}
</style>
border-color css
<style>
span { border-color: #DC537A; }
span { border-color: rgb(220,83,122); }
td.TdClassName
{
border-color: #DC537A;
}
.TagClassName
{
border-color: #DC537A;
}
</style>