Shades of Cranberry #DD536D
Tints of Cranberry #DD536D
RGB
CMYK
RGB Variations
Color information
#DD536D (or 0xDD536D) is known color: Cranberry. HEX triplet: DD, 53 and 6D. RGB value is (221,83,109). Sum of RGB (Red+Green+Blue) = 221+83+109=413 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.51% from 413); Green value is 83 (32.81% from 255 or 20.10% from 413); Blue value is 109 (42.97% from 255 or 26.39% from 413); Max value from RGB is 221 - color contains mainly: red. Hex color #DD536D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD536D is #22AC92. Grayscale: #7F7F7F. Windows color (decimal): -2272403 or 7164893. OLE color: 7164893.
HSL color Cylindrical-coordinate representation of color #DD536D: hue angle of 348.7º 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 #DD536D is Cyan = 0, Magento = 0.62, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 83 | 109 | - |
| CMYK | 0 | 0.62 | 0.51 | 0.13 |
| HSL | 348.7º | 0.67% | 0.6% | - |
| HSV(B) | 348.7º | 0.62% | 0.87% | - |
| XYZ | 35.67 | 22.66 | 16.96 | - |
| YUV | 127.23 | 117.72 | 194.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 83 | 109 | 0 | 0.62 | 0.51 | 0.13 | 348.7 | 0.67 | 0.6 |
| Hex | DD | 53 | 6D | 0 | 3E | 33 | D | 15D | 43 | 3C |
| Octal | 335 | 123 | 155 | 0 | 76 | 63 | 15 | 535 | 103 | 74 |
| Binary | 11011101 | 1010011 | 1101101 | 0 | 111110 | 110011 | 1101 | 101011101 | 1000011 | 111100 |
Color Harmonies of #DD536D
Complementary color
Monochromatic Colors of #DD536D
Black with #DD536D
Text Example
Text Example
White with #DD536D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD536D; }
p { color: rgb(221,83,109); }
H1.HeaderClassName
{
color: #DD536D;
}
.AnyTagClassName
{
color: #DD536D;
}
</style>
background-color css
<style>
a { background-color: #DD536D; }
a { background-color: rgb(221,83,109); }
div.DivClassName
{
background-color: #DD536D;
}
.BgClassName
{
background-color: #DD536D;
}
</style>
border-color css
<style>
span { border-color: #DD536D; }
span { border-color: rgb(221,83,109); }
td.TdClassName
{
border-color: #DD536D;
}
.TagClassName
{
border-color: #DD536D;
}
</style>