Shades of Cranberry #DD5E78
Tints of Cranberry #DD5E78
RGB
CMYK
RGB Variations
Color information
#DD5E78 (or 0xDD5E78) is known color: Cranberry. HEX triplet: DD, 5E and 78. RGB value is (221,94,120). Sum of RGB (Red+Green+Blue) = 221+94+120=435 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.80% from 435); Green value is 94 (37.11% from 255 or 21.61% from 435); Blue value is 120 (47.27% from 255 or 27.59% from 435); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5E78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5E78 is #22A187. Grayscale: #868686. Windows color (decimal): -2269576 or 7888605. OLE color: 7888605.
HSL color Cylindrical-coordinate representation of color #DD5E78: hue angle of 347.72º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DD5E78 is Cyan = 0, Magento = 0.57, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 94 | 120 | - |
| CMYK | 0 | 0.57 | 0.46 | 0.13 |
| HSL | 347.72º | 0.65% | 0.62% | - |
| HSV(B) | 347.72º | 0.57% | 0.87% | - |
| XYZ | 37.21 | 24.73 | 20.58 | - |
| YUV | 134.94 | 119.58 | 189.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 94 | 120 | 0 | 0.57 | 0.46 | 0.13 | 347.72 | 0.65 | 0.62 |
| Hex | DD | 5E | 78 | 0 | 39 | 2E | D | 15C | 41 | 3E |
| Octal | 335 | 136 | 170 | 0 | 71 | 56 | 15 | 534 | 101 | 76 |
| Binary | 11011101 | 1011110 | 1111000 | 0 | 111001 | 101110 | 1101 | 101011100 | 1000001 | 111110 |
Color Harmonies of #DD5E78
Complementary color
Monochromatic Colors of #DD5E78
Black with #DD5E78
Text Example
Text Example
White with #DD5E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD5E78; }
p { color: rgb(221,94,120); }
H1.HeaderClassName
{
color: #DD5E78;
}
.AnyTagClassName
{
color: #DD5E78;
}
</style>
background-color css
<style>
a { background-color: #DD5E78; }
a { background-color: rgb(221,94,120); }
div.DivClassName
{
background-color: #DD5E78;
}
.BgClassName
{
background-color: #DD5E78;
}
</style>
border-color css
<style>
span { border-color: #DD5E78; }
span { border-color: rgb(221,94,120); }
td.TdClassName
{
border-color: #DD5E78;
}
.TagClassName
{
border-color: #DD5E78;
}
</style>