Shades of Cranberry #DA5780
Tints of Cranberry #DA5780
RGB
CMYK
RGB Variations
Color information
#DA5780 (or 0xDA5780) is known color: Cranberry. HEX triplet: DA, 57 and 80. RGB value is (218,87,128). Sum of RGB (Red+Green+Blue) = 218+87+128=433 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.35% from 433); Green value is 87 (34.38% from 255 or 20.09% from 433); Blue value is 128 (50.39% from 255 or 29.56% from 433); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5780 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA5780 is #25A87F. Grayscale: #828282. Windows color (decimal): -2467968 or 8411098. OLE color: 8411098.
HSL color Cylindrical-coordinate representation of color #DA5780: hue angle of 341.22º 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 #DA5780 is Cyan = 0, Magento = 0.60, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 87 | 128 | - |
| CMYK | 0 | 0.60 | 0.41 | 0.15 |
| HSL | 341.22º | 0.64% | 0.6% | - |
| HSV(B) | 341.22º | 0.6% | 0.85% | - |
| XYZ | 36.22 | 23.28 | 23.01 | - |
| YUV | 130.84 | 126.4 | 190.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 87 | 128 | 0 | 0.60 | 0.41 | 0.15 | 341.22 | 0.64 | 0.6 |
| Hex | DA | 57 | 80 | 0 | 3C | 29 | F | 155 | 40 | 3C |
| Octal | 332 | 127 | 200 | 0 | 74 | 51 | 17 | 525 | 100 | 74 |
| Binary | 11011010 | 1010111 | 10000000 | 0 | 111100 | 101001 | 1111 | 101010101 | 1000000 | 111100 |
Color Harmonies of #DA5780
Complementary color
Monochromatic Colors of #DA5780
Black with #DA5780
Text Example
Text Example
White with #DA5780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5780; }
p { color: rgb(218,87,128); }
H1.HeaderClassName
{
color: #DA5780;
}
.AnyTagClassName
{
color: #DA5780;
}
</style>
background-color css
<style>
a { background-color: #DA5780; }
a { background-color: rgb(218,87,128); }
div.DivClassName
{
background-color: #DA5780;
}
.BgClassName
{
background-color: #DA5780;
}
</style>
border-color css
<style>
span { border-color: #DA5780; }
span { border-color: rgb(218,87,128); }
td.TdClassName
{
border-color: #DA5780;
}
.TagClassName
{
border-color: #DA5780;
}
</style>