Shades of Cranberry #DE597B
Tints of Cranberry #DE597B
RGB
CMYK
RGB Variations
Color information
#DE597B (or 0xDE597B) is known color: Cranberry. HEX triplet: DE, 59 and 7B. RGB value is (222,89,123). Sum of RGB (Red+Green+Blue) = 222+89+123=434 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.15% from 434); Green value is 89 (35.16% from 255 or 20.51% from 434); Blue value is 123 (48.44% from 255 or 28.34% from 434); Max value from RGB is 222 - color contains mainly: red. Hex color #DE597B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE597B is #21A684. Grayscale: #848484. Windows color (decimal): -2205317 or 8083934. OLE color: 8083934.
HSL color Cylindrical-coordinate representation of color #DE597B: hue angle of 344.66º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DE597B is Cyan = 0, Magento = 0.60, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 89 | 123 | - |
| CMYK | 0 | 0.60 | 0.45 | 0.13 |
| HSL | 344.66º | 0.67% | 0.61% | - |
| HSV(B) | 344.66º | 0.6% | 0.87% | - |
| XYZ | 37.27 | 24.1 | 21.43 | - |
| YUV | 132.64 | 122.56 | 191.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 89 | 123 | 0 | 0.60 | 0.45 | 0.13 | 344.66 | 0.67 | 0.61 |
| Hex | DE | 59 | 7B | 0 | 3C | 2D | D | 159 | 43 | 3D |
| Octal | 336 | 131 | 173 | 0 | 74 | 55 | 15 | 531 | 103 | 75 |
| Binary | 11011110 | 1011001 | 1111011 | 0 | 111100 | 101101 | 1101 | 101011001 | 1000011 | 111101 |
Color Harmonies of #DE597B
Complementary color
Monochromatic Colors of #DE597B
Black with #DE597B
Text Example
Text Example
White with #DE597B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE597B; }
p { color: rgb(222,89,123); }
H1.HeaderClassName
{
color: #DE597B;
}
.AnyTagClassName
{
color: #DE597B;
}
</style>
background-color css
<style>
a { background-color: #DE597B; }
a { background-color: rgb(222,89,123); }
div.DivClassName
{
background-color: #DE597B;
}
.BgClassName
{
background-color: #DE597B;
}
</style>
border-color css
<style>
span { border-color: #DE597B; }
span { border-color: rgb(222,89,123); }
td.TdClassName
{
border-color: #DE597B;
}
.TagClassName
{
border-color: #DE597B;
}
</style>