Shades of Cranberry #DA497F
Tints of Cranberry #DA497F
RGB
CMYK
RGB Variations
Color information
#DA497F (or 0xDA497F) is known color: Cranberry. HEX triplet: DA, 49 and 7F. RGB value is (218,73,127). Sum of RGB (Red+Green+Blue) = 218+73+127=418 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.15% from 418); Green value is 73 (28.91% from 255 or 17.46% from 418); Blue value is 127 (50% from 255 or 30.38% from 418); Max value from RGB is 218 - color contains mainly: red. Hex color #DA497F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA497F is #25B680. Grayscale: #7A7A7A. Windows color (decimal): -2471553 or 8341978. OLE color: 8341978.
HSL color Cylindrical-coordinate representation of color #DA497F: hue angle of 337.66º 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 #DA497F is Cyan = 0, Magento = 0.67, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 73 | 127 | - |
| CMYK | 0 | 0.67 | 0.42 | 0.15 |
| HSL | 337.66º | 0.66% | 0.57% | - |
| HSV(B) | 337.66º | 0.67% | 0.85% | - |
| XYZ | 35.13 | 21.2 | 22.32 | - |
| YUV | 122.51 | 130.54 | 196.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 73 | 127 | 0 | 0.67 | 0.42 | 0.15 | 337.66 | 0.66 | 0.57 |
| Hex | DA | 49 | 7F | 0 | 43 | 2A | F | 152 | 42 | 39 |
| Octal | 332 | 111 | 177 | 0 | 103 | 52 | 17 | 522 | 102 | 71 |
| Binary | 11011010 | 1001001 | 1111111 | 0 | 1000011 | 101010 | 1111 | 101010010 | 1000010 | 111001 |
Color Harmonies of #DA497F
Complementary color
Monochromatic Colors of #DA497F
Black with #DA497F
Text Example
Text Example
White with #DA497F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA497F; }
p { color: rgb(218,73,127); }
H1.HeaderClassName
{
color: #DA497F;
}
.AnyTagClassName
{
color: #DA497F;
}
</style>
background-color css
<style>
a { background-color: #DA497F; }
a { background-color: rgb(218,73,127); }
div.DivClassName
{
background-color: #DA497F;
}
.BgClassName
{
background-color: #DA497F;
}
</style>
border-color css
<style>
span { border-color: #DA497F; }
span { border-color: rgb(218,73,127); }
td.TdClassName
{
border-color: #DA497F;
}
.TagClassName
{
border-color: #DA497F;
}
</style>