Shades of Cranberry #DE5574
Tints of Cranberry #DE5574
RGB
CMYK
RGB Variations
Color information
#DE5574 (or 0xDE5574) is known color: Cranberry. HEX triplet: DE, 55 and 74. RGB value is (222,85,116). Sum of RGB (Red+Green+Blue) = 222+85+116=423 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.48% from 423); Green value is 85 (33.59% from 255 or 20.09% from 423); Blue value is 116 (45.70% from 255 or 27.42% from 423); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5574 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE5574 is #21AA8B. Grayscale: #818181. Windows color (decimal): -2206348 or 7624158. OLE color: 7624158.
HSL color Cylindrical-coordinate representation of color #DE5574: hue angle of 346.42º 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 #DE5574 is Cyan = 0, Magento = 0.62, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 85 | 116 | - |
| CMYK | 0 | 0.62 | 0.48 | 0.13 |
| HSL | 346.42º | 0.67% | 0.6% | - |
| HSV(B) | 346.42º | 0.62% | 0.87% | - |
| XYZ | 36.53 | 23.29 | 19.09 | - |
| YUV | 129.5 | 120.39 | 193.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 85 | 116 | 0 | 0.62 | 0.48 | 0.13 | 346.42 | 0.67 | 0.6 |
| Hex | DE | 55 | 74 | 0 | 3E | 30 | D | 15A | 43 | 3C |
| Octal | 336 | 125 | 164 | 0 | 76 | 60 | 15 | 532 | 103 | 74 |
| Binary | 11011110 | 1010101 | 1110100 | 0 | 111110 | 110000 | 1101 | 101011010 | 1000011 | 111100 |
Color Harmonies of #DE5574
Complementary color
Monochromatic Colors of #DE5574
Black with #DE5574
Text Example
Text Example
White with #DE5574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE5574; }
p { color: rgb(222,85,116); }
H1.HeaderClassName
{
color: #DE5574;
}
.AnyTagClassName
{
color: #DE5574;
}
</style>
background-color css
<style>
a { background-color: #DE5574; }
a { background-color: rgb(222,85,116); }
div.DivClassName
{
background-color: #DE5574;
}
.BgClassName
{
background-color: #DE5574;
}
</style>
border-color css
<style>
span { border-color: #DE5574; }
span { border-color: rgb(222,85,116); }
td.TdClassName
{
border-color: #DE5574;
}
.TagClassName
{
border-color: #DE5574;
}
</style>