Shades of Cranberry #DA496D
Tints of Cranberry #DA496D
RGB
CMYK
RGB Variations
Color information
#DA496D (or 0xDA496D) is known color: Cranberry. HEX triplet: DA, 49 and 6D. RGB value is (218,73,109). Sum of RGB (Red+Green+Blue) = 218+73+109=400 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.5% from 400); Green value is 73 (28.91% from 255 or 18.25% from 400); Blue value is 109 (42.97% from 255 or 27.25% from 400); Max value from RGB is 218 - color contains mainly: red. Hex color #DA496D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA496D is #25B692. Grayscale: #787878. Windows color (decimal): -2471571 or 7162330. OLE color: 7162330.
HSL color Cylindrical-coordinate representation of color #DA496D: hue angle of 345.1º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DA496D is Cyan = 0, Magento = 0.67, Yellow = 0.5 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 73 | 109 | - |
| CMYK | 0 | 0.67 | 0.5 | 0.15 |
| HSL | 345.1º | 0.66% | 0.57% | - |
| HSV(B) | 345.1º | 0.67% | 0.85% | - |
| XYZ | 34.06 | 20.77 | 16.68 | - |
| YUV | 120.46 | 121.54 | 197.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 73 | 109 | 0 | 0.67 | 0.5 | 0.15 | 345.1 | 0.66 | 0.57 |
| Hex | DA | 49 | 6D | 0 | 43 | 32 | F | 159 | 42 | 39 |
| Octal | 332 | 111 | 155 | 0 | 103 | 62 | 17 | 531 | 102 | 71 |
| Binary | 11011010 | 1001001 | 1101101 | 0 | 1000011 | 110010 | 1111 | 101011001 | 1000010 | 111001 |
Color Harmonies of #DA496D
Complementary color
Monochromatic Colors of #DA496D
Black with #DA496D
Text Example
Text Example
White with #DA496D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA496D; }
p { color: rgb(218,73,109); }
H1.HeaderClassName
{
color: #DA496D;
}
.AnyTagClassName
{
color: #DA496D;
}
</style>
background-color css
<style>
a { background-color: #DA496D; }
a { background-color: rgb(218,73,109); }
div.DivClassName
{
background-color: #DA496D;
}
.BgClassName
{
background-color: #DA496D;
}
</style>
border-color css
<style>
span { border-color: #DA496D; }
span { border-color: rgb(218,73,109); }
td.TdClassName
{
border-color: #DA496D;
}
.TagClassName
{
border-color: #DA496D;
}
</style>