Shades of Cranberry #DD4570
Tints of Cranberry #DD4570
RGB
CMYK
RGB Variations
Color information
#DD4570 (or 0xDD4570) is known color: Cranberry. HEX triplet: DD, 45 and 70. RGB value is (221,69,112). Sum of RGB (Red+Green+Blue) = 221+69+112=402 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.98% from 402); Green value is 69 (27.34% from 255 or 17.16% from 402); Blue value is 112 (44.14% from 255 or 27.86% from 402); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4570 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4570 is #22BA8F. Grayscale: #777777. Windows color (decimal): -2275984 or 7357917. OLE color: 7357917.
HSL color Cylindrical-coordinate representation of color #DD4570: hue angle of 343.03º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DD4570 is Cyan = 0, Magento = 0.69, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 69 | 112 | - |
| CMYK | 0 | 0.69 | 0.49 | 0.13 |
| HSL | 343.03º | 0.69% | 0.57% | - |
| HSV(B) | 343.03º | 0.69% | 0.87% | - |
| XYZ | 34.87 | 20.8 | 17.51 | - |
| YUV | 119.35 | 123.86 | 200.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 69 | 112 | 0 | 0.69 | 0.49 | 0.13 | 343.03 | 0.69 | 0.57 |
| Hex | DD | 45 | 70 | 0 | 45 | 31 | D | 157 | 45 | 39 |
| Octal | 335 | 105 | 160 | 0 | 105 | 61 | 15 | 527 | 105 | 71 |
| Binary | 11011101 | 1000101 | 1110000 | 0 | 1000101 | 110001 | 1101 | 101010111 | 1000101 | 111001 |
Color Harmonies of #DD4570
Complementary color
Monochromatic Colors of #DD4570
Black with #DD4570
Text Example
Text Example
White with #DD4570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4570; }
p { color: rgb(221,69,112); }
H1.HeaderClassName
{
color: #DD4570;
}
.AnyTagClassName
{
color: #DD4570;
}
</style>
background-color css
<style>
a { background-color: #DD4570; }
a { background-color: rgb(221,69,112); }
div.DivClassName
{
background-color: #DD4570;
}
.BgClassName
{
background-color: #DD4570;
}
</style>
border-color css
<style>
span { border-color: #DD4570; }
span { border-color: rgb(221,69,112); }
td.TdClassName
{
border-color: #DD4570;
}
.TagClassName
{
border-color: #DD4570;
}
</style>