Shades of Cranberry #DE5279
Tints of Cranberry #DE5279
RGB
CMYK
RGB Variations
Color information
#DE5279 (or 0xDE5279) is known color: Cranberry. HEX triplet: DE, 52 and 79. RGB value is (222,82,121). Sum of RGB (Red+Green+Blue) = 222+82+121=425 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.24% from 425); Green value is 82 (32.42% from 255 or 19.29% from 425); Blue value is 121 (47.66% from 255 or 28.47% from 425); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5279 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE5279 is #21AD86. Grayscale: #808080. Windows color (decimal): -2207111 or 7951070. OLE color: 7951070.
HSL color Cylindrical-coordinate representation of color #DE5279: hue angle of 343.29º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DE5279 is Cyan = 0, Magento = 0.63, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 82 | 121 | - |
| CMYK | 0 | 0.63 | 0.45 | 0.13 |
| HSL | 343.29º | 0.68% | 0.6% | - |
| HSV(B) | 343.29º | 0.63% | 0.87% | - |
| XYZ | 36.59 | 22.94 | 20.59 | - |
| YUV | 128.31 | 123.88 | 194.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 82 | 121 | 0 | 0.63 | 0.45 | 0.13 | 343.29 | 0.68 | 0.6 |
| Hex | DE | 52 | 79 | 0 | 3F | 2D | D | 157 | 44 | 3C |
| Octal | 336 | 122 | 171 | 0 | 77 | 55 | 15 | 527 | 104 | 74 |
| Binary | 11011110 | 1010010 | 1111001 | 0 | 111111 | 101101 | 1101 | 101010111 | 1000100 | 111100 |
Color Harmonies of #DE5279
Complementary color
Monochromatic Colors of #DE5279
Black with #DE5279
Text Example
Text Example
White with #DE5279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE5279; }
p { color: rgb(222,82,121); }
H1.HeaderClassName
{
color: #DE5279;
}
.AnyTagClassName
{
color: #DE5279;
}
</style>
background-color css
<style>
a { background-color: #DE5279; }
a { background-color: rgb(222,82,121); }
div.DivClassName
{
background-color: #DE5279;
}
.BgClassName
{
background-color: #DE5279;
}
</style>
border-color css
<style>
span { border-color: #DE5279; }
span { border-color: rgb(222,82,121); }
td.TdClassName
{
border-color: #DE5279;
}
.TagClassName
{
border-color: #DE5279;
}
</style>