Shades of Cranberry #DE4672
Tints of Cranberry #DE4672
RGB
CMYK
RGB Variations
Color information
#DE4672 (or 0xDE4672) is known color: Cranberry. HEX triplet: DE, 46 and 72. RGB value is (222,70,114). Sum of RGB (Red+Green+Blue) = 222+70+114=406 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.68% from 406); Green value is 70 (27.73% from 255 or 17.24% from 406); Blue value is 114 (44.92% from 255 or 28.08% from 406); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4672 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE4672 is #21B98D. Grayscale: #787878. Windows color (decimal): -2210190 or 7489246. OLE color: 7489246.
HSL color Cylindrical-coordinate representation of color #DE4672: hue angle of 342.63º 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 #DE4672 is Cyan = 0, Magento = 0.68, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 70 | 114 | - |
| CMYK | 0 | 0.68 | 0.49 | 0.13 |
| HSL | 342.63º | 0.7% | 0.57% | - |
| HSV(B) | 342.63º | 0.68% | 0.87% | - |
| XYZ | 35.35 | 21.12 | 18.13 | - |
| YUV | 120.46 | 124.36 | 200.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 70 | 114 | 0 | 0.68 | 0.49 | 0.13 | 342.63 | 0.7 | 0.57 |
| Hex | DE | 46 | 72 | 0 | 44 | 31 | D | 157 | 46 | 39 |
| Octal | 336 | 106 | 162 | 0 | 104 | 61 | 15 | 527 | 106 | 71 |
| Binary | 11011110 | 1000110 | 1110010 | 0 | 1000100 | 110001 | 1101 | 101010111 | 1000110 | 111001 |
Color Harmonies of #DE4672
Complementary color
Monochromatic Colors of #DE4672
Black with #DE4672
Text Example
Text Example
White with #DE4672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE4672; }
p { color: rgb(222,70,114); }
H1.HeaderClassName
{
color: #DE4672;
}
.AnyTagClassName
{
color: #DE4672;
}
</style>
background-color css
<style>
a { background-color: #DE4672; }
a { background-color: rgb(222,70,114); }
div.DivClassName
{
background-color: #DE4672;
}
.BgClassName
{
background-color: #DE4672;
}
</style>
border-color css
<style>
span { border-color: #DE4672; }
span { border-color: rgb(222,70,114); }
td.TdClassName
{
border-color: #DE4672;
}
.TagClassName
{
border-color: #DE4672;
}
</style>