Shades of Cranberry #DD5270
Tints of Cranberry #DD5270
RGB
CMYK
RGB Variations
Color information
#DD5270 (or 0xDD5270) is known color: Cranberry. HEX triplet: DD, 52 and 70. RGB value is (221,82,112). Sum of RGB (Red+Green+Blue) = 221+82+112=415 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.25% from 415); Green value is 82 (32.42% from 255 or 19.76% from 415); Blue value is 112 (44.14% from 255 or 26.99% from 415); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5270 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5270 is #22AD8F. Grayscale: #7F7F7F. Windows color (decimal): -2272656 or 7361245. OLE color: 7361245.
HSL color Cylindrical-coordinate representation of color #DD5270: hue angle of 347.05º 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 #DD5270 is Cyan = 0, Magento = 0.63, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 82 | 112 | - |
| CMYK | 0 | 0.63 | 0.49 | 0.13 |
| HSL | 347.05º | 0.67% | 0.59% | - |
| HSV(B) | 347.05º | 0.63% | 0.87% | - |
| XYZ | 35.76 | 22.58 | 17.8 | - |
| YUV | 126.98 | 119.55 | 195.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 82 | 112 | 0 | 0.63 | 0.49 | 0.13 | 347.05 | 0.67 | 0.59 |
| Hex | DD | 52 | 70 | 0 | 3F | 31 | D | 15B | 43 | 3B |
| Octal | 335 | 122 | 160 | 0 | 77 | 61 | 15 | 533 | 103 | 73 |
| Binary | 11011101 | 1010010 | 1110000 | 0 | 111111 | 110001 | 1101 | 101011011 | 1000011 | 111011 |
Color Harmonies of #DD5270
Complementary color
Monochromatic Colors of #DD5270
Black with #DD5270
Text Example
Text Example
White with #DD5270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5270; }
p { color: rgb(221,82,112); }
H1.HeaderClassName
{
color: #DD5270;
}
.AnyTagClassName
{
color: #DD5270;
}
</style>
background-color css
<style>
a { background-color: #DD5270; }
a { background-color: rgb(221,82,112); }
div.DivClassName
{
background-color: #DD5270;
}
.BgClassName
{
background-color: #DD5270;
}
</style>
border-color css
<style>
span { border-color: #DD5270; }
span { border-color: rgb(221,82,112); }
td.TdClassName
{
border-color: #DD5270;
}
.TagClassName
{
border-color: #DD5270;
}
</style>