Shades of Cranberry #DE5380
Tints of Cranberry #DE5380
RGB
CMYK
RGB Variations
Color information
#DE5380 (or 0xDE5380) is known color: Cranberry. HEX triplet: DE, 53 and 80. RGB value is (222,83,128). Sum of RGB (Red+Green+Blue) = 222+83+128=433 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.27% from 433); Green value is 83 (32.81% from 255 or 19.17% from 433); Blue value is 128 (50.39% from 255 or 29.56% from 433); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5380 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE5380 is #21AC7F. Grayscale: #818181. Windows color (decimal): -2206848 or 8410078. OLE color: 8410078.
HSL color Cylindrical-coordinate representation of color #DE5380: hue angle of 340.58º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DE5380 is Cyan = 0, Magento = 0.63, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 83 | 128 | - |
| CMYK | 0 | 0.63 | 0.42 | 0.13 |
| HSL | 340.58º | 0.68% | 0.6% | - |
| HSV(B) | 340.58º | 0.63% | 0.87% | - |
| XYZ | 37.11 | 23.27 | 22.96 | - |
| YUV | 129.69 | 127.05 | 193.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 83 | 128 | 0 | 0.63 | 0.42 | 0.13 | 340.58 | 0.68 | 0.6 |
| Hex | DE | 53 | 80 | 0 | 3F | 2A | D | 155 | 44 | 3C |
| Octal | 336 | 123 | 200 | 0 | 77 | 52 | 15 | 525 | 104 | 74 |
| Binary | 11011110 | 1010011 | 10000000 | 0 | 111111 | 101010 | 1101 | 101010101 | 1000100 | 111100 |
Color Harmonies of #DE5380
Complementary color
Monochromatic Colors of #DE5380
Black with #DE5380
Text Example
Text Example
White with #DE5380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE5380; }
p { color: rgb(222,83,128); }
H1.HeaderClassName
{
color: #DE5380;
}
.AnyTagClassName
{
color: #DE5380;
}
</style>
background-color css
<style>
a { background-color: #DE5380; }
a { background-color: rgb(222,83,128); }
div.DivClassName
{
background-color: #DE5380;
}
.BgClassName
{
background-color: #DE5380;
}
</style>
border-color css
<style>
span { border-color: #DE5380; }
span { border-color: rgb(222,83,128); }
td.TdClassName
{
border-color: #DE5380;
}
.TagClassName
{
border-color: #DE5380;
}
</style>