Shades of Cranberry #DD4E7A
Tints of Cranberry #DD4E7A
RGB
CMYK
RGB Variations
Color information
#DD4E7A (or 0xDD4E7A) is known color: Cranberry. HEX triplet: DD, 4E and 7A. RGB value is (221,78,122). Sum of RGB (Red+Green+Blue) = 221+78+122=421 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.49% from 421); Green value is 78 (30.86% from 255 or 18.53% from 421); Blue value is 122 (48.05% from 255 or 28.98% from 421); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4E7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD4E7A is #22B185. Grayscale: #7D7D7D. Windows color (decimal): -2273670 or 8015581. OLE color: 8015581.
HSL color Cylindrical-coordinate representation of color #DD4E7A: hue angle of 341.54º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DD4E7A is Cyan = 0, Magento = 0.65, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 78 | 122 | - |
| CMYK | 0 | 0.65 | 0.45 | 0.13 |
| HSL | 341.54º | 0.68% | 0.59% | - |
| HSV(B) | 341.54º | 0.65% | 0.87% | - |
| XYZ | 36.06 | 22.23 | 20.8 | - |
| YUV | 125.77 | 125.88 | 195.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 78 | 122 | 0 | 0.65 | 0.45 | 0.13 | 341.54 | 0.68 | 0.59 |
| Hex | DD | 4E | 7A | 0 | 41 | 2D | D | 156 | 44 | 3B |
| Octal | 335 | 116 | 172 | 0 | 101 | 55 | 15 | 526 | 104 | 73 |
| Binary | 11011101 | 1001110 | 1111010 | 0 | 1000001 | 101101 | 1101 | 101010110 | 1000100 | 111011 |
Color Harmonies of #DD4E7A
Complementary color
Monochromatic Colors of #DD4E7A
Black with #DD4E7A
Text Example
Text Example
White with #DD4E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4E7A; }
p { color: rgb(221,78,122); }
H1.HeaderClassName
{
color: #DD4E7A;
}
.AnyTagClassName
{
color: #DD4E7A;
}
</style>
background-color css
<style>
a { background-color: #DD4E7A; }
a { background-color: rgb(221,78,122); }
div.DivClassName
{
background-color: #DD4E7A;
}
.BgClassName
{
background-color: #DD4E7A;
}
</style>
border-color css
<style>
span { border-color: #DD4E7A; }
span { border-color: rgb(221,78,122); }
td.TdClassName
{
border-color: #DD4E7A;
}
.TagClassName
{
border-color: #DD4E7A;
}
</style>