Shades of Cranberry #DF497E
Tints of Cranberry #DF497E
RGB
CMYK
RGB Variations
Color information
#DF497E (or 0xDF497E) is known color: Cranberry. HEX triplet: DF, 49 and 7E. RGB value is (223,73,126). Sum of RGB (Red+Green+Blue) = 223+73+126=422 (55% of max value = 765). Red value is 223 (87.5% from 255 or 52.84% from 422); Green value is 73 (28.91% from 255 or 17.30% from 422); Blue value is 126 (49.61% from 255 or 29.86% from 422); Max value from RGB is 223 - color contains mainly: red. Hex color #DF497E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF497E is #20B681. Grayscale: #7B7B7B. Windows color (decimal): -2143874 or 8276447. OLE color: 8276447.
HSL color Cylindrical-coordinate representation of color #DF497E: hue angle of 338.8º 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 #DF497E is Cyan = 0, Magento = 0.67, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 73 | 126 | - |
| CMYK | 0 | 0.67 | 0.43 | 0.13 |
| HSL | 338.8º | 0.7% | 0.58% | - |
| HSV(B) | 338.8º | 0.67% | 0.87% | - |
| XYZ | 36.58 | 21.96 | 22.05 | - |
| YUV | 123.89 | 129.2 | 198.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 73 | 126 | 0 | 0.67 | 0.43 | 0.13 | 338.8 | 0.7 | 0.58 |
| Hex | DF | 49 | 7E | 0 | 43 | 2B | D | 153 | 46 | 3A |
| Octal | 337 | 111 | 176 | 0 | 103 | 53 | 15 | 523 | 106 | 72 |
| Binary | 11011111 | 1001001 | 1111110 | 0 | 1000011 | 101011 | 1101 | 101010011 | 1000110 | 111010 |
Color Harmonies of #DF497E
Complementary color
Monochromatic Colors of #DF497E
Black with #DF497E
Text Example
Text Example
White with #DF497E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF497E; }
p { color: rgb(223,73,126); }
H1.HeaderClassName
{
color: #DF497E;
}
.AnyTagClassName
{
color: #DF497E;
}
</style>
background-color css
<style>
a { background-color: #DF497E; }
a { background-color: rgb(223,73,126); }
div.DivClassName
{
background-color: #DF497E;
}
.BgClassName
{
background-color: #DF497E;
}
</style>
border-color css
<style>
span { border-color: #DF497E; }
span { border-color: rgb(223,73,126); }
td.TdClassName
{
border-color: #DF497E;
}
.TagClassName
{
border-color: #DF497E;
}
</style>