Shades of Cranberry #DA4F77
Tints of Cranberry #DA4F77
RGB
CMYK
RGB Variations
Color information
#DA4F77 (or 0xDA4F77) is known color: Cranberry. HEX triplet: DA, 4F and 77. RGB value is (218,79,119). Sum of RGB (Red+Green+Blue) = 218+79+119=416 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.40% from 416); Green value is 79 (31.25% from 255 or 18.99% from 416); Blue value is 119 (46.88% from 255 or 28.61% from 416); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4F77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA4F77 is #25B088. Grayscale: #7D7D7D. Windows color (decimal): -2470025 or 7819226. OLE color: 7819226.
HSL color Cylindrical-coordinate representation of color #DA4F77: hue angle of 342.73º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DA4F77 is Cyan = 0, Magento = 0.64, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 79 | 119 | - |
| CMYK | 0 | 0.64 | 0.45 | 0.15 |
| HSL | 342.73º | 0.65% | 0.58% | - |
| HSV(B) | 342.73º | 0.64% | 0.85% | - |
| XYZ | 35.04 | 21.83 | 19.82 | - |
| YUV | 125.12 | 124.55 | 194.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 79 | 119 | 0 | 0.64 | 0.45 | 0.15 | 342.73 | 0.65 | 0.58 |
| Hex | DA | 4F | 77 | 0 | 40 | 2D | F | 157 | 41 | 3A |
| Octal | 332 | 117 | 167 | 0 | 100 | 55 | 17 | 527 | 101 | 72 |
| Binary | 11011010 | 1001111 | 1110111 | 0 | 1000000 | 101101 | 1111 | 101010111 | 1000001 | 111010 |
Color Harmonies of #DA4F77
Complementary color
Monochromatic Colors of #DA4F77
Black with #DA4F77
Text Example
Text Example
White with #DA4F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4F77; }
p { color: rgb(218,79,119); }
H1.HeaderClassName
{
color: #DA4F77;
}
.AnyTagClassName
{
color: #DA4F77;
}
</style>
background-color css
<style>
a { background-color: #DA4F77; }
a { background-color: rgb(218,79,119); }
div.DivClassName
{
background-color: #DA4F77;
}
.BgClassName
{
background-color: #DA4F77;
}
</style>
border-color css
<style>
span { border-color: #DA4F77; }
span { border-color: rgb(218,79,119); }
td.TdClassName
{
border-color: #DA4F77;
}
.TagClassName
{
border-color: #DA4F77;
}
</style>