Shades of Cranberry #DE4C70
Tints of Cranberry #DE4C70
RGB
CMYK
RGB Variations
Color information
#DE4C70 (or 0xDE4C70) is known color: Cranberry. HEX triplet: DE, 4C and 70. RGB value is (222,76,112). Sum of RGB (Red+Green+Blue) = 222+76+112=410 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.15% from 410); Green value is 76 (30.08% from 255 or 18.54% from 410); Blue value is 112 (44.14% from 255 or 27.32% from 410); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4C70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE4C70 is #21B38F. Grayscale: #7B7B7B. Windows color (decimal): -2208656 or 7359710. OLE color: 7359710.
HSL color Cylindrical-coordinate representation of color #DE4C70: hue angle of 345.21º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DE4C70 is Cyan = 0, Magento = 0.66, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 76 | 112 | - |
| CMYK | 0 | 0.66 | 0.50 | 0.13 |
| HSL | 345.21º | 0.69% | 0.58% | - |
| HSV(B) | 345.21º | 0.66% | 0.87% | - |
| XYZ | 35.63 | 21.87 | 17.67 | - |
| YUV | 123.76 | 121.37 | 198.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 76 | 112 | 0 | 0.66 | 0.50 | 0.13 | 345.21 | 0.69 | 0.58 |
| Hex | DE | 4C | 70 | 0 | 42 | 32 | D | 159 | 45 | 3A |
| Octal | 336 | 114 | 160 | 0 | 102 | 62 | 15 | 531 | 105 | 72 |
| Binary | 11011110 | 1001100 | 1110000 | 0 | 1000010 | 110010 | 1101 | 101011001 | 1000101 | 111010 |
Color Harmonies of #DE4C70
Complementary color
Monochromatic Colors of #DE4C70
Black with #DE4C70
Text Example
Text Example
White with #DE4C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE4C70; }
p { color: rgb(222,76,112); }
H1.HeaderClassName
{
color: #DE4C70;
}
.AnyTagClassName
{
color: #DE4C70;
}
</style>
background-color css
<style>
a { background-color: #DE4C70; }
a { background-color: rgb(222,76,112); }
div.DivClassName
{
background-color: #DE4C70;
}
.BgClassName
{
background-color: #DE4C70;
}
</style>
border-color css
<style>
span { border-color: #DE4C70; }
span { border-color: rgb(222,76,112); }
td.TdClassName
{
border-color: #DE4C70;
}
.TagClassName
{
border-color: #DE4C70;
}
</style>