Shades of Cranberry #DF5079
Tints of Cranberry #DF5079
RGB
CMYK
RGB Variations
Color information
#DF5079 (or 0xDF5079) is known color: Cranberry. HEX triplet: DF, 50 and 79. RGB value is (223,80,121). Sum of RGB (Red+Green+Blue) = 223+80+121=424 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.59% from 424); Green value is 80 (31.64% from 255 or 18.87% from 424); Blue value is 121 (47.66% from 255 or 28.54% from 424); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5079 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5079 is #20AF86. Grayscale: #7F7F7F. Windows color (decimal): -2142087 or 7950559. OLE color: 7950559.
HSL color Cylindrical-coordinate representation of color #DF5079: hue angle of 342.8º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DF5079 is Cyan = 0, Magento = 0.64, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 80 | 121 | - |
| CMYK | 0 | 0.64 | 0.46 | 0.13 |
| HSL | 342.8º | 0.69% | 0.59% | - |
| HSV(B) | 342.8º | 0.64% | 0.87% | - |
| XYZ | 36.75 | 22.81 | 20.55 | - |
| YUV | 127.43 | 124.38 | 196.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 80 | 121 | 0 | 0.64 | 0.46 | 0.13 | 342.8 | 0.69 | 0.59 |
| Hex | DF | 50 | 79 | 0 | 40 | 2E | D | 157 | 45 | 3B |
| Octal | 337 | 120 | 171 | 0 | 100 | 56 | 15 | 527 | 105 | 73 |
| Binary | 11011111 | 1010000 | 1111001 | 0 | 1000000 | 101110 | 1101 | 101010111 | 1000101 | 111011 |
Color Harmonies of #DF5079
Complementary color
Monochromatic Colors of #DF5079
Black with #DF5079
Text Example
Text Example
White with #DF5079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5079; }
p { color: rgb(223,80,121); }
H1.HeaderClassName
{
color: #DF5079;
}
.AnyTagClassName
{
color: #DF5079;
}
</style>
background-color css
<style>
a { background-color: #DF5079; }
a { background-color: rgb(223,80,121); }
div.DivClassName
{
background-color: #DF5079;
}
.BgClassName
{
background-color: #DF5079;
}
</style>
border-color css
<style>
span { border-color: #DF5079; }
span { border-color: rgb(223,80,121); }
td.TdClassName
{
border-color: #DF5079;
}
.TagClassName
{
border-color: #DF5079;
}
</style>