Shades of Cranberry #DF4879
Tints of Cranberry #DF4879
RGB
CMYK
RGB Variations
Color information
#DF4879 (or 0xDF4879) is known color: Cranberry. HEX triplet: DF, 48 and 79. RGB value is (223,72,121). Sum of RGB (Red+Green+Blue) = 223+72+121=416 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.61% from 416); Green value is 72 (28.52% from 255 or 17.31% from 416); Blue value is 121 (47.66% from 255 or 29.09% from 416); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4879 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF4879 is #20B786. Grayscale: #7A7A7A. Windows color (decimal): -2144135 or 7948511. OLE color: 7948511.
HSL color Cylindrical-coordinate representation of color #DF4879: hue angle of 340.53º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DF4879 is Cyan = 0, Magento = 0.68, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 72 | 121 | - |
| CMYK | 0 | 0.68 | 0.46 | 0.13 |
| HSL | 340.53º | 0.7% | 0.58% | - |
| HSV(B) | 340.53º | 0.68% | 0.87% | - |
| XYZ | 36.2 | 21.7 | 20.37 | - |
| YUV | 122.74 | 127.03 | 199.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 72 | 121 | 0 | 0.68 | 0.46 | 0.13 | 340.53 | 0.7 | 0.58 |
| Hex | DF | 48 | 79 | 0 | 44 | 2E | D | 155 | 46 | 3A |
| Octal | 337 | 110 | 171 | 0 | 104 | 56 | 15 | 525 | 106 | 72 |
| Binary | 11011111 | 1001000 | 1111001 | 0 | 1000100 | 101110 | 1101 | 101010101 | 1000110 | 111010 |
Color Harmonies of #DF4879
Complementary color
Monochromatic Colors of #DF4879
Black with #DF4879
Text Example
Text Example
White with #DF4879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4879; }
p { color: rgb(223,72,121); }
H1.HeaderClassName
{
color: #DF4879;
}
.AnyTagClassName
{
color: #DF4879;
}
</style>
background-color css
<style>
a { background-color: #DF4879; }
a { background-color: rgb(223,72,121); }
div.DivClassName
{
background-color: #DF4879;
}
.BgClassName
{
background-color: #DF4879;
}
</style>
border-color css
<style>
span { border-color: #DF4879; }
span { border-color: rgb(223,72,121); }
td.TdClassName
{
border-color: #DF4879;
}
.TagClassName
{
border-color: #DF4879;
}
</style>