Shades of Cranberry #DE5577
Tints of Cranberry #DE5577
RGB
CMYK
RGB Variations
Color information
#DE5577 (or 0xDE5577) is known color: Cranberry. HEX triplet: DE, 55 and 77. RGB value is (222,85,119). Sum of RGB (Red+Green+Blue) = 222+85+119=426 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.11% from 426); Green value is 85 (33.59% from 255 or 19.95% from 426); Blue value is 119 (46.88% from 255 or 27.93% from 426); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5577 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE5577 is #21AA88. Grayscale: #818181. Windows color (decimal): -2206345 or 7820766. OLE color: 7820766.
HSL color Cylindrical-coordinate representation of color #DE5577: hue angle of 345.11º 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 #DE5577 is Cyan = 0, Magento = 0.62, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 85 | 119 | - |
| CMYK | 0 | 0.62 | 0.46 | 0.13 |
| HSL | 345.11º | 0.67% | 0.6% | - |
| HSV(B) | 345.11º | 0.62% | 0.87% | - |
| XYZ | 36.7 | 23.36 | 20.03 | - |
| YUV | 129.84 | 121.89 | 193.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 85 | 119 | 0 | 0.62 | 0.46 | 0.13 | 345.11 | 0.67 | 0.6 |
| Hex | DE | 55 | 77 | 0 | 3E | 2E | D | 159 | 43 | 3C |
| Octal | 336 | 125 | 167 | 0 | 76 | 56 | 15 | 531 | 103 | 74 |
| Binary | 11011110 | 1010101 | 1110111 | 0 | 111110 | 101110 | 1101 | 101011001 | 1000011 | 111100 |
Color Harmonies of #DE5577
Complementary color
Monochromatic Colors of #DE5577
Black with #DE5577
Text Example
Text Example
White with #DE5577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE5577; }
p { color: rgb(222,85,119); }
H1.HeaderClassName
{
color: #DE5577;
}
.AnyTagClassName
{
color: #DE5577;
}
</style>
background-color css
<style>
a { background-color: #DE5577; }
a { background-color: rgb(222,85,119); }
div.DivClassName
{
background-color: #DE5577;
}
.BgClassName
{
background-color: #DE5577;
}
</style>
border-color css
<style>
span { border-color: #DE5577; }
span { border-color: rgb(222,85,119); }
td.TdClassName
{
border-color: #DE5577;
}
.TagClassName
{
border-color: #DE5577;
}
</style>