Shades of Cranberry #DD4271
Tints of Cranberry #DD4271
RGB
CMYK
RGB Variations
Color information
#DD4271 (or 0xDD4271) is known color: Cranberry. HEX triplet: DD, 42 and 71. RGB value is (221,66,113). Sum of RGB (Red+Green+Blue) = 221+66+113=400 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.25% from 400); Green value is 66 (26.17% from 255 or 16.5% from 400); Blue value is 113 (44.53% from 255 or 28.25% from 400); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4271 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4271 is #22BD8E. Grayscale: #757575. Windows color (decimal): -2276751 or 7422685. OLE color: 7422685.
HSL color Cylindrical-coordinate representation of color #DD4271: hue angle of 341.81º 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 #DD4271 is Cyan = 0, Magento = 0.70, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 66 | 113 | - |
| CMYK | 0 | 0.70 | 0.49 | 0.13 |
| HSL | 341.81º | 0.7% | 0.56% | - |
| HSV(B) | 341.81º | 0.7% | 0.87% | - |
| XYZ | 34.75 | 20.46 | 17.74 | - |
| YUV | 117.7 | 125.35 | 201.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 66 | 113 | 0 | 0.70 | 0.49 | 0.13 | 341.81 | 0.7 | 0.56 |
| Hex | DD | 42 | 71 | 0 | 46 | 31 | D | 156 | 46 | 38 |
| Octal | 335 | 102 | 161 | 0 | 106 | 61 | 15 | 526 | 106 | 70 |
| Binary | 11011101 | 1000010 | 1110001 | 0 | 1000110 | 110001 | 1101 | 101010110 | 1000110 | 111000 |
Color Harmonies of #DD4271
Complementary color
Monochromatic Colors of #DD4271
Black with #DD4271
Text Example
Text Example
White with #DD4271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4271; }
p { color: rgb(221,66,113); }
H1.HeaderClassName
{
color: #DD4271;
}
.AnyTagClassName
{
color: #DD4271;
}
</style>
background-color css
<style>
a { background-color: #DD4271; }
a { background-color: rgb(221,66,113); }
div.DivClassName
{
background-color: #DD4271;
}
.BgClassName
{
background-color: #DD4271;
}
</style>
border-color css
<style>
span { border-color: #DD4271; }
span { border-color: rgb(221,66,113); }
td.TdClassName
{
border-color: #DD4271;
}
.TagClassName
{
border-color: #DD4271;
}
</style>