Shades of Cranberry #DD5171
Tints of Cranberry #DD5171
RGB
CMYK
RGB Variations
Color information
#DD5171 (or 0xDD5171) is known color: Cranberry. HEX triplet: DD, 51 and 71. RGB value is (221,81,113). Sum of RGB (Red+Green+Blue) = 221+81+113=415 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.25% from 415); Green value is 81 (32.03% from 255 or 19.52% from 415); Blue value is 113 (44.53% from 255 or 27.23% from 415); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5171 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5171 is #22AE8E. Grayscale: #7E7E7E. Windows color (decimal): -2272911 or 7426525. OLE color: 7426525.
HSL color Cylindrical-coordinate representation of color #DD5171: hue angle of 346.29º 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 #DD5171 is Cyan = 0, Magento = 0.63, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 81 | 113 | - |
| CMYK | 0 | 0.63 | 0.49 | 0.13 |
| HSL | 346.29º | 0.67% | 0.59% | - |
| HSV(B) | 346.29º | 0.63% | 0.87% | - |
| XYZ | 35.74 | 22.45 | 18.07 | - |
| YUV | 126.51 | 120.38 | 195.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 81 | 113 | 0 | 0.63 | 0.49 | 0.13 | 346.29 | 0.67 | 0.59 |
| Hex | DD | 51 | 71 | 0 | 3F | 31 | D | 15A | 43 | 3B |
| Octal | 335 | 121 | 161 | 0 | 77 | 61 | 15 | 532 | 103 | 73 |
| Binary | 11011101 | 1010001 | 1110001 | 0 | 111111 | 110001 | 1101 | 101011010 | 1000011 | 111011 |
Color Harmonies of #DD5171
Complementary color
Monochromatic Colors of #DD5171
Black with #DD5171
Text Example
Text Example
White with #DD5171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5171; }
p { color: rgb(221,81,113); }
H1.HeaderClassName
{
color: #DD5171;
}
.AnyTagClassName
{
color: #DD5171;
}
</style>
background-color css
<style>
a { background-color: #DD5171; }
a { background-color: rgb(221,81,113); }
div.DivClassName
{
background-color: #DD5171;
}
.BgClassName
{
background-color: #DD5171;
}
</style>
border-color css
<style>
span { border-color: #DD5171; }
span { border-color: rgb(221,81,113); }
td.TdClassName
{
border-color: #DD5171;
}
.TagClassName
{
border-color: #DD5171;
}
</style>