Shades of Cranberry #DE467B
Tints of Cranberry #DE467B
RGB
CMYK
RGB Variations
Color information
#DE467B (or 0xDE467B) is known color: Cranberry. HEX triplet: DE, 46 and 7B. RGB value is (222,70,123). Sum of RGB (Red+Green+Blue) = 222+70+123=415 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.49% from 415); Green value is 70 (27.73% from 255 or 16.87% from 415); Blue value is 123 (48.44% from 255 or 29.64% from 415); Max value from RGB is 222 - color contains mainly: red. Hex color #DE467B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE467B is #21B984. Grayscale: #797979. Windows color (decimal): -2210181 or 8079070. OLE color: 8079070.
HSL color Cylindrical-coordinate representation of color #DE467B: hue angle of 339.08º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DE467B is Cyan = 0, Magento = 0.68, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 70 | 123 | - |
| CMYK | 0 | 0.68 | 0.45 | 0.13 |
| HSL | 339.08º | 0.7% | 0.57% | - |
| HSV(B) | 339.08º | 0.68% | 0.87% | - |
| XYZ | 35.89 | 21.34 | 20.97 | - |
| YUV | 121.49 | 128.86 | 199.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 70 | 123 | 0 | 0.68 | 0.45 | 0.13 | 339.08 | 0.7 | 0.57 |
| Hex | DE | 46 | 7B | 0 | 44 | 2D | D | 153 | 46 | 39 |
| Octal | 336 | 106 | 173 | 0 | 104 | 55 | 15 | 523 | 106 | 71 |
| Binary | 11011110 | 1000110 | 1111011 | 0 | 1000100 | 101101 | 1101 | 101010011 | 1000110 | 111001 |
Color Harmonies of #DE467B
Complementary color
Monochromatic Colors of #DE467B
Black with #DE467B
Text Example
Text Example
White with #DE467B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE467B; }
p { color: rgb(222,70,123); }
H1.HeaderClassName
{
color: #DE467B;
}
.AnyTagClassName
{
color: #DE467B;
}
</style>
background-color css
<style>
a { background-color: #DE467B; }
a { background-color: rgb(222,70,123); }
div.DivClassName
{
background-color: #DE467B;
}
.BgClassName
{
background-color: #DE467B;
}
</style>
border-color css
<style>
span { border-color: #DE467B; }
span { border-color: rgb(222,70,123); }
td.TdClassName
{
border-color: #DE467B;
}
.TagClassName
{
border-color: #DE467B;
}
</style>