Shades of Cranberry #DD537A
Tints of Cranberry #DD537A
RGB
CMYK
RGB Variations
Color information
#DD537A (or 0xDD537A) is known color: Cranberry. HEX triplet: DD, 53 and 7A. RGB value is (221,83,122). Sum of RGB (Red+Green+Blue) = 221+83+122=426 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.88% from 426); Green value is 83 (32.81% from 255 or 19.48% from 426); Blue value is 122 (48.05% from 255 or 28.64% from 426); Max value from RGB is 221 - color contains mainly: red. Hex color #DD537A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD537A is #22AC85. Grayscale: #808080. Windows color (decimal): -2272390 or 8016861. OLE color: 8016861.
HSL color Cylindrical-coordinate representation of color #DD537A: hue angle of 343.04º 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 #DD537A is Cyan = 0, Magento = 0.62, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 83 | 122 | - |
| CMYK | 0 | 0.62 | 0.45 | 0.13 |
| HSL | 343.04º | 0.67% | 0.6% | - |
| HSV(B) | 343.04º | 0.62% | 0.87% | - |
| XYZ | 36.42 | 22.96 | 20.93 | - |
| YUV | 128.71 | 124.22 | 193.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 83 | 122 | 0 | 0.62 | 0.45 | 0.13 | 343.04 | 0.67 | 0.6 |
| Hex | DD | 53 | 7A | 0 | 3E | 2D | D | 157 | 43 | 3C |
| Octal | 335 | 123 | 172 | 0 | 76 | 55 | 15 | 527 | 103 | 74 |
| Binary | 11011101 | 1010011 | 1111010 | 0 | 111110 | 101101 | 1101 | 101010111 | 1000011 | 111100 |
Color Harmonies of #DD537A
Complementary color
Monochromatic Colors of #DD537A
Black with #DD537A
Text Example
Text Example
White with #DD537A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD537A; }
p { color: rgb(221,83,122); }
H1.HeaderClassName
{
color: #DD537A;
}
.AnyTagClassName
{
color: #DD537A;
}
</style>
background-color css
<style>
a { background-color: #DD537A; }
a { background-color: rgb(221,83,122); }
div.DivClassName
{
background-color: #DD537A;
}
.BgClassName
{
background-color: #DD537A;
}
</style>
border-color css
<style>
span { border-color: #DD537A; }
span { border-color: rgb(221,83,122); }
td.TdClassName
{
border-color: #DD537A;
}
.TagClassName
{
border-color: #DD537A;
}
</style>