Shades of Cranberry #DA5773
Tints of Cranberry #DA5773
RGB
CMYK
RGB Variations
Color information
#DA5773 (or 0xDA5773) is known color: Cranberry. HEX triplet: DA, 57 and 73. RGB value is (218,87,115). Sum of RGB (Red+Green+Blue) = 218+87+115=420 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.90% from 420); Green value is 87 (34.38% from 255 or 20.71% from 420); Blue value is 115 (45.31% from 255 or 27.38% from 420); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5773 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5773 is #25A88C. Grayscale: #818181. Windows color (decimal): -2467981 or 7559130. OLE color: 7559130.
HSL color Cylindrical-coordinate representation of color #DA5773: hue angle of 347.18º 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 #DA5773 is Cyan = 0, Magento = 0.60, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 87 | 115 | - |
| CMYK | 0 | 0.60 | 0.47 | 0.15 |
| HSL | 347.18º | 0.64% | 0.6% | - |
| HSV(B) | 347.18º | 0.6% | 0.85% | - |
| XYZ | 35.42 | 22.96 | 18.78 | - |
| YUV | 129.36 | 119.9 | 191.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 87 | 115 | 0 | 0.60 | 0.47 | 0.15 | 347.18 | 0.64 | 0.6 |
| Hex | DA | 57 | 73 | 0 | 3C | 2F | F | 15B | 40 | 3C |
| Octal | 332 | 127 | 163 | 0 | 74 | 57 | 17 | 533 | 100 | 74 |
| Binary | 11011010 | 1010111 | 1110011 | 0 | 111100 | 101111 | 1111 | 101011011 | 1000000 | 111100 |
Color Harmonies of #DA5773
Complementary color
Monochromatic Colors of #DA5773
Black with #DA5773
Text Example
Text Example
White with #DA5773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5773; }
p { color: rgb(218,87,115); }
H1.HeaderClassName
{
color: #DA5773;
}
.AnyTagClassName
{
color: #DA5773;
}
</style>
background-color css
<style>
a { background-color: #DA5773; }
a { background-color: rgb(218,87,115); }
div.DivClassName
{
background-color: #DA5773;
}
.BgClassName
{
background-color: #DA5773;
}
</style>
border-color css
<style>
span { border-color: #DA5773; }
span { border-color: rgb(218,87,115); }
td.TdClassName
{
border-color: #DA5773;
}
.TagClassName
{
border-color: #DA5773;
}
</style>