Shades of Cranberry #DE5D72
Tints of Cranberry #DE5D72
RGB
CMYK
RGB Variations
Color information
#DE5D72 (or 0xDE5D72) is known color: Cranberry. HEX triplet: DE, 5D and 72. RGB value is (222,93,114). Sum of RGB (Red+Green+Blue) = 222+93+114=429 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.75% from 429); Green value is 93 (36.72% from 255 or 21.68% from 429); Blue value is 114 (44.92% from 255 or 26.57% from 429); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5D72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE5D72 is #21A28D. Grayscale: #868686. Windows color (decimal): -2204302 or 7495134. OLE color: 7495134.
HSL color Cylindrical-coordinate representation of color #DE5D72: hue angle of 350.23º 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 #DE5D72 is Cyan = 0, Magento = 0.58, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 93 | 114 | - |
| CMYK | 0 | 0.58 | 0.49 | 0.13 |
| HSL | 350.23º | 0.66% | 0.62% | - |
| HSV(B) | 350.23º | 0.58% | 0.87% | - |
| XYZ | 37.08 | 24.57 | 18.71 | - |
| YUV | 133.97 | 116.74 | 190.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 93 | 114 | 0 | 0.58 | 0.49 | 0.13 | 350.23 | 0.66 | 0.62 |
| Hex | DE | 5D | 72 | 0 | 3A | 31 | D | 15E | 42 | 3E |
| Octal | 336 | 135 | 162 | 0 | 72 | 61 | 15 | 536 | 102 | 76 |
| Binary | 11011110 | 1011101 | 1110010 | 0 | 111010 | 110001 | 1101 | 101011110 | 1000010 | 111110 |
Color Harmonies of #DE5D72
Complementary color
Monochromatic Colors of #DE5D72
Black with #DE5D72
Text Example
Text Example
White with #DE5D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE5D72; }
p { color: rgb(222,93,114); }
H1.HeaderClassName
{
color: #DE5D72;
}
.AnyTagClassName
{
color: #DE5D72;
}
</style>
background-color css
<style>
a { background-color: #DE5D72; }
a { background-color: rgb(222,93,114); }
div.DivClassName
{
background-color: #DE5D72;
}
.BgClassName
{
background-color: #DE5D72;
}
</style>
border-color css
<style>
span { border-color: #DE5D72; }
span { border-color: rgb(222,93,114); }
td.TdClassName
{
border-color: #DE5D72;
}
.TagClassName
{
border-color: #DE5D72;
}
</style>