Shades of Cranberry #DE5E7A
Tints of Cranberry #DE5E7A
RGB
CMYK
RGB Variations
Color information
#DE5E7A (or 0xDE5E7A) is known color: Cranberry. HEX triplet: DE, 5E and 7A. RGB value is (222,94,122). Sum of RGB (Red+Green+Blue) = 222+94+122=438 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.68% from 438); Green value is 94 (37.11% from 255 or 21.46% from 438); Blue value is 122 (48.05% from 255 or 27.85% from 438); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5E7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE5E7A is #21A185. Grayscale: #878787. Windows color (decimal): -2204038 or 8019678. OLE color: 8019678.
HSL color Cylindrical-coordinate representation of color #DE5E7A: hue angle of 346.88º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DE5E7A is Cyan = 0, Magento = 0.58, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 94 | 122 | - |
| CMYK | 0 | 0.58 | 0.45 | 0.13 |
| HSL | 346.88º | 0.66% | 0.62% | - |
| HSV(B) | 346.88º | 0.58% | 0.87% | - |
| XYZ | 37.64 | 24.94 | 21.24 | - |
| YUV | 135.46 | 120.41 | 189.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 94 | 122 | 0 | 0.58 | 0.45 | 0.13 | 346.88 | 0.66 | 0.62 |
| Hex | DE | 5E | 7A | 0 | 3A | 2D | D | 15B | 42 | 3E |
| Octal | 336 | 136 | 172 | 0 | 72 | 55 | 15 | 533 | 102 | 76 |
| Binary | 11011110 | 1011110 | 1111010 | 0 | 111010 | 101101 | 1101 | 101011011 | 1000010 | 111110 |
Color Harmonies of #DE5E7A
Complementary color
Monochromatic Colors of #DE5E7A
Black with #DE5E7A
Text Example
Text Example
White with #DE5E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE5E7A; }
p { color: rgb(222,94,122); }
H1.HeaderClassName
{
color: #DE5E7A;
}
.AnyTagClassName
{
color: #DE5E7A;
}
</style>
background-color css
<style>
a { background-color: #DE5E7A; }
a { background-color: rgb(222,94,122); }
div.DivClassName
{
background-color: #DE5E7A;
}
.BgClassName
{
background-color: #DE5E7A;
}
</style>
border-color css
<style>
span { border-color: #DE5E7A; }
span { border-color: rgb(222,94,122); }
td.TdClassName
{
border-color: #DE5E7A;
}
.TagClassName
{
border-color: #DE5E7A;
}
</style>