Shades of Cranberry #DF497A
Tints of Cranberry #DF497A
RGB
CMYK
RGB Variations
Color information
#DF497A (or 0xDF497A) is known color: Cranberry. HEX triplet: DF, 49 and 7A. RGB value is (223,73,122). Sum of RGB (Red+Green+Blue) = 223+73+122=418 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.35% from 418); Green value is 73 (28.91% from 255 or 17.46% from 418); Blue value is 122 (48.05% from 255 or 29.19% from 418); Max value from RGB is 223 - color contains mainly: red. Hex color #DF497A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF497A is #20B685. Grayscale: #7B7B7B. Windows color (decimal): -2143878 or 8014303. OLE color: 8014303.
HSL color Cylindrical-coordinate representation of color #DF497A: hue angle of 340.4º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DF497A is Cyan = 0, Magento = 0.67, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 73 | 122 | - |
| CMYK | 0 | 0.67 | 0.45 | 0.13 |
| HSL | 340.4º | 0.7% | 0.58% | - |
| HSV(B) | 340.4º | 0.67% | 0.87% | - |
| XYZ | 36.33 | 21.86 | 20.72 | - |
| YUV | 123.44 | 127.2 | 199.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 73 | 122 | 0 | 0.67 | 0.45 | 0.13 | 340.4 | 0.7 | 0.58 |
| Hex | DF | 49 | 7A | 0 | 43 | 2D | D | 154 | 46 | 3A |
| Octal | 337 | 111 | 172 | 0 | 103 | 55 | 15 | 524 | 106 | 72 |
| Binary | 11011111 | 1001001 | 1111010 | 0 | 1000011 | 101101 | 1101 | 101010100 | 1000110 | 111010 |
Color Harmonies of #DF497A
Complementary color
Monochromatic Colors of #DF497A
Black with #DF497A
Text Example
Text Example
White with #DF497A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF497A; }
p { color: rgb(223,73,122); }
H1.HeaderClassName
{
color: #DF497A;
}
.AnyTagClassName
{
color: #DF497A;
}
</style>
background-color css
<style>
a { background-color: #DF497A; }
a { background-color: rgb(223,73,122); }
div.DivClassName
{
background-color: #DF497A;
}
.BgClassName
{
background-color: #DF497A;
}
</style>
border-color css
<style>
span { border-color: #DF497A; }
span { border-color: rgb(223,73,122); }
td.TdClassName
{
border-color: #DF497A;
}
.TagClassName
{
border-color: #DF497A;
}
</style>