Shades of Cranberry #DA5080
Tints of Cranberry #DA5080
RGB
CMYK
RGB Variations
Color information
#DA5080 (or 0xDA5080) is known color: Cranberry. HEX triplet: DA, 50 and 80. RGB value is (218,80,128). Sum of RGB (Red+Green+Blue) = 218+80+128=426 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.17% from 426); Green value is 80 (31.64% from 255 or 18.78% from 426); Blue value is 128 (50.39% from 255 or 30.05% from 426); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5080 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA5080 is #25AF7F. Grayscale: #7E7E7E. Windows color (decimal): -2469760 or 8409306. OLE color: 8409306.
HSL color Cylindrical-coordinate representation of color #DA5080: hue angle of 339.13º 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 #DA5080 is Cyan = 0, Magento = 0.63, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 80 | 128 | - |
| CMYK | 0 | 0.63 | 0.41 | 0.15 |
| HSL | 339.13º | 0.65% | 0.58% | - |
| HSV(B) | 339.13º | 0.63% | 0.85% | - |
| XYZ | 35.68 | 22.2 | 22.83 | - |
| YUV | 126.73 | 128.72 | 193.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 80 | 128 | 0 | 0.63 | 0.41 | 0.15 | 339.13 | 0.65 | 0.58 |
| Hex | DA | 50 | 80 | 0 | 3F | 29 | F | 153 | 41 | 3A |
| Octal | 332 | 120 | 200 | 0 | 77 | 51 | 17 | 523 | 101 | 72 |
| Binary | 11011010 | 1010000 | 10000000 | 0 | 111111 | 101001 | 1111 | 101010011 | 1000001 | 111010 |
Color Harmonies of #DA5080
Complementary color
Monochromatic Colors of #DA5080
Black with #DA5080
Text Example
Text Example
White with #DA5080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5080; }
p { color: rgb(218,80,128); }
H1.HeaderClassName
{
color: #DA5080;
}
.AnyTagClassName
{
color: #DA5080;
}
</style>
background-color css
<style>
a { background-color: #DA5080; }
a { background-color: rgb(218,80,128); }
div.DivClassName
{
background-color: #DA5080;
}
.BgClassName
{
background-color: #DA5080;
}
</style>
border-color css
<style>
span { border-color: #DA5080; }
span { border-color: rgb(218,80,128); }
td.TdClassName
{
border-color: #DA5080;
}
.TagClassName
{
border-color: #DA5080;
}
</style>