Shades of Cranberry #DE557A
Tints of Cranberry #DE557A
RGB
CMYK
RGB Variations
Color information
#DE557A (or 0xDE557A) is known color: Cranberry. HEX triplet: DE, 55 and 7A. RGB value is (222,85,122). Sum of RGB (Red+Green+Blue) = 222+85+122=429 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.75% from 429); Green value is 85 (33.59% from 255 or 19.81% from 429); Blue value is 122 (48.05% from 255 or 28.44% from 429); Max value from RGB is 222 - color contains mainly: red. Hex color #DE557A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE557A is #21AA85. Grayscale: #828282. Windows color (decimal): -2206342 or 8017374. OLE color: 8017374.
HSL color Cylindrical-coordinate representation of color #DE557A: hue angle of 343.8º 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 #DE557A is Cyan = 0, Magento = 0.62, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 85 | 122 | - |
| CMYK | 0 | 0.62 | 0.45 | 0.13 |
| HSL | 343.8º | 0.67% | 0.6% | - |
| HSV(B) | 343.8º | 0.62% | 0.87% | - |
| XYZ | 36.89 | 23.43 | 20.99 | - |
| YUV | 130.18 | 123.39 | 193.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 85 | 122 | 0 | 0.62 | 0.45 | 0.13 | 343.8 | 0.67 | 0.6 |
| Hex | DE | 55 | 7A | 0 | 3E | 2D | D | 158 | 43 | 3C |
| Octal | 336 | 125 | 172 | 0 | 76 | 55 | 15 | 530 | 103 | 74 |
| Binary | 11011110 | 1010101 | 1111010 | 0 | 111110 | 101101 | 1101 | 101011000 | 1000011 | 111100 |
Color Harmonies of #DE557A
Complementary color
Monochromatic Colors of #DE557A
Black with #DE557A
Text Example
Text Example
White with #DE557A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE557A; }
p { color: rgb(222,85,122); }
H1.HeaderClassName
{
color: #DE557A;
}
.AnyTagClassName
{
color: #DE557A;
}
</style>
background-color css
<style>
a { background-color: #DE557A; }
a { background-color: rgb(222,85,122); }
div.DivClassName
{
background-color: #DE557A;
}
.BgClassName
{
background-color: #DE557A;
}
</style>
border-color css
<style>
span { border-color: #DE557A; }
span { border-color: rgb(222,85,122); }
td.TdClassName
{
border-color: #DE557A;
}
.TagClassName
{
border-color: #DE557A;
}
</style>