Shades of Cranberry #DA4477
Tints of Cranberry #DA4477
RGB
CMYK
RGB Variations
Color information
#DA4477 (or 0xDA4477) is known color: Cranberry. HEX triplet: DA, 44 and 77. RGB value is (218,68,119). Sum of RGB (Red+Green+Blue) = 218+68+119=405 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.83% from 405); Green value is 68 (26.95% from 255 or 16.79% from 405); Blue value is 119 (46.88% from 255 or 29.38% from 405); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4477 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4477 is #25BB88. Grayscale: #767676. Windows color (decimal): -2472841 or 7816410. OLE color: 7816410.
HSL color Cylindrical-coordinate representation of color #DA4477: hue angle of 339.6º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DA4477 is Cyan = 0, Magento = 0.69, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 68 | 119 | - |
| CMYK | 0 | 0.69 | 0.45 | 0.15 |
| HSL | 339.6º | 0.67% | 0.56% | - |
| HSV(B) | 339.6º | 0.69% | 0.85% | - |
| XYZ | 34.31 | 20.37 | 19.58 | - |
| YUV | 118.66 | 128.2 | 198.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 68 | 119 | 0 | 0.69 | 0.45 | 0.15 | 339.6 | 0.67 | 0.56 |
| Hex | DA | 44 | 77 | 0 | 45 | 2D | F | 154 | 43 | 38 |
| Octal | 332 | 104 | 167 | 0 | 105 | 55 | 17 | 524 | 103 | 70 |
| Binary | 11011010 | 1000100 | 1110111 | 0 | 1000101 | 101101 | 1111 | 101010100 | 1000011 | 111000 |
Color Harmonies of #DA4477
Complementary color
Monochromatic Colors of #DA4477
Black with #DA4477
Text Example
Text Example
White with #DA4477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4477; }
p { color: rgb(218,68,119); }
H1.HeaderClassName
{
color: #DA4477;
}
.AnyTagClassName
{
color: #DA4477;
}
</style>
background-color css
<style>
a { background-color: #DA4477; }
a { background-color: rgb(218,68,119); }
div.DivClassName
{
background-color: #DA4477;
}
.BgClassName
{
background-color: #DA4477;
}
</style>
border-color css
<style>
span { border-color: #DA4477; }
span { border-color: rgb(218,68,119); }
td.TdClassName
{
border-color: #DA4477;
}
.TagClassName
{
border-color: #DA4477;
}
</style>