Shades of Cranberry #DE5777
Tints of Cranberry #DE5777
RGB
CMYK
RGB Variations
Color information
#DE5777 (or 0xDE5777) is known color: Cranberry. HEX triplet: DE, 57 and 77. RGB value is (222,87,119). Sum of RGB (Red+Green+Blue) = 222+87+119=428 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.87% from 428); Green value is 87 (34.38% from 255 or 20.33% from 428); Blue value is 119 (46.88% from 255 or 27.80% from 428); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5777 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE5777 is #21A888. Grayscale: #838383. Windows color (decimal): -2205833 or 7821278. OLE color: 7821278.
HSL color Cylindrical-coordinate representation of color #DE5777: hue angle of 345.78º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DE5777 is Cyan = 0, Magento = 0.61, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 87 | 119 | - |
| CMYK | 0 | 0.61 | 0.46 | 0.13 |
| HSL | 345.78º | 0.67% | 0.61% | - |
| HSV(B) | 345.78º | 0.61% | 0.87% | - |
| XYZ | 36.86 | 23.68 | 20.08 | - |
| YUV | 131.01 | 121.23 | 192.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 87 | 119 | 0 | 0.61 | 0.46 | 0.13 | 345.78 | 0.67 | 0.61 |
| Hex | DE | 57 | 77 | 0 | 3D | 2E | D | 15A | 43 | 3D |
| Octal | 336 | 127 | 167 | 0 | 75 | 56 | 15 | 532 | 103 | 75 |
| Binary | 11011110 | 1010111 | 1110111 | 0 | 111101 | 101110 | 1101 | 101011010 | 1000011 | 111101 |
Color Harmonies of #DE5777
Complementary color
Monochromatic Colors of #DE5777
Black with #DE5777
Text Example
Text Example
White with #DE5777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE5777; }
p { color: rgb(222,87,119); }
H1.HeaderClassName
{
color: #DE5777;
}
.AnyTagClassName
{
color: #DE5777;
}
</style>
background-color css
<style>
a { background-color: #DE5777; }
a { background-color: rgb(222,87,119); }
div.DivClassName
{
background-color: #DE5777;
}
.BgClassName
{
background-color: #DE5777;
}
</style>
border-color css
<style>
span { border-color: #DE5777; }
span { border-color: rgb(222,87,119); }
td.TdClassName
{
border-color: #DE5777;
}
.TagClassName
{
border-color: #DE5777;
}
</style>