Shades of Cranberry #DE4973
Tints of Cranberry #DE4973
RGB
CMYK
RGB Variations
Color information
#DE4973 (or 0xDE4973) is known color: Cranberry. HEX triplet: DE, 49 and 73. RGB value is (222,73,115). Sum of RGB (Red+Green+Blue) = 222+73+115=410 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.15% from 410); Green value is 73 (28.91% from 255 or 17.80% from 410); Blue value is 115 (45.31% from 255 or 28.05% from 410); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4973 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE4973 is #21B68C. Grayscale: #7A7A7A. Windows color (decimal): -2209421 or 7555550. OLE color: 7555550.
HSL color Cylindrical-coordinate representation of color #DE4973: hue angle of 343.09º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DE4973 is Cyan = 0, Magento = 0.67, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 73 | 115 | - |
| CMYK | 0 | 0.67 | 0.48 | 0.13 |
| HSL | 343.09º | 0.69% | 0.58% | - |
| HSV(B) | 343.09º | 0.67% | 0.87% | - |
| XYZ | 35.6 | 21.53 | 18.5 | - |
| YUV | 122.34 | 123.86 | 199.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 73 | 115 | 0 | 0.67 | 0.48 | 0.13 | 343.09 | 0.69 | 0.58 |
| Hex | DE | 49 | 73 | 0 | 43 | 30 | D | 157 | 45 | 3A |
| Octal | 336 | 111 | 163 | 0 | 103 | 60 | 15 | 527 | 105 | 72 |
| Binary | 11011110 | 1001001 | 1110011 | 0 | 1000011 | 110000 | 1101 | 101010111 | 1000101 | 111010 |
Color Harmonies of #DE4973
Complementary color
Monochromatic Colors of #DE4973
Black with #DE4973
Text Example
Text Example
White with #DE4973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE4973; }
p { color: rgb(222,73,115); }
H1.HeaderClassName
{
color: #DE4973;
}
.AnyTagClassName
{
color: #DE4973;
}
</style>
background-color css
<style>
a { background-color: #DE4973; }
a { background-color: rgb(222,73,115); }
div.DivClassName
{
background-color: #DE4973;
}
.BgClassName
{
background-color: #DE4973;
}
</style>
border-color css
<style>
span { border-color: #DE4973; }
span { border-color: rgb(222,73,115); }
td.TdClassName
{
border-color: #DE4973;
}
.TagClassName
{
border-color: #DE4973;
}
</style>