Shades of Cranberry #DA5089
Tints of Cranberry #DA5089
RGB
CMYK
RGB Variations
Color information
#DA5089 (or 0xDA5089) is known color: Cranberry. HEX triplet: DA, 50 and 89. RGB value is (218,80,137). Sum of RGB (Red+Green+Blue) = 218+80+137=435 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.11% from 435); Green value is 80 (31.64% from 255 or 18.39% from 435); Blue value is 137 (53.91% from 255 or 31.49% from 435); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5089 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA5089 is #25AF76. Grayscale: #7F7F7F. Windows color (decimal): -2469751 or 8999130. OLE color: 8999130.
HSL color Cylindrical-coordinate representation of color #DA5089: hue angle of 335.22º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DA5089 is Cyan = 0, Magento = 0.63, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 80 | 137 | - |
| CMYK | 0 | 0.63 | 0.37 | 0.15 |
| HSL | 335.22º | 0.65% | 0.58% | - |
| HSV(B) | 335.22º | 0.63% | 0.85% | - |
| XYZ | 36.3 | 22.45 | 26.09 | - |
| YUV | 127.76 | 133.22 | 192.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 80 | 137 | 0 | 0.63 | 0.37 | 0.15 | 335.22 | 0.65 | 0.58 |
| Hex | DA | 50 | 89 | 0 | 3F | 25 | F | 14F | 41 | 3A |
| Octal | 332 | 120 | 211 | 0 | 77 | 45 | 17 | 517 | 101 | 72 |
| Binary | 11011010 | 1010000 | 10001001 | 0 | 111111 | 100101 | 1111 | 101001111 | 1000001 | 111010 |
Color Harmonies of #DA5089
Complementary color
Monochromatic Colors of #DA5089
Black with #DA5089
Text Example
Text Example
White with #DA5089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5089; }
p { color: rgb(218,80,137); }
H1.HeaderClassName
{
color: #DA5089;
}
.AnyTagClassName
{
color: #DA5089;
}
</style>
background-color css
<style>
a { background-color: #DA5089; }
a { background-color: rgb(218,80,137); }
div.DivClassName
{
background-color: #DA5089;
}
.BgClassName
{
background-color: #DA5089;
}
</style>
border-color css
<style>
span { border-color: #DA5089; }
span { border-color: rgb(218,80,137); }
td.TdClassName
{
border-color: #DA5089;
}
.TagClassName
{
border-color: #DA5089;
}
</style>