Shades of Cranberry #DE4E6B
Tints of Cranberry #DE4E6B
RGB
CMYK
RGB Variations
Color information
#DE4E6B (or 0xDE4E6B) is known color: Cranberry. HEX triplet: DE, 4E and 6B. RGB value is (222,78,107). Sum of RGB (Red+Green+Blue) = 222+78+107=407 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.55% from 407); Green value is 78 (30.86% from 255 or 19.16% from 407); Blue value is 107 (42.19% from 255 or 26.29% from 407); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4E6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE4E6B is #21B194. Grayscale: #7C7C7C. Windows color (decimal): -2208149 or 7032542. OLE color: 7032542.
HSL color Cylindrical-coordinate representation of color #DE4E6B: hue angle of 347.92º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DE4E6B is Cyan = 0, Magento = 0.65, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 78 | 107 | - |
| CMYK | 0 | 0.65 | 0.52 | 0.13 |
| HSL | 347.92º | 0.69% | 0.59% | - |
| HSV(B) | 347.92º | 0.65% | 0.87% | - |
| XYZ | 35.5 | 22.04 | 16.29 | - |
| YUV | 124.36 | 118.21 | 197.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 78 | 107 | 0 | 0.65 | 0.52 | 0.13 | 347.92 | 0.69 | 0.59 |
| Hex | DE | 4E | 6B | 0 | 41 | 34 | D | 15C | 45 | 3B |
| Octal | 336 | 116 | 153 | 0 | 101 | 64 | 15 | 534 | 105 | 73 |
| Binary | 11011110 | 1001110 | 1101011 | 0 | 1000001 | 110100 | 1101 | 101011100 | 1000101 | 111011 |
Color Harmonies of #DE4E6B
Complementary color
Monochromatic Colors of #DE4E6B
Black with #DE4E6B
Text Example
Text Example
White with #DE4E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE4E6B; }
p { color: rgb(222,78,107); }
H1.HeaderClassName
{
color: #DE4E6B;
}
.AnyTagClassName
{
color: #DE4E6B;
}
</style>
background-color css
<style>
a { background-color: #DE4E6B; }
a { background-color: rgb(222,78,107); }
div.DivClassName
{
background-color: #DE4E6B;
}
.BgClassName
{
background-color: #DE4E6B;
}
</style>
border-color css
<style>
span { border-color: #DE4E6B; }
span { border-color: rgb(222,78,107); }
td.TdClassName
{
border-color: #DE4E6B;
}
.TagClassName
{
border-color: #DE4E6B;
}
</style>