Shades of Cranberry #DE5673
Tints of Cranberry #DE5673
RGB
CMYK
RGB Variations
Color information
#DE5673 (or 0xDE5673) is known color: Cranberry. HEX triplet: DE, 56 and 73. RGB value is (222,86,115). Sum of RGB (Red+Green+Blue) = 222+86+115=423 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.48% from 423); Green value is 86 (33.98% from 255 or 20.33% from 423); Blue value is 115 (45.31% from 255 or 27.19% from 423); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5673 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE5673 is #21A98C. Grayscale: #818181. Windows color (decimal): -2206093 or 7558878. OLE color: 7558878.
HSL color Cylindrical-coordinate representation of color #DE5673: hue angle of 347.21º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DE5673 is Cyan = 0, Magento = 0.61, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 86 | 115 | - |
| CMYK | 0 | 0.61 | 0.48 | 0.13 |
| HSL | 347.21º | 0.67% | 0.6% | - |
| HSV(B) | 347.21º | 0.61% | 0.87% | - |
| XYZ | 36.55 | 23.42 | 18.81 | - |
| YUV | 129.97 | 119.56 | 193.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 86 | 115 | 0 | 0.61 | 0.48 | 0.13 | 347.21 | 0.67 | 0.6 |
| Hex | DE | 56 | 73 | 0 | 3D | 30 | D | 15B | 43 | 3C |
| Octal | 336 | 126 | 163 | 0 | 75 | 60 | 15 | 533 | 103 | 74 |
| Binary | 11011110 | 1010110 | 1110011 | 0 | 111101 | 110000 | 1101 | 101011011 | 1000011 | 111100 |
Color Harmonies of #DE5673
Complementary color
Monochromatic Colors of #DE5673
Black with #DE5673
Text Example
Text Example
White with #DE5673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE5673; }
p { color: rgb(222,86,115); }
H1.HeaderClassName
{
color: #DE5673;
}
.AnyTagClassName
{
color: #DE5673;
}
</style>
background-color css
<style>
a { background-color: #DE5673; }
a { background-color: rgb(222,86,115); }
div.DivClassName
{
background-color: #DE5673;
}
.BgClassName
{
background-color: #DE5673;
}
</style>
border-color css
<style>
span { border-color: #DE5673; }
span { border-color: rgb(222,86,115); }
td.TdClassName
{
border-color: #DE5673;
}
.TagClassName
{
border-color: #DE5673;
}
</style>