Shades of Cranberry #DE5B7A
Tints of Cranberry #DE5B7A
RGB
CMYK
RGB Variations
Color information
#DE5B7A (or 0xDE5B7A) is known color: Cranberry. HEX triplet: DE, 5B and 7A. RGB value is (222,91,122). Sum of RGB (Red+Green+Blue) = 222+91+122=435 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.03% from 435); Green value is 91 (35.94% from 255 or 20.92% from 435); Blue value is 122 (48.05% from 255 or 28.05% from 435); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5B7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE5B7A is #21A485. Grayscale: #858585. Windows color (decimal): -2204806 or 8018910. OLE color: 8018910.
HSL color Cylindrical-coordinate representation of color #DE5B7A: hue angle of 345.8º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DE5B7A is Cyan = 0, Magento = 0.59, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 91 | 122 | - |
| CMYK | 0 | 0.59 | 0.45 | 0.13 |
| HSL | 345.8º | 0.66% | 0.61% | - |
| HSV(B) | 345.8º | 0.59% | 0.87% | - |
| XYZ | 37.38 | 24.42 | 21.16 | - |
| YUV | 133.7 | 121.4 | 190.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 91 | 122 | 0 | 0.59 | 0.45 | 0.13 | 345.8 | 0.66 | 0.61 |
| Hex | DE | 5B | 7A | 0 | 3B | 2D | D | 15A | 42 | 3D |
| Octal | 336 | 133 | 172 | 0 | 73 | 55 | 15 | 532 | 102 | 75 |
| Binary | 11011110 | 1011011 | 1111010 | 0 | 111011 | 101101 | 1101 | 101011010 | 1000010 | 111101 |
Color Harmonies of #DE5B7A
Complementary color
Monochromatic Colors of #DE5B7A
Black with #DE5B7A
Text Example
Text Example
White with #DE5B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE5B7A; }
p { color: rgb(222,91,122); }
H1.HeaderClassName
{
color: #DE5B7A;
}
.AnyTagClassName
{
color: #DE5B7A;
}
</style>
background-color css
<style>
a { background-color: #DE5B7A; }
a { background-color: rgb(222,91,122); }
div.DivClassName
{
background-color: #DE5B7A;
}
.BgClassName
{
background-color: #DE5B7A;
}
</style>
border-color css
<style>
span { border-color: #DE5B7A; }
span { border-color: rgb(222,91,122); }
td.TdClassName
{
border-color: #DE5B7A;
}
.TagClassName
{
border-color: #DE5B7A;
}
</style>