Shades of Cranberry #DE4C83
Tints of Cranberry #DE4C83
RGB
CMYK
RGB Variations
Color information
#DE4C83 (or 0xDE4C83) is known color: Cranberry. HEX triplet: DE, 4C and 83. RGB value is (222,76,131). Sum of RGB (Red+Green+Blue) = 222+76+131=429 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.75% from 429); Green value is 76 (30.08% from 255 or 17.72% from 429); Blue value is 131 (51.56% from 255 or 30.54% from 429); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4C83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE4C83 is #21B37C. Grayscale: #7D7D7D. Windows color (decimal): -2208637 or 8604894. OLE color: 8604894.
HSL color Cylindrical-coordinate representation of color #DE4C83: hue angle of 337.4º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DE4C83 is Cyan = 0, Magento = 0.66, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 76 | 131 | - |
| CMYK | 0 | 0.66 | 0.41 | 0.13 |
| HSL | 337.4º | 0.69% | 0.58% | - |
| HSV(B) | 337.4º | 0.66% | 0.87% | - |
| XYZ | 36.81 | 22.34 | 23.84 | - |
| YUV | 125.92 | 130.87 | 196.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 76 | 131 | 0 | 0.66 | 0.41 | 0.13 | 337.4 | 0.69 | 0.58 |
| Hex | DE | 4C | 83 | 0 | 42 | 29 | D | 151 | 45 | 3A |
| Octal | 336 | 114 | 203 | 0 | 102 | 51 | 15 | 521 | 105 | 72 |
| Binary | 11011110 | 1001100 | 10000011 | 0 | 1000010 | 101001 | 1101 | 101010001 | 1000101 | 111010 |
Color Harmonies of #DE4C83
Complementary color
Monochromatic Colors of #DE4C83
Black with #DE4C83
Text Example
Text Example
White with #DE4C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE4C83; }
p { color: rgb(222,76,131); }
H1.HeaderClassName
{
color: #DE4C83;
}
.AnyTagClassName
{
color: #DE4C83;
}
</style>
background-color css
<style>
a { background-color: #DE4C83; }
a { background-color: rgb(222,76,131); }
div.DivClassName
{
background-color: #DE4C83;
}
.BgClassName
{
background-color: #DE4C83;
}
</style>
border-color css
<style>
span { border-color: #DE4C83; }
span { border-color: rgb(222,76,131); }
td.TdClassName
{
border-color: #DE4C83;
}
.TagClassName
{
border-color: #DE4C83;
}
</style>