Shades of Cranberry #DF4079
Tints of Cranberry #DF4079
RGB
CMYK
RGB Variations
Color information
#DF4079 (or 0xDF4079) is known color: Cranberry. HEX triplet: DF, 40 and 79. RGB value is (223,64,121). Sum of RGB (Red+Green+Blue) = 223+64+121=408 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.66% from 408); Green value is 64 (25.39% from 255 or 15.69% from 408); Blue value is 121 (47.66% from 255 or 29.66% from 408); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4079 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF4079 is #20BF86. Grayscale: #757575. Windows color (decimal): -2146183 or 7946463. OLE color: 7946463.
HSL color Cylindrical-coordinate representation of color #DF4079: hue angle of 338.49º 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 #DF4079 is Cyan = 0, Magento = 0.71, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 64 | 121 | - |
| CMYK | 0 | 0.71 | 0.46 | 0.13 |
| HSL | 338.49º | 0.71% | 0.56% | - |
| HSV(B) | 338.49º | 0.71% | 0.87% | - |
| XYZ | 35.72 | 20.74 | 20.21 | - |
| YUV | 118.04 | 129.68 | 202.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 64 | 121 | 0 | 0.71 | 0.46 | 0.13 | 338.49 | 0.71 | 0.56 |
| Hex | DF | 40 | 79 | 0 | 47 | 2E | D | 152 | 47 | 38 |
| Octal | 337 | 100 | 171 | 0 | 107 | 56 | 15 | 522 | 107 | 70 |
| Binary | 11011111 | 1000000 | 1111001 | 0 | 1000111 | 101110 | 1101 | 101010010 | 1000111 | 111000 |
Color Harmonies of #DF4079
Complementary color
Monochromatic Colors of #DF4079
Black with #DF4079
Text Example
Text Example
White with #DF4079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4079; }
p { color: rgb(223,64,121); }
H1.HeaderClassName
{
color: #DF4079;
}
.AnyTagClassName
{
color: #DF4079;
}
</style>
background-color css
<style>
a { background-color: #DF4079; }
a { background-color: rgb(223,64,121); }
div.DivClassName
{
background-color: #DF4079;
}
.BgClassName
{
background-color: #DF4079;
}
</style>
border-color css
<style>
span { border-color: #DF4079; }
span { border-color: rgb(223,64,121); }
td.TdClassName
{
border-color: #DF4079;
}
.TagClassName
{
border-color: #DF4079;
}
</style>