Shades of Cranberry #DE4373
Tints of Cranberry #DE4373
RGB
CMYK
RGB Variations
Color information
#DE4373 (or 0xDE4373) is known color: Cranberry. HEX triplet: DE, 43 and 73. RGB value is (222,67,115). Sum of RGB (Red+Green+Blue) = 222+67+115=404 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.95% from 404); Green value is 67 (26.56% from 255 or 16.58% from 404); Blue value is 115 (45.31% from 255 or 28.47% from 404); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4373 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE4373 is #21BC8C. Grayscale: #767676. Windows color (decimal): -2210957 or 7554014. OLE color: 7554014.
HSL color Cylindrical-coordinate representation of color #DE4373: hue angle of 341.42º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DE4373 is Cyan = 0, Magento = 0.70, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 67 | 115 | - |
| CMYK | 0 | 0.70 | 0.48 | 0.13 |
| HSL | 341.42º | 0.7% | 0.57% | - |
| HSV(B) | 341.42º | 0.7% | 0.87% | - |
| XYZ | 35.23 | 20.78 | 18.37 | - |
| YUV | 118.82 | 125.85 | 201.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 67 | 115 | 0 | 0.70 | 0.48 | 0.13 | 341.42 | 0.7 | 0.57 |
| Hex | DE | 43 | 73 | 0 | 46 | 30 | D | 155 | 46 | 39 |
| Octal | 336 | 103 | 163 | 0 | 106 | 60 | 15 | 525 | 106 | 71 |
| Binary | 11011110 | 1000011 | 1110011 | 0 | 1000110 | 110000 | 1101 | 101010101 | 1000110 | 111001 |
Color Harmonies of #DE4373
Complementary color
Monochromatic Colors of #DE4373
Black with #DE4373
Text Example
Text Example
White with #DE4373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE4373; }
p { color: rgb(222,67,115); }
H1.HeaderClassName
{
color: #DE4373;
}
.AnyTagClassName
{
color: #DE4373;
}
</style>
background-color css
<style>
a { background-color: #DE4373; }
a { background-color: rgb(222,67,115); }
div.DivClassName
{
background-color: #DE4373;
}
.BgClassName
{
background-color: #DE4373;
}
</style>
border-color css
<style>
span { border-color: #DE4373; }
span { border-color: rgb(222,67,115); }
td.TdClassName
{
border-color: #DE4373;
}
.TagClassName
{
border-color: #DE4373;
}
</style>