Shades of Cranberry #DE5B76
Tints of Cranberry #DE5B76
RGB
CMYK
RGB Variations
Color information
#DE5B76 (or 0xDE5B76) is known color: Cranberry. HEX triplet: DE, 5B and 76. RGB value is (222,91,118). Sum of RGB (Red+Green+Blue) = 222+91+118=431 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.51% from 431); Green value is 91 (35.94% from 255 or 21.11% from 431); Blue value is 118 (46.48% from 255 or 27.38% from 431); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5B76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE5B76 is #21A489. Grayscale: #858585. Windows color (decimal): -2204810 or 7756766. OLE color: 7756766.
HSL color Cylindrical-coordinate representation of color #DE5B76: hue angle of 347.63º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DE5B76 is Cyan = 0, Magento = 0.59, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 91 | 118 | - |
| CMYK | 0 | 0.59 | 0.47 | 0.13 |
| HSL | 347.63º | 0.66% | 0.61% | - |
| HSV(B) | 347.63º | 0.59% | 0.87% | - |
| XYZ | 37.14 | 24.32 | 19.88 | - |
| YUV | 133.25 | 119.4 | 191.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 91 | 118 | 0 | 0.59 | 0.47 | 0.13 | 347.63 | 0.66 | 0.61 |
| Hex | DE | 5B | 76 | 0 | 3B | 2F | D | 15C | 42 | 3D |
| Octal | 336 | 133 | 166 | 0 | 73 | 57 | 15 | 534 | 102 | 75 |
| Binary | 11011110 | 1011011 | 1110110 | 0 | 111011 | 101111 | 1101 | 101011100 | 1000010 | 111101 |
Color Harmonies of #DE5B76
Complementary color
Monochromatic Colors of #DE5B76
Black with #DE5B76
Text Example
Text Example
White with #DE5B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE5B76; }
p { color: rgb(222,91,118); }
H1.HeaderClassName
{
color: #DE5B76;
}
.AnyTagClassName
{
color: #DE5B76;
}
</style>
background-color css
<style>
a { background-color: #DE5B76; }
a { background-color: rgb(222,91,118); }
div.DivClassName
{
background-color: #DE5B76;
}
.BgClassName
{
background-color: #DE5B76;
}
</style>
border-color css
<style>
span { border-color: #DE5B76; }
span { border-color: rgb(222,91,118); }
td.TdClassName
{
border-color: #DE5B76;
}
.TagClassName
{
border-color: #DE5B76;
}
</style>