Shades of Cranberry #DE407C
Tints of Cranberry #DE407C
RGB
CMYK
RGB Variations
Color information
#DE407C (or 0xDE407C) is known color: Cranberry. HEX triplet: DE, 40 and 7C. RGB value is (222,64,124). Sum of RGB (Red+Green+Blue) = 222+64+124=410 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.15% from 410); Green value is 64 (25.39% from 255 or 15.61% from 410); Blue value is 124 (48.83% from 255 or 30.24% from 410); Max value from RGB is 222 - color contains mainly: red. Hex color #DE407C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE407C is #21BF83. Grayscale: #757575. Windows color (decimal): -2211716 or 8143070. OLE color: 8143070.
HSL color Cylindrical-coordinate representation of color #DE407C: hue angle of 337.22º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DE407C is Cyan = 0, Magento = 0.71, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 64 | 124 | - |
| CMYK | 0 | 0.71 | 0.44 | 0.13 |
| HSL | 337.22º | 0.71% | 0.56% | - |
| HSV(B) | 337.22º | 0.71% | 0.87% | - |
| XYZ | 35.6 | 20.65 | 21.18 | - |
| YUV | 118.08 | 131.35 | 202.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 64 | 124 | 0 | 0.71 | 0.44 | 0.13 | 337.22 | 0.71 | 0.56 |
| Hex | DE | 40 | 7C | 0 | 47 | 2C | D | 151 | 47 | 38 |
| Octal | 336 | 100 | 174 | 0 | 107 | 54 | 15 | 521 | 107 | 70 |
| Binary | 11011110 | 1000000 | 1111100 | 0 | 1000111 | 101100 | 1101 | 101010001 | 1000111 | 111000 |
Color Harmonies of #DE407C
Complementary color
Monochromatic Colors of #DE407C
Black with #DE407C
Text Example
Text Example
White with #DE407C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE407C; }
p { color: rgb(222,64,124); }
H1.HeaderClassName
{
color: #DE407C;
}
.AnyTagClassName
{
color: #DE407C;
}
</style>
background-color css
<style>
a { background-color: #DE407C; }
a { background-color: rgb(222,64,124); }
div.DivClassName
{
background-color: #DE407C;
}
.BgClassName
{
background-color: #DE407C;
}
</style>
border-color css
<style>
span { border-color: #DE407C; }
span { border-color: rgb(222,64,124); }
td.TdClassName
{
border-color: #DE407C;
}
.TagClassName
{
border-color: #DE407C;
}
</style>