Shades of Cranberry #DA4D77
Tints of Cranberry #DA4D77
RGB
CMYK
RGB Variations
Color information
#DA4D77 (or 0xDA4D77) is known color: Cranberry. HEX triplet: DA, 4D and 77. RGB value is (218,77,119). Sum of RGB (Red+Green+Blue) = 218+77+119=414 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.66% from 414); Green value is 77 (30.47% from 255 or 18.60% from 414); Blue value is 119 (46.88% from 255 or 28.74% from 414); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4D77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA4D77 is #25B288. Grayscale: #7B7B7B. Windows color (decimal): -2470537 or 7818714. OLE color: 7818714.
HSL color Cylindrical-coordinate representation of color #DA4D77: hue angle of 342.13º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DA4D77 is Cyan = 0, Magento = 0.65, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 77 | 119 | - |
| CMYK | 0 | 0.65 | 0.45 | 0.15 |
| HSL | 342.13º | 0.66% | 0.58% | - |
| HSV(B) | 342.13º | 0.65% | 0.85% | - |
| XYZ | 34.9 | 21.55 | 19.77 | - |
| YUV | 123.95 | 125.21 | 195.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 77 | 119 | 0 | 0.65 | 0.45 | 0.15 | 342.13 | 0.66 | 0.58 |
| Hex | DA | 4D | 77 | 0 | 41 | 2D | F | 156 | 42 | 3A |
| Octal | 332 | 115 | 167 | 0 | 101 | 55 | 17 | 526 | 102 | 72 |
| Binary | 11011010 | 1001101 | 1110111 | 0 | 1000001 | 101101 | 1111 | 101010110 | 1000010 | 111010 |
Color Harmonies of #DA4D77
Complementary color
Monochromatic Colors of #DA4D77
Black with #DA4D77
Text Example
Text Example
White with #DA4D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4D77; }
p { color: rgb(218,77,119); }
H1.HeaderClassName
{
color: #DA4D77;
}
.AnyTagClassName
{
color: #DA4D77;
}
</style>
background-color css
<style>
a { background-color: #DA4D77; }
a { background-color: rgb(218,77,119); }
div.DivClassName
{
background-color: #DA4D77;
}
.BgClassName
{
background-color: #DA4D77;
}
</style>
border-color css
<style>
span { border-color: #DA4D77; }
span { border-color: rgb(218,77,119); }
td.TdClassName
{
border-color: #DA4D77;
}
.TagClassName
{
border-color: #DA4D77;
}
</style>