Shades of Cranberry #DE5072
Tints of Cranberry #DE5072
RGB
CMYK
RGB Variations
Color information
#DE5072 (or 0xDE5072) is known color: Cranberry. HEX triplet: DE, 50 and 72. RGB value is (222,80,114). Sum of RGB (Red+Green+Blue) = 222+80+114=416 (55% of max value = 765). Red value is 222 (87.11% from 255 or 53.37% from 416); Green value is 80 (31.64% from 255 or 19.23% from 416); Blue value is 114 (44.92% from 255 or 27.40% from 416); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5072 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE5072 is #21AF8D. Grayscale: #7E7E7E. Windows color (decimal): -2207630 or 7491806. OLE color: 7491806.
HSL color Cylindrical-coordinate representation of color #DE5072: hue angle of 345.63º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DE5072 is Cyan = 0, Magento = 0.64, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 80 | 114 | - |
| CMYK | 0 | 0.64 | 0.49 | 0.13 |
| HSL | 345.63º | 0.68% | 0.59% | - |
| HSV(B) | 345.63º | 0.64% | 0.87% | - |
| XYZ | 36.03 | 22.48 | 18.36 | - |
| YUV | 126.33 | 121.04 | 196.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 80 | 114 | 0 | 0.64 | 0.49 | 0.13 | 345.63 | 0.68 | 0.59 |
| Hex | DE | 50 | 72 | 0 | 40 | 31 | D | 15A | 44 | 3B |
| Octal | 336 | 120 | 162 | 0 | 100 | 61 | 15 | 532 | 104 | 73 |
| Binary | 11011110 | 1010000 | 1110010 | 0 | 1000000 | 110001 | 1101 | 101011010 | 1000100 | 111011 |
Color Harmonies of #DE5072
Complementary color
Monochromatic Colors of #DE5072
Black with #DE5072
Text Example
Text Example
White with #DE5072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE5072; }
p { color: rgb(222,80,114); }
H1.HeaderClassName
{
color: #DE5072;
}
.AnyTagClassName
{
color: #DE5072;
}
</style>
background-color css
<style>
a { background-color: #DE5072; }
a { background-color: rgb(222,80,114); }
div.DivClassName
{
background-color: #DE5072;
}
.BgClassName
{
background-color: #DE5072;
}
</style>
border-color css
<style>
span { border-color: #DE5072; }
span { border-color: rgb(222,80,114); }
td.TdClassName
{
border-color: #DE5072;
}
.TagClassName
{
border-color: #DE5072;
}
</style>