Shades of Cranberry #DE496C
Tints of Cranberry #DE496C
RGB
CMYK
RGB Variations
Color information
#DE496C (or 0xDE496C) is known color: Cranberry. HEX triplet: DE, 49 and 6C. RGB value is (222,73,108). Sum of RGB (Red+Green+Blue) = 222+73+108=403 (53% of max value = 765). Red value is 222 (87.11% from 255 or 55.09% from 403); Green value is 73 (28.91% from 255 or 18.11% from 403); Blue value is 108 (42.58% from 255 or 26.80% from 403); Max value from RGB is 222 - color contains mainly: red. Hex color #DE496C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE496C is #21B693. Grayscale: #797979. Windows color (decimal): -2209428 or 7096798. OLE color: 7096798.
HSL color Cylindrical-coordinate representation of color #DE496C: hue angle of 345.91º 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 #DE496C is Cyan = 0, Magento = 0.67, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 73 | 108 | - |
| CMYK | 0 | 0.67 | 0.51 | 0.13 |
| HSL | 345.91º | 0.69% | 0.58% | - |
| HSV(B) | 345.91º | 0.67% | 0.87% | - |
| XYZ | 35.21 | 21.38 | 16.46 | - |
| YUV | 121.54 | 120.36 | 199.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 73 | 108 | 0 | 0.67 | 0.51 | 0.13 | 345.91 | 0.69 | 0.58 |
| Hex | DE | 49 | 6C | 0 | 43 | 33 | D | 15A | 45 | 3A |
| Octal | 336 | 111 | 154 | 0 | 103 | 63 | 15 | 532 | 105 | 72 |
| Binary | 11011110 | 1001001 | 1101100 | 0 | 1000011 | 110011 | 1101 | 101011010 | 1000101 | 111010 |
Color Harmonies of #DE496C
Complementary color
Monochromatic Colors of #DE496C
Black with #DE496C
Text Example
Text Example
White with #DE496C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE496C; }
p { color: rgb(222,73,108); }
H1.HeaderClassName
{
color: #DE496C;
}
.AnyTagClassName
{
color: #DE496C;
}
</style>
background-color css
<style>
a { background-color: #DE496C; }
a { background-color: rgb(222,73,108); }
div.DivClassName
{
background-color: #DE496C;
}
.BgClassName
{
background-color: #DE496C;
}
</style>
border-color css
<style>
span { border-color: #DE496C; }
span { border-color: rgb(222,73,108); }
td.TdClassName
{
border-color: #DE496C;
}
.TagClassName
{
border-color: #DE496C;
}
</style>