Shades of Cranberry #DE4D71
Tints of Cranberry #DE4D71
RGB
CMYK
RGB Variations
Color information
#DE4D71 (or 0xDE4D71) is known color: Cranberry. HEX triplet: DE, 4D and 71. RGB value is (222,77,113). Sum of RGB (Red+Green+Blue) = 222+77+113=412 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.88% from 412); Green value is 77 (30.47% from 255 or 18.69% from 412); Blue value is 113 (44.53% from 255 or 27.43% from 412); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4D71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE4D71 is #21B28E. Grayscale: #7C7C7C. Windows color (decimal): -2208399 or 7425502. OLE color: 7425502.
HSL color Cylindrical-coordinate representation of color #DE4D71: hue angle of 345.1º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DE4D71 is Cyan = 0, Magento = 0.65, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 77 | 113 | - |
| CMYK | 0 | 0.65 | 0.49 | 0.13 |
| HSL | 345.1º | 0.69% | 0.59% | - |
| HSV(B) | 345.1º | 0.65% | 0.87% | - |
| XYZ | 35.76 | 22.03 | 17.99 | - |
| YUV | 124.46 | 121.54 | 197.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 77 | 113 | 0 | 0.65 | 0.49 | 0.13 | 345.1 | 0.69 | 0.59 |
| Hex | DE | 4D | 71 | 0 | 41 | 31 | D | 159 | 45 | 3B |
| Octal | 336 | 115 | 161 | 0 | 101 | 61 | 15 | 531 | 105 | 73 |
| Binary | 11011110 | 1001101 | 1110001 | 0 | 1000001 | 110001 | 1101 | 101011001 | 1000101 | 111011 |
Color Harmonies of #DE4D71
Complementary color
Monochromatic Colors of #DE4D71
Black with #DE4D71
Text Example
Text Example
White with #DE4D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE4D71; }
p { color: rgb(222,77,113); }
H1.HeaderClassName
{
color: #DE4D71;
}
.AnyTagClassName
{
color: #DE4D71;
}
</style>
background-color css
<style>
a { background-color: #DE4D71; }
a { background-color: rgb(222,77,113); }
div.DivClassName
{
background-color: #DE4D71;
}
.BgClassName
{
background-color: #DE4D71;
}
</style>
border-color css
<style>
span { border-color: #DE4D71; }
span { border-color: rgb(222,77,113); }
td.TdClassName
{
border-color: #DE4D71;
}
.TagClassName
{
border-color: #DE4D71;
}
</style>