Shades of Cranberry #DF4E7C
Tints of Cranberry #DF4E7C
RGB
CMYK
RGB Variations
Color information
#DF4E7C (or 0xDF4E7C) is known color: Cranberry. HEX triplet: DF, 4E and 7C. RGB value is (223,78,124). Sum of RGB (Red+Green+Blue) = 223+78+124=425 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.47% from 425); Green value is 78 (30.86% from 255 or 18.35% from 425); Blue value is 124 (48.83% from 255 or 29.18% from 425); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4E7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF4E7C is #20B183. Grayscale: #7E7E7E. Windows color (decimal): -2142596 or 8146655. OLE color: 8146655.
HSL color Cylindrical-coordinate representation of color #DF4E7C: 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 #DF4E7C is Cyan = 0, Magento = 0.65, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 78 | 124 | - |
| CMYK | 0 | 0.65 | 0.44 | 0.13 |
| HSL | 340.97º | 0.69% | 0.59% | - |
| HSV(B) | 340.97º | 0.65% | 0.87% | - |
| XYZ | 36.79 | 22.59 | 21.49 | - |
| YUV | 126.6 | 126.54 | 196.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 78 | 124 | 0 | 0.65 | 0.44 | 0.13 | 340.97 | 0.69 | 0.59 |
| Hex | DF | 4E | 7C | 0 | 41 | 2C | D | 155 | 45 | 3B |
| Octal | 337 | 116 | 174 | 0 | 101 | 54 | 15 | 525 | 105 | 73 |
| Binary | 11011111 | 1001110 | 1111100 | 0 | 1000001 | 101100 | 1101 | 101010101 | 1000101 | 111011 |
Color Harmonies of #DF4E7C
Complementary color
Monochromatic Colors of #DF4E7C
Black with #DF4E7C
Text Example
Text Example
White with #DF4E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4E7C; }
p { color: rgb(223,78,124); }
H1.HeaderClassName
{
color: #DF4E7C;
}
.AnyTagClassName
{
color: #DF4E7C;
}
</style>
background-color css
<style>
a { background-color: #DF4E7C; }
a { background-color: rgb(223,78,124); }
div.DivClassName
{
background-color: #DF4E7C;
}
.BgClassName
{
background-color: #DF4E7C;
}
</style>
border-color css
<style>
span { border-color: #DF4E7C; }
span { border-color: rgb(223,78,124); }
td.TdClassName
{
border-color: #DF4E7C;
}
.TagClassName
{
border-color: #DF4E7C;
}
</style>