Shades of Cranberry #DE5D76
Tints of Cranberry #DE5D76
RGB
CMYK
RGB Variations
Color information
#DE5D76 (or 0xDE5D76) is known color: Cranberry. HEX triplet: DE, 5D and 76. RGB value is (222,93,118). Sum of RGB (Red+Green+Blue) = 222+93+118=433 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.27% from 433); Green value is 93 (36.72% from 255 or 21.48% from 433); Blue value is 118 (46.48% from 255 or 27.25% from 433); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5D76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE5D76 is #21A289. Grayscale: #868686. Windows color (decimal): -2204298 or 7757278. OLE color: 7757278.
HSL color Cylindrical-coordinate representation of color #DE5D76: hue angle of 348.37º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DE5D76 is Cyan = 0, Magento = 0.58, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 93 | 118 | - |
| CMYK | 0 | 0.58 | 0.47 | 0.13 |
| HSL | 348.37º | 0.66% | 0.62% | - |
| HSV(B) | 348.37º | 0.58% | 0.87% | - |
| XYZ | 37.31 | 24.67 | 19.93 | - |
| YUV | 134.42 | 118.74 | 190.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 93 | 118 | 0 | 0.58 | 0.47 | 0.13 | 348.37 | 0.66 | 0.62 |
| Hex | DE | 5D | 76 | 0 | 3A | 2F | D | 15C | 42 | 3E |
| Octal | 336 | 135 | 166 | 0 | 72 | 57 | 15 | 534 | 102 | 76 |
| Binary | 11011110 | 1011101 | 1110110 | 0 | 111010 | 101111 | 1101 | 101011100 | 1000010 | 111110 |
Color Harmonies of #DE5D76
Complementary color
Monochromatic Colors of #DE5D76
Black with #DE5D76
Text Example
Text Example
White with #DE5D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE5D76; }
p { color: rgb(222,93,118); }
H1.HeaderClassName
{
color: #DE5D76;
}
.AnyTagClassName
{
color: #DE5D76;
}
</style>
background-color css
<style>
a { background-color: #DE5D76; }
a { background-color: rgb(222,93,118); }
div.DivClassName
{
background-color: #DE5D76;
}
.BgClassName
{
background-color: #DE5D76;
}
</style>
border-color css
<style>
span { border-color: #DE5D76; }
span { border-color: rgb(222,93,118); }
td.TdClassName
{
border-color: #DE5D76;
}
.TagClassName
{
border-color: #DE5D76;
}
</style>