Shades of Cranberry #DE4C6D
Tints of Cranberry #DE4C6D
RGB
CMYK
RGB Variations
Color information
#DE4C6D (or 0xDE4C6D) is known color: Cranberry. HEX triplet: DE, 4C and 6D. RGB value is (222,76,109). Sum of RGB (Red+Green+Blue) = 222+76+109=407 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.55% from 407); Green value is 76 (30.08% from 255 or 18.67% from 407); Blue value is 109 (42.97% from 255 or 26.78% from 407); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4C6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE4C6D is #21B392. Grayscale: #7B7B7B. Windows color (decimal): -2208659 or 7163102. OLE color: 7163102.
HSL color Cylindrical-coordinate representation of color #DE4C6D: hue angle of 346.44º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DE4C6D is Cyan = 0, Magento = 0.66, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 76 | 109 | - |
| CMYK | 0 | 0.66 | 0.51 | 0.13 |
| HSL | 346.44º | 0.69% | 0.58% | - |
| HSV(B) | 346.44º | 0.66% | 0.87% | - |
| XYZ | 35.47 | 21.8 | 16.81 | - |
| YUV | 123.42 | 119.87 | 198.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 76 | 109 | 0 | 0.66 | 0.51 | 0.13 | 346.44 | 0.69 | 0.58 |
| Hex | DE | 4C | 6D | 0 | 42 | 33 | D | 15A | 45 | 3A |
| Octal | 336 | 114 | 155 | 0 | 102 | 63 | 15 | 532 | 105 | 72 |
| Binary | 11011110 | 1001100 | 1101101 | 0 | 1000010 | 110011 | 1101 | 101011010 | 1000101 | 111010 |
Color Harmonies of #DE4C6D
Complementary color
Monochromatic Colors of #DE4C6D
Black with #DE4C6D
Text Example
Text Example
White with #DE4C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE4C6D; }
p { color: rgb(222,76,109); }
H1.HeaderClassName
{
color: #DE4C6D;
}
.AnyTagClassName
{
color: #DE4C6D;
}
</style>
background-color css
<style>
a { background-color: #DE4C6D; }
a { background-color: rgb(222,76,109); }
div.DivClassName
{
background-color: #DE4C6D;
}
.BgClassName
{
background-color: #DE4C6D;
}
</style>
border-color css
<style>
span { border-color: #DE4C6D; }
span { border-color: rgb(222,76,109); }
td.TdClassName
{
border-color: #DE4C6D;
}
.TagClassName
{
border-color: #DE4C6D;
}
</style>