Shades of Cranberry #DE587B
Tints of Cranberry #DE587B
RGB
CMYK
RGB Variations
Color information
#DE587B (or 0xDE587B) is known color: Cranberry. HEX triplet: DE, 58 and 7B. RGB value is (222,88,123). Sum of RGB (Red+Green+Blue) = 222+88+123=433 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.27% from 433); Green value is 88 (34.77% from 255 or 20.32% from 433); Blue value is 123 (48.44% from 255 or 28.41% from 433); Max value from RGB is 222 - color contains mainly: red. Hex color #DE587B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE587B is #21A784. Grayscale: #848484. Windows color (decimal): -2205573 or 8083678. OLE color: 8083678.
HSL color Cylindrical-coordinate representation of color #DE587B: hue angle of 344.33º 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 #DE587B is Cyan = 0, Magento = 0.60, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 88 | 123 | - |
| CMYK | 0 | 0.60 | 0.45 | 0.13 |
| HSL | 344.33º | 0.67% | 0.61% | - |
| HSV(B) | 344.33º | 0.6% | 0.87% | - |
| XYZ | 37.19 | 23.94 | 21.4 | - |
| YUV | 132.06 | 122.89 | 192.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 88 | 123 | 0 | 0.60 | 0.45 | 0.13 | 344.33 | 0.67 | 0.61 |
| Hex | DE | 58 | 7B | 0 | 3C | 2D | D | 158 | 43 | 3D |
| Octal | 336 | 130 | 173 | 0 | 74 | 55 | 15 | 530 | 103 | 75 |
| Binary | 11011110 | 1011000 | 1111011 | 0 | 111100 | 101101 | 1101 | 101011000 | 1000011 | 111101 |
Color Harmonies of #DE587B
Complementary color
Monochromatic Colors of #DE587B
Black with #DE587B
Text Example
Text Example
White with #DE587B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE587B; }
p { color: rgb(222,88,123); }
H1.HeaderClassName
{
color: #DE587B;
}
.AnyTagClassName
{
color: #DE587B;
}
</style>
background-color css
<style>
a { background-color: #DE587B; }
a { background-color: rgb(222,88,123); }
div.DivClassName
{
background-color: #DE587B;
}
.BgClassName
{
background-color: #DE587B;
}
</style>
border-color css
<style>
span { border-color: #DE587B; }
span { border-color: rgb(222,88,123); }
td.TdClassName
{
border-color: #DE587B;
}
.TagClassName
{
border-color: #DE587B;
}
</style>