Shades of Cranberry #DA4773
Tints of Cranberry #DA4773
RGB
CMYK
RGB Variations
Color information
#DA4773 (or 0xDA4773) is known color: Cranberry. HEX triplet: DA, 47 and 73. RGB value is (218,71,115). Sum of RGB (Red+Green+Blue) = 218+71+115=404 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.96% from 404); Green value is 71 (28.12% from 255 or 17.57% from 404); Blue value is 115 (45.31% from 255 or 28.47% from 404); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4773 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4773 is #25B88C. Grayscale: #777777. Windows color (decimal): -2472077 or 7555034. OLE color: 7555034.
HSL color Cylindrical-coordinate representation of color #DA4773: hue angle of 342.04º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DA4773 is Cyan = 0, Magento = 0.67, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 71 | 115 | - |
| CMYK | 0 | 0.67 | 0.47 | 0.15 |
| HSL | 342.04º | 0.67% | 0.57% | - |
| HSV(B) | 342.04º | 0.67% | 0.85% | - |
| XYZ | 34.26 | 20.65 | 18.4 | - |
| YUV | 119.97 | 125.2 | 197.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 71 | 115 | 0 | 0.67 | 0.47 | 0.15 | 342.04 | 0.67 | 0.57 |
| Hex | DA | 47 | 73 | 0 | 43 | 2F | F | 156 | 43 | 39 |
| Octal | 332 | 107 | 163 | 0 | 103 | 57 | 17 | 526 | 103 | 71 |
| Binary | 11011010 | 1000111 | 1110011 | 0 | 1000011 | 101111 | 1111 | 101010110 | 1000011 | 111001 |
Color Harmonies of #DA4773
Complementary color
Monochromatic Colors of #DA4773
Black with #DA4773
Text Example
Text Example
White with #DA4773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4773; }
p { color: rgb(218,71,115); }
H1.HeaderClassName
{
color: #DA4773;
}
.AnyTagClassName
{
color: #DA4773;
}
</style>
background-color css
<style>
a { background-color: #DA4773; }
a { background-color: rgb(218,71,115); }
div.DivClassName
{
background-color: #DA4773;
}
.BgClassName
{
background-color: #DA4773;
}
</style>
border-color css
<style>
span { border-color: #DA4773; }
span { border-color: rgb(218,71,115); }
td.TdClassName
{
border-color: #DA4773;
}
.TagClassName
{
border-color: #DA4773;
}
</style>