Shades of Cranberry #DC537C
Tints of Cranberry #DC537C
RGB
CMYK
RGB Variations
Color information
#DC537C (or 0xDC537C) is known color: Cranberry. HEX triplet: DC, 53 and 7C. RGB value is (220,83,124). Sum of RGB (Red+Green+Blue) = 220+83+124=427 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.52% from 427); Green value is 83 (32.81% from 255 or 19.44% from 427); Blue value is 124 (48.83% from 255 or 29.04% from 427); Max value from RGB is 220 - color contains mainly: red. Hex color #DC537C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC537C is #23AC83. Grayscale: #808080. Windows color (decimal): -2337924 or 8147932. OLE color: 8147932.
HSL color Cylindrical-coordinate representation of color #DC537C: hue angle of 342.04º 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 #DC537C is Cyan = 0, Magento = 0.62, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 83 | 124 | - |
| CMYK | 0 | 0.62 | 0.44 | 0.14 |
| HSL | 342.04º | 0.66% | 0.59% | - |
| HSV(B) | 342.04º | 0.62% | 0.86% | - |
| XYZ | 36.25 | 22.86 | 21.57 | - |
| YUV | 128.64 | 125.39 | 193.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 83 | 124 | 0 | 0.62 | 0.44 | 0.14 | 342.04 | 0.66 | 0.59 |
| Hex | DC | 53 | 7C | 0 | 3E | 2C | E | 156 | 42 | 3B |
| Octal | 334 | 123 | 174 | 0 | 76 | 54 | 16 | 526 | 102 | 73 |
| Binary | 11011100 | 1010011 | 1111100 | 0 | 111110 | 101100 | 1110 | 101010110 | 1000010 | 111011 |
Color Harmonies of #DC537C
Complementary color
Monochromatic Colors of #DC537C
Black with #DC537C
Text Example
Text Example
White with #DC537C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC537C; }
p { color: rgb(220,83,124); }
H1.HeaderClassName
{
color: #DC537C;
}
.AnyTagClassName
{
color: #DC537C;
}
</style>
background-color css
<style>
a { background-color: #DC537C; }
a { background-color: rgb(220,83,124); }
div.DivClassName
{
background-color: #DC537C;
}
.BgClassName
{
background-color: #DC537C;
}
</style>
border-color css
<style>
span { border-color: #DC537C; }
span { border-color: rgb(220,83,124); }
td.TdClassName
{
border-color: #DC537C;
}
.TagClassName
{
border-color: #DC537C;
}
</style>