Shades of Cranberry #DE5178
Tints of Cranberry #DE5178
RGB
CMYK
RGB Variations
Color information
#DE5178 (or 0xDE5178) is known color: Cranberry. HEX triplet: DE, 51 and 78. RGB value is (222,81,120). Sum of RGB (Red+Green+Blue) = 222+81+120=423 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.48% from 423); Green value is 81 (32.03% from 255 or 19.15% from 423); Blue value is 120 (47.27% from 255 or 28.37% from 423); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5178 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE5178 is #21AE87. Grayscale: #7F7F7F. Windows color (decimal): -2207368 or 7885278. OLE color: 7885278.
HSL color Cylindrical-coordinate representation of color #DE5178: hue angle of 343.4º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DE5178 is Cyan = 0, Magento = 0.64, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 81 | 120 | - |
| CMYK | 0 | 0.64 | 0.46 | 0.13 |
| HSL | 343.4º | 0.68% | 0.59% | - |
| HSV(B) | 343.4º | 0.64% | 0.87% | - |
| XYZ | 36.46 | 22.77 | 20.24 | - |
| YUV | 127.61 | 123.71 | 195.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 81 | 120 | 0 | 0.64 | 0.46 | 0.13 | 343.4 | 0.68 | 0.59 |
| Hex | DE | 51 | 78 | 0 | 40 | 2E | D | 157 | 44 | 3B |
| Octal | 336 | 121 | 170 | 0 | 100 | 56 | 15 | 527 | 104 | 73 |
| Binary | 11011110 | 1010001 | 1111000 | 0 | 1000000 | 101110 | 1101 | 101010111 | 1000100 | 111011 |
Color Harmonies of #DE5178
Complementary color
Monochromatic Colors of #DE5178
Black with #DE5178
Text Example
Text Example
White with #DE5178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE5178; }
p { color: rgb(222,81,120); }
H1.HeaderClassName
{
color: #DE5178;
}
.AnyTagClassName
{
color: #DE5178;
}
</style>
background-color css
<style>
a { background-color: #DE5178; }
a { background-color: rgb(222,81,120); }
div.DivClassName
{
background-color: #DE5178;
}
.BgClassName
{
background-color: #DE5178;
}
</style>
border-color css
<style>
span { border-color: #DE5178; }
span { border-color: rgb(222,81,120); }
td.TdClassName
{
border-color: #DE5178;
}
.TagClassName
{
border-color: #DE5178;
}
</style>