Shades of Cranberry #DE5575
Tints of Cranberry #DE5575
RGB
CMYK
RGB Variations
Color information
#DE5575 (or 0xDE5575) is known color: Cranberry. HEX triplet: DE, 55 and 75. RGB value is (222,85,117). Sum of RGB (Red+Green+Blue) = 222+85+117=424 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.36% from 424); Green value is 85 (33.59% from 255 or 20.05% from 424); Blue value is 117 (46.09% from 255 or 27.59% from 424); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5575 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE5575 is #21AA8A. Grayscale: #818181. Windows color (decimal): -2206347 or 7689694. OLE color: 7689694.
HSL color Cylindrical-coordinate representation of color #DE5575: hue angle of 345.99º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DE5575 is Cyan = 0, Magento = 0.62, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 85 | 117 | - |
| CMYK | 0 | 0.62 | 0.47 | 0.13 |
| HSL | 345.99º | 0.67% | 0.6% | - |
| HSV(B) | 345.99º | 0.62% | 0.87% | - |
| XYZ | 36.58 | 23.31 | 19.4 | - |
| YUV | 129.61 | 120.89 | 193.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 85 | 117 | 0 | 0.62 | 0.47 | 0.13 | 345.99 | 0.67 | 0.6 |
| Hex | DE | 55 | 75 | 0 | 3E | 2F | D | 15A | 43 | 3C |
| Octal | 336 | 125 | 165 | 0 | 76 | 57 | 15 | 532 | 103 | 74 |
| Binary | 11011110 | 1010101 | 1110101 | 0 | 111110 | 101111 | 1101 | 101011010 | 1000011 | 111100 |
Color Harmonies of #DE5575
Complementary color
Monochromatic Colors of #DE5575
Black with #DE5575
Text Example
Text Example
White with #DE5575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE5575; }
p { color: rgb(222,85,117); }
H1.HeaderClassName
{
color: #DE5575;
}
.AnyTagClassName
{
color: #DE5575;
}
</style>
background-color css
<style>
a { background-color: #DE5575; }
a { background-color: rgb(222,85,117); }
div.DivClassName
{
background-color: #DE5575;
}
.BgClassName
{
background-color: #DE5575;
}
</style>
border-color css
<style>
span { border-color: #DE5575; }
span { border-color: rgb(222,85,117); }
td.TdClassName
{
border-color: #DE5575;
}
.TagClassName
{
border-color: #DE5575;
}
</style>