Shades of Cranberry #DD4270
Tints of Cranberry #DD4270
RGB
CMYK
RGB Variations
Color information
#DD4270 (or 0xDD4270) is known color: Cranberry. HEX triplet: DD, 42 and 70. RGB value is (221,66,112). Sum of RGB (Red+Green+Blue) = 221+66+112=399 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.39% from 399); Green value is 66 (26.17% from 255 or 16.54% from 399); Blue value is 112 (44.14% from 255 or 28.07% from 399); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4270 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4270 is #22BD8F. Grayscale: #757575. Windows color (decimal): -2276752 or 7357149. OLE color: 7357149.
HSL color Cylindrical-coordinate representation of color #DD4270: hue angle of 342.19º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DD4270 is Cyan = 0, Magento = 0.70, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 66 | 112 | - |
| CMYK | 0 | 0.70 | 0.49 | 0.13 |
| HSL | 342.19º | 0.7% | 0.56% | - |
| HSV(B) | 342.19º | 0.7% | 0.87% | - |
| XYZ | 34.69 | 20.44 | 17.45 | - |
| YUV | 117.59 | 124.85 | 201.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 66 | 112 | 0 | 0.70 | 0.49 | 0.13 | 342.19 | 0.7 | 0.56 |
| Hex | DD | 42 | 70 | 0 | 46 | 31 | D | 156 | 46 | 38 |
| Octal | 335 | 102 | 160 | 0 | 106 | 61 | 15 | 526 | 106 | 70 |
| Binary | 11011101 | 1000010 | 1110000 | 0 | 1000110 | 110001 | 1101 | 101010110 | 1000110 | 111000 |
Color Harmonies of #DD4270
Complementary color
Monochromatic Colors of #DD4270
Black with #DD4270
Text Example
Text Example
White with #DD4270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4270; }
p { color: rgb(221,66,112); }
H1.HeaderClassName
{
color: #DD4270;
}
.AnyTagClassName
{
color: #DD4270;
}
</style>
background-color css
<style>
a { background-color: #DD4270; }
a { background-color: rgb(221,66,112); }
div.DivClassName
{
background-color: #DD4270;
}
.BgClassName
{
background-color: #DD4270;
}
</style>
border-color css
<style>
span { border-color: #DD4270; }
span { border-color: rgb(221,66,112); }
td.TdClassName
{
border-color: #DD4270;
}
.TagClassName
{
border-color: #DD4270;
}
</style>