Shades of Cranberry #DA5C73
Tints of Cranberry #DA5C73
RGB
CMYK
RGB Variations
Color information
#DA5C73 (or 0xDA5C73) is known color: Cranberry. HEX triplet: DA, 5C and 73. RGB value is (218,92,115). Sum of RGB (Red+Green+Blue) = 218+92+115=425 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.29% from 425); Green value is 92 (36.33% from 255 or 21.65% from 425); Blue value is 115 (45.31% from 255 or 27.06% from 425); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5C73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5C73 is #25A38C. Grayscale: #848484. Windows color (decimal): -2466701 or 7560410. OLE color: 7560410.
HSL color Cylindrical-coordinate representation of color #DA5C73: hue angle of 349.05º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DA5C73 is Cyan = 0, Magento = 0.58, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 92 | 115 | - |
| CMYK | 0 | 0.58 | 0.47 | 0.15 |
| HSL | 349.05º | 0.63% | 0.61% | - |
| HSV(B) | 349.05º | 0.58% | 0.85% | - |
| XYZ | 35.84 | 23.8 | 18.92 | - |
| YUV | 132.3 | 118.24 | 189.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 92 | 115 | 0 | 0.58 | 0.47 | 0.15 | 349.05 | 0.63 | 0.61 |
| Hex | DA | 5C | 73 | 0 | 3A | 2F | F | 15D | 3F | 3D |
| Octal | 332 | 134 | 163 | 0 | 72 | 57 | 17 | 535 | 77 | 75 |
| Binary | 11011010 | 1011100 | 1110011 | 0 | 111010 | 101111 | 1111 | 101011101 | 111111 | 111101 |
Color Harmonies of #DA5C73
Complementary color
Monochromatic Colors of #DA5C73
Black with #DA5C73
Text Example
Text Example
White with #DA5C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5C73; }
p { color: rgb(218,92,115); }
H1.HeaderClassName
{
color: #DA5C73;
}
.AnyTagClassName
{
color: #DA5C73;
}
</style>
background-color css
<style>
a { background-color: #DA5C73; }
a { background-color: rgb(218,92,115); }
div.DivClassName
{
background-color: #DA5C73;
}
.BgClassName
{
background-color: #DA5C73;
}
</style>
border-color css
<style>
span { border-color: #DA5C73; }
span { border-color: rgb(218,92,115); }
td.TdClassName
{
border-color: #DA5C73;
}
.TagClassName
{
border-color: #DA5C73;
}
</style>