Shades of Cranberry #DD4E7B
Tints of Cranberry #DD4E7B
RGB
CMYK
RGB Variations
Color information
#DD4E7B (or 0xDD4E7B) is known color: Cranberry. HEX triplet: DD, 4E and 7B. RGB value is (221,78,123). Sum of RGB (Red+Green+Blue) = 221+78+123=422 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.37% from 422); Green value is 78 (30.86% from 255 or 18.48% from 422); Blue value is 123 (48.44% from 255 or 29.15% from 422); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4E7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD4E7B is #22B184. Grayscale: #7D7D7D. Windows color (decimal): -2273669 or 8081117. OLE color: 8081117.
HSL color Cylindrical-coordinate representation of color #DD4E7B: hue angle of 341.12º 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 #DD4E7B is Cyan = 0, Magento = 0.65, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 78 | 123 | - |
| CMYK | 0 | 0.65 | 0.44 | 0.13 |
| HSL | 341.12º | 0.68% | 0.59% | - |
| HSV(B) | 341.12º | 0.65% | 0.87% | - |
| XYZ | 36.12 | 22.25 | 21.13 | - |
| YUV | 125.89 | 126.38 | 195.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 78 | 123 | 0 | 0.65 | 0.44 | 0.13 | 341.12 | 0.68 | 0.59 |
| Hex | DD | 4E | 7B | 0 | 41 | 2C | D | 155 | 44 | 3B |
| Octal | 335 | 116 | 173 | 0 | 101 | 54 | 15 | 525 | 104 | 73 |
| Binary | 11011101 | 1001110 | 1111011 | 0 | 1000001 | 101100 | 1101 | 101010101 | 1000100 | 111011 |
Color Harmonies of #DD4E7B
Complementary color
Monochromatic Colors of #DD4E7B
Black with #DD4E7B
Text Example
Text Example
White with #DD4E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4E7B; }
p { color: rgb(221,78,123); }
H1.HeaderClassName
{
color: #DD4E7B;
}
.AnyTagClassName
{
color: #DD4E7B;
}
</style>
background-color css
<style>
a { background-color: #DD4E7B; }
a { background-color: rgb(221,78,123); }
div.DivClassName
{
background-color: #DD4E7B;
}
.BgClassName
{
background-color: #DD4E7B;
}
</style>
border-color css
<style>
span { border-color: #DD4E7B; }
span { border-color: rgb(221,78,123); }
td.TdClassName
{
border-color: #DD4E7B;
}
.TagClassName
{
border-color: #DD4E7B;
}
</style>