Shades of Cranberry #DD537C
Tints of Cranberry #DD537C
RGB
CMYK
RGB Variations
Color information
#DD537C (or 0xDD537C) is known color: Cranberry. HEX triplet: DD, 53 and 7C. RGB value is (221,83,124). Sum of RGB (Red+Green+Blue) = 221+83+124=428 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.64% from 428); Green value is 83 (32.81% from 255 or 19.39% from 428); Blue value is 124 (48.83% from 255 or 28.97% from 428); Max value from RGB is 221 - color contains mainly: red. Hex color #DD537C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD537C is #22AC83. Grayscale: #808080. Windows color (decimal): -2272388 or 8147933. OLE color: 8147933.
HSL color Cylindrical-coordinate representation of color #DD537C: hue angle of 342.17º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DD537C is Cyan = 0, Magento = 0.62, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 83 | 124 | - |
| CMYK | 0 | 0.62 | 0.44 | 0.13 |
| HSL | 342.17º | 0.67% | 0.6% | - |
| HSV(B) | 342.17º | 0.62% | 0.87% | - |
| XYZ | 36.55 | 23.01 | 21.58 | - |
| YUV | 128.94 | 125.22 | 193.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 83 | 124 | 0 | 0.62 | 0.44 | 0.13 | 342.17 | 0.67 | 0.6 |
| Hex | DD | 53 | 7C | 0 | 3E | 2C | D | 156 | 43 | 3C |
| Octal | 335 | 123 | 174 | 0 | 76 | 54 | 15 | 526 | 103 | 74 |
| Binary | 11011101 | 1010011 | 1111100 | 0 | 111110 | 101100 | 1101 | 101010110 | 1000011 | 111100 |
Color Harmonies of #DD537C
Complementary color
Monochromatic Colors of #DD537C
Black with #DD537C
Text Example
Text Example
White with #DD537C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD537C; }
p { color: rgb(221,83,124); }
H1.HeaderClassName
{
color: #DD537C;
}
.AnyTagClassName
{
color: #DD537C;
}
</style>
background-color css
<style>
a { background-color: #DD537C; }
a { background-color: rgb(221,83,124); }
div.DivClassName
{
background-color: #DD537C;
}
.BgClassName
{
background-color: #DD537C;
}
</style>
border-color css
<style>
span { border-color: #DD537C; }
span { border-color: rgb(221,83,124); }
td.TdClassName
{
border-color: #DD537C;
}
.TagClassName
{
border-color: #DD537C;
}
</style>