Shades of Cranberry #DD5271
Tints of Cranberry #DD5271
RGB
CMYK
RGB Variations
Color information
#DD5271 (or 0xDD5271) is known color: Cranberry. HEX triplet: DD, 52 and 71. RGB value is (221,82,113). Sum of RGB (Red+Green+Blue) = 221+82+113=416 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.12% from 416); Green value is 82 (32.42% from 255 or 19.71% from 416); Blue value is 113 (44.53% from 255 or 27.16% from 416); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5271 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5271 is #22AD8E. Grayscale: #7F7F7F. Windows color (decimal): -2272655 or 7426781. OLE color: 7426781.
HSL color Cylindrical-coordinate representation of color #DD5271: hue angle of 346.62º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DD5271 is Cyan = 0, Magento = 0.63, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 82 | 113 | - |
| CMYK | 0 | 0.63 | 0.49 | 0.13 |
| HSL | 346.62º | 0.67% | 0.59% | - |
| HSV(B) | 346.62º | 0.63% | 0.87% | - |
| XYZ | 35.82 | 22.6 | 18.1 | - |
| YUV | 127.1 | 120.05 | 194.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 82 | 113 | 0 | 0.63 | 0.49 | 0.13 | 346.62 | 0.67 | 0.59 |
| Hex | DD | 52 | 71 | 0 | 3F | 31 | D | 15B | 43 | 3B |
| Octal | 335 | 122 | 161 | 0 | 77 | 61 | 15 | 533 | 103 | 73 |
| Binary | 11011101 | 1010010 | 1110001 | 0 | 111111 | 110001 | 1101 | 101011011 | 1000011 | 111011 |
Color Harmonies of #DD5271
Complementary color
Monochromatic Colors of #DD5271
Black with #DD5271
Text Example
Text Example
White with #DD5271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5271; }
p { color: rgb(221,82,113); }
H1.HeaderClassName
{
color: #DD5271;
}
.AnyTagClassName
{
color: #DD5271;
}
</style>
background-color css
<style>
a { background-color: #DD5271; }
a { background-color: rgb(221,82,113); }
div.DivClassName
{
background-color: #DD5271;
}
.BgClassName
{
background-color: #DD5271;
}
</style>
border-color css
<style>
span { border-color: #DD5271; }
span { border-color: rgb(221,82,113); }
td.TdClassName
{
border-color: #DD5271;
}
.TagClassName
{
border-color: #DD5271;
}
</style>