Shades of Cranberry #DE5870
Tints of Cranberry #DE5870
RGB
CMYK
RGB Variations
Color information
#DE5870 (or 0xDE5870) is known color: Cranberry. HEX triplet: DE, 58 and 70. RGB value is (222,88,112). Sum of RGB (Red+Green+Blue) = 222+88+112=422 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.61% from 422); Green value is 88 (34.77% from 255 or 20.85% from 422); Blue value is 112 (44.14% from 255 or 26.54% from 422); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5870 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE5870 is #21A78F. Grayscale: #828282. Windows color (decimal): -2205584 or 7362782. OLE color: 7362782.
HSL color Cylindrical-coordinate representation of color #DE5870: hue angle of 349.25º 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 #DE5870 is Cyan = 0, Magento = 0.60, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 88 | 112 | - |
| CMYK | 0 | 0.60 | 0.50 | 0.13 |
| HSL | 349.25º | 0.67% | 0.61% | - |
| HSV(B) | 349.25º | 0.6% | 0.87% | - |
| XYZ | 36.54 | 23.68 | 17.97 | - |
| YUV | 130.8 | 117.39 | 193.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 88 | 112 | 0 | 0.60 | 0.50 | 0.13 | 349.25 | 0.67 | 0.61 |
| Hex | DE | 58 | 70 | 0 | 3C | 32 | D | 15D | 43 | 3D |
| Octal | 336 | 130 | 160 | 0 | 74 | 62 | 15 | 535 | 103 | 75 |
| Binary | 11011110 | 1011000 | 1110000 | 0 | 111100 | 110010 | 1101 | 101011101 | 1000011 | 111101 |
Color Harmonies of #DE5870
Complementary color
Monochromatic Colors of #DE5870
Black with #DE5870
Text Example
Text Example
White with #DE5870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE5870; }
p { color: rgb(222,88,112); }
H1.HeaderClassName
{
color: #DE5870;
}
.AnyTagClassName
{
color: #DE5870;
}
</style>
background-color css
<style>
a { background-color: #DE5870; }
a { background-color: rgb(222,88,112); }
div.DivClassName
{
background-color: #DE5870;
}
.BgClassName
{
background-color: #DE5870;
}
</style>
border-color css
<style>
span { border-color: #DE5870; }
span { border-color: rgb(222,88,112); }
td.TdClassName
{
border-color: #DE5870;
}
.TagClassName
{
border-color: #DE5870;
}
</style>