Shades of Cranberry #DF4C7C
Tints of Cranberry #DF4C7C
RGB
CMYK
RGB Variations
Color information
#DF4C7C (or 0xDF4C7C) is known color: Cranberry. HEX triplet: DF, 4C and 7C. RGB value is (223,76,124). Sum of RGB (Red+Green+Blue) = 223+76+124=423 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.72% from 423); Green value is 76 (30.08% from 255 or 17.97% from 423); Blue value is 124 (48.83% from 255 or 29.31% from 423); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4C7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF4C7C is #20B383. Grayscale: #7D7D7D. Windows color (decimal): -2143108 or 8146143. OLE color: 8146143.
HSL color Cylindrical-coordinate representation of color #DF4C7C: hue angle of 340.41º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DF4C7C is Cyan = 0, Magento = 0.66, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 76 | 124 | - |
| CMYK | 0 | 0.66 | 0.44 | 0.13 |
| HSL | 340.41º | 0.7% | 0.59% | - |
| HSV(B) | 340.41º | 0.66% | 0.87% | - |
| XYZ | 36.65 | 22.31 | 21.44 | - |
| YUV | 125.43 | 127.2 | 197.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 76 | 124 | 0 | 0.66 | 0.44 | 0.13 | 340.41 | 0.7 | 0.59 |
| Hex | DF | 4C | 7C | 0 | 42 | 2C | D | 154 | 46 | 3B |
| Octal | 337 | 114 | 174 | 0 | 102 | 54 | 15 | 524 | 106 | 73 |
| Binary | 11011111 | 1001100 | 1111100 | 0 | 1000010 | 101100 | 1101 | 101010100 | 1000110 | 111011 |
Color Harmonies of #DF4C7C
Complementary color
Monochromatic Colors of #DF4C7C
Black with #DF4C7C
Text Example
Text Example
White with #DF4C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4C7C; }
p { color: rgb(223,76,124); }
H1.HeaderClassName
{
color: #DF4C7C;
}
.AnyTagClassName
{
color: #DF4C7C;
}
</style>
background-color css
<style>
a { background-color: #DF4C7C; }
a { background-color: rgb(223,76,124); }
div.DivClassName
{
background-color: #DF4C7C;
}
.BgClassName
{
background-color: #DF4C7C;
}
</style>
border-color css
<style>
span { border-color: #DF4C7C; }
span { border-color: rgb(223,76,124); }
td.TdClassName
{
border-color: #DF4C7C;
}
.TagClassName
{
border-color: #DF4C7C;
}
</style>