Shades of Cranberry #DE4E70
Tints of Cranberry #DE4E70
RGB
CMYK
RGB Variations
Color information
#DE4E70 (or 0xDE4E70) is known color: Cranberry. HEX triplet: DE, 4E and 70. RGB value is (222,78,112). Sum of RGB (Red+Green+Blue) = 222+78+112=412 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.88% from 412); Green value is 78 (30.86% from 255 or 18.93% from 412); Blue value is 112 (44.14% from 255 or 27.18% from 412); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4E70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE4E70 is #21B18F. Grayscale: #7C7C7C. Windows color (decimal): -2208144 or 7360222. OLE color: 7360222.
HSL color Cylindrical-coordinate representation of color #DE4E70: hue angle of 345.83º degrees, saturation: 0.69, 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 #DE4E70 is Cyan = 0, Magento = 0.65, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 78 | 112 | - |
| CMYK | 0 | 0.65 | 0.50 | 0.13 |
| HSL | 345.83º | 0.69% | 0.59% | - |
| HSV(B) | 345.83º | 0.65% | 0.87% | - |
| XYZ | 35.77 | 22.15 | 17.72 | - |
| YUV | 124.93 | 120.71 | 197.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 78 | 112 | 0 | 0.65 | 0.50 | 0.13 | 345.83 | 0.69 | 0.59 |
| Hex | DE | 4E | 70 | 0 | 41 | 32 | D | 15A | 45 | 3B |
| Octal | 336 | 116 | 160 | 0 | 101 | 62 | 15 | 532 | 105 | 73 |
| Binary | 11011110 | 1001110 | 1110000 | 0 | 1000001 | 110010 | 1101 | 101011010 | 1000101 | 111011 |
Color Harmonies of #DE4E70
Complementary color
Monochromatic Colors of #DE4E70
Black with #DE4E70
Text Example
Text Example
White with #DE4E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE4E70; }
p { color: rgb(222,78,112); }
H1.HeaderClassName
{
color: #DE4E70;
}
.AnyTagClassName
{
color: #DE4E70;
}
</style>
background-color css
<style>
a { background-color: #DE4E70; }
a { background-color: rgb(222,78,112); }
div.DivClassName
{
background-color: #DE4E70;
}
.BgClassName
{
background-color: #DE4E70;
}
</style>
border-color css
<style>
span { border-color: #DE4E70; }
span { border-color: rgb(222,78,112); }
td.TdClassName
{
border-color: #DE4E70;
}
.TagClassName
{
border-color: #DE4E70;
}
</style>