Shades of Cranberry #DF447A
Tints of Cranberry #DF447A
RGB
CMYK
RGB Variations
Color information
#DF447A (or 0xDF447A) is known color: Cranberry. HEX triplet: DF, 44 and 7A. RGB value is (223,68,122). Sum of RGB (Red+Green+Blue) = 223+68+122=413 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.00% from 413); Green value is 68 (26.95% from 255 or 16.46% from 413); Blue value is 122 (48.05% from 255 or 29.54% from 413); Max value from RGB is 223 - color contains mainly: red. Hex color #DF447A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF447A is #20BB85. Grayscale: #787878. Windows color (decimal): -2145158 or 8013023. OLE color: 8013023.
HSL color Cylindrical-coordinate representation of color #DF447A: hue angle of 339.1º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DF447A is Cyan = 0, Magento = 0.70, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 68 | 122 | - |
| CMYK | 0 | 0.70 | 0.45 | 0.13 |
| HSL | 339.1º | 0.71% | 0.57% | - |
| HSV(B) | 339.1º | 0.7% | 0.87% | - |
| XYZ | 36.01 | 21.23 | 20.61 | - |
| YUV | 120.5 | 128.85 | 201.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 68 | 122 | 0 | 0.70 | 0.45 | 0.13 | 339.1 | 0.71 | 0.57 |
| Hex | DF | 44 | 7A | 0 | 46 | 2D | D | 153 | 47 | 39 |
| Octal | 337 | 104 | 172 | 0 | 106 | 55 | 15 | 523 | 107 | 71 |
| Binary | 11011111 | 1000100 | 1111010 | 0 | 1000110 | 101101 | 1101 | 101010011 | 1000111 | 111001 |
Color Harmonies of #DF447A
Complementary color
Monochromatic Colors of #DF447A
Black with #DF447A
Text Example
Text Example
White with #DF447A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF447A; }
p { color: rgb(223,68,122); }
H1.HeaderClassName
{
color: #DF447A;
}
.AnyTagClassName
{
color: #DF447A;
}
</style>
background-color css
<style>
a { background-color: #DF447A; }
a { background-color: rgb(223,68,122); }
div.DivClassName
{
background-color: #DF447A;
}
.BgClassName
{
background-color: #DF447A;
}
</style>
border-color css
<style>
span { border-color: #DF447A; }
span { border-color: rgb(223,68,122); }
td.TdClassName
{
border-color: #DF447A;
}
.TagClassName
{
border-color: #DF447A;
}
</style>