Shades of Cranberry #DE4D77
Tints of Cranberry #DE4D77
RGB
CMYK
RGB Variations
Color information
#DE4D77 (or 0xDE4D77) is known color: Cranberry. HEX triplet: DE, 4D and 77. RGB value is (222,77,119). Sum of RGB (Red+Green+Blue) = 222+77+119=418 (55% of max value = 765). Red value is 222 (87.11% from 255 or 53.11% from 418); Green value is 77 (30.47% from 255 or 18.42% from 418); Blue value is 119 (46.88% from 255 or 28.47% from 418); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4D77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE4D77 is #21B288. Grayscale: #7D7D7D. Windows color (decimal): -2208393 or 7818718. OLE color: 7818718.
HSL color Cylindrical-coordinate representation of color #DE4D77: hue angle of 342.62º 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 #DE4D77 is Cyan = 0, Magento = 0.65, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 77 | 119 | - |
| CMYK | 0 | 0.65 | 0.46 | 0.13 |
| HSL | 342.62º | 0.69% | 0.59% | - |
| HSV(B) | 342.62º | 0.65% | 0.87% | - |
| XYZ | 36.11 | 22.17 | 19.83 | - |
| YUV | 125.14 | 124.54 | 197.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 77 | 119 | 0 | 0.65 | 0.46 | 0.13 | 342.62 | 0.69 | 0.59 |
| Hex | DE | 4D | 77 | 0 | 41 | 2E | D | 157 | 45 | 3B |
| Octal | 336 | 115 | 167 | 0 | 101 | 56 | 15 | 527 | 105 | 73 |
| Binary | 11011110 | 1001101 | 1110111 | 0 | 1000001 | 101110 | 1101 | 101010111 | 1000101 | 111011 |
Color Harmonies of #DE4D77
Complementary color
Monochromatic Colors of #DE4D77
Black with #DE4D77
Text Example
Text Example
White with #DE4D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE4D77; }
p { color: rgb(222,77,119); }
H1.HeaderClassName
{
color: #DE4D77;
}
.AnyTagClassName
{
color: #DE4D77;
}
</style>
background-color css
<style>
a { background-color: #DE4D77; }
a { background-color: rgb(222,77,119); }
div.DivClassName
{
background-color: #DE4D77;
}
.BgClassName
{
background-color: #DE4D77;
}
</style>
border-color css
<style>
span { border-color: #DE4D77; }
span { border-color: rgb(222,77,119); }
td.TdClassName
{
border-color: #DE4D77;
}
.TagClassName
{
border-color: #DE4D77;
}
</style>