Shades of Cranberry #DE4D7B
Tints of Cranberry #DE4D7B
RGB
CMYK
RGB Variations
Color information
#DE4D7B (or 0xDE4D7B) is known color: Cranberry. HEX triplet: DE, 4D and 7B. RGB value is (222,77,123). Sum of RGB (Red+Green+Blue) = 222+77+123=422 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.61% from 422); Green value is 77 (30.47% from 255 or 18.25% from 422); Blue value is 123 (48.44% from 255 or 29.15% from 422); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4D7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE4D7B is #21B284. Grayscale: #7D7D7D. Windows color (decimal): -2208389 or 8080862. OLE color: 8080862.
HSL color Cylindrical-coordinate representation of color #DE4D7B: hue angle of 340.97º 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 #DE4D7B is Cyan = 0, Magento = 0.65, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 77 | 123 | - |
| CMYK | 0 | 0.65 | 0.45 | 0.13 |
| HSL | 340.97º | 0.69% | 0.59% | - |
| HSV(B) | 340.97º | 0.65% | 0.87% | - |
| XYZ | 36.35 | 22.27 | 21.12 | - |
| YUV | 125.6 | 126.54 | 196.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 77 | 123 | 0 | 0.65 | 0.45 | 0.13 | 340.97 | 0.69 | 0.59 |
| Hex | DE | 4D | 7B | 0 | 41 | 2D | D | 155 | 45 | 3B |
| Octal | 336 | 115 | 173 | 0 | 101 | 55 | 15 | 525 | 105 | 73 |
| Binary | 11011110 | 1001101 | 1111011 | 0 | 1000001 | 101101 | 1101 | 101010101 | 1000101 | 111011 |
Color Harmonies of #DE4D7B
Complementary color
Monochromatic Colors of #DE4D7B
Black with #DE4D7B
Text Example
Text Example
White with #DE4D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE4D7B; }
p { color: rgb(222,77,123); }
H1.HeaderClassName
{
color: #DE4D7B;
}
.AnyTagClassName
{
color: #DE4D7B;
}
</style>
background-color css
<style>
a { background-color: #DE4D7B; }
a { background-color: rgb(222,77,123); }
div.DivClassName
{
background-color: #DE4D7B;
}
.BgClassName
{
background-color: #DE4D7B;
}
</style>
border-color css
<style>
span { border-color: #DE4D7B; }
span { border-color: rgb(222,77,123); }
td.TdClassName
{
border-color: #DE4D7B;
}
.TagClassName
{
border-color: #DE4D7B;
}
</style>