Shades of Cranberry #DE4D6B
Tints of Cranberry #DE4D6B
RGB
CMYK
RGB Variations
Color information
#DE4D6B (or 0xDE4D6B) is known color: Cranberry. HEX triplet: DE, 4D and 6B. RGB value is (222,77,107). Sum of RGB (Red+Green+Blue) = 222+77+107=406 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.68% from 406); Green value is 77 (30.47% from 255 or 18.97% from 406); Blue value is 107 (42.19% from 255 or 26.35% from 406); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4D6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE4D6B is #21B294. Grayscale: #7B7B7B. Windows color (decimal): -2208405 or 7032286. OLE color: 7032286.
HSL color Cylindrical-coordinate representation of color #DE4D6B: hue angle of 347.59º 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 #DE4D6B is Cyan = 0, Magento = 0.65, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 77 | 107 | - |
| CMYK | 0 | 0.65 | 0.52 | 0.13 |
| HSL | 347.59º | 0.69% | 0.59% | - |
| HSV(B) | 347.59º | 0.65% | 0.87% | - |
| XYZ | 35.43 | 21.9 | 16.27 | - |
| YUV | 123.78 | 118.54 | 198.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 77 | 107 | 0 | 0.65 | 0.52 | 0.13 | 347.59 | 0.69 | 0.59 |
| Hex | DE | 4D | 6B | 0 | 41 | 34 | D | 15C | 45 | 3B |
| Octal | 336 | 115 | 153 | 0 | 101 | 64 | 15 | 534 | 105 | 73 |
| Binary | 11011110 | 1001101 | 1101011 | 0 | 1000001 | 110100 | 1101 | 101011100 | 1000101 | 111011 |
Color Harmonies of #DE4D6B
Complementary color
Monochromatic Colors of #DE4D6B
Black with #DE4D6B
Text Example
Text Example
White with #DE4D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE4D6B; }
p { color: rgb(222,77,107); }
H1.HeaderClassName
{
color: #DE4D6B;
}
.AnyTagClassName
{
color: #DE4D6B;
}
</style>
background-color css
<style>
a { background-color: #DE4D6B; }
a { background-color: rgb(222,77,107); }
div.DivClassName
{
background-color: #DE4D6B;
}
.BgClassName
{
background-color: #DE4D6B;
}
</style>
border-color css
<style>
span { border-color: #DE4D6B; }
span { border-color: rgb(222,77,107); }
td.TdClassName
{
border-color: #DE4D6B;
}
.TagClassName
{
border-color: #DE4D6B;
}
</style>