Shades of Cranberry #DA5778
Tints of Cranberry #DA5778
RGB
CMYK
RGB Variations
Color information
#DA5778 (or 0xDA5778) is known color: Cranberry. HEX triplet: DA, 57 and 78. RGB value is (218,87,120). Sum of RGB (Red+Green+Blue) = 218+87+120=425 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.29% from 425); Green value is 87 (34.38% from 255 or 20.47% from 425); Blue value is 120 (47.27% from 255 or 28.24% from 425); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5778 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5778 is #25A887. Grayscale: #818181. Windows color (decimal): -2467976 or 7886810. OLE color: 7886810.
HSL color Cylindrical-coordinate representation of color #DA5778: hue angle of 344.89º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DA5778 is Cyan = 0, Magento = 0.60, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 87 | 120 | - |
| CMYK | 0 | 0.60 | 0.45 | 0.15 |
| HSL | 344.89º | 0.64% | 0.6% | - |
| HSV(B) | 344.89º | 0.6% | 0.85% | - |
| XYZ | 35.71 | 23.08 | 20.34 | - |
| YUV | 129.93 | 122.4 | 190.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 87 | 120 | 0 | 0.60 | 0.45 | 0.15 | 344.89 | 0.64 | 0.6 |
| Hex | DA | 57 | 78 | 0 | 3C | 2D | F | 159 | 40 | 3C |
| Octal | 332 | 127 | 170 | 0 | 74 | 55 | 17 | 531 | 100 | 74 |
| Binary | 11011010 | 1010111 | 1111000 | 0 | 111100 | 101101 | 1111 | 101011001 | 1000000 | 111100 |
Color Harmonies of #DA5778
Complementary color
Monochromatic Colors of #DA5778
Black with #DA5778
Text Example
Text Example
White with #DA5778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5778; }
p { color: rgb(218,87,120); }
H1.HeaderClassName
{
color: #DA5778;
}
.AnyTagClassName
{
color: #DA5778;
}
</style>
background-color css
<style>
a { background-color: #DA5778; }
a { background-color: rgb(218,87,120); }
div.DivClassName
{
background-color: #DA5778;
}
.BgClassName
{
background-color: #DA5778;
}
</style>
border-color css
<style>
span { border-color: #DA5778; }
span { border-color: rgb(218,87,120); }
td.TdClassName
{
border-color: #DA5778;
}
.TagClassName
{
border-color: #DA5778;
}
</style>