Shades of Cranberry #DA4C70
Tints of Cranberry #DA4C70
RGB
CMYK
RGB Variations
Color information
#DA4C70 (or 0xDA4C70) is known color: Cranberry. HEX triplet: DA, 4C and 70. RGB value is (218,76,112). Sum of RGB (Red+Green+Blue) = 218+76+112=406 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.69% from 406); Green value is 76 (30.08% from 255 or 18.72% from 406); Blue value is 112 (44.14% from 255 or 27.59% from 406); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4C70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4C70 is #25B38F. Grayscale: #7A7A7A. Windows color (decimal): -2470800 or 7359706. OLE color: 7359706.
HSL color Cylindrical-coordinate representation of color #DA4C70: hue angle of 344.79º 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 #DA4C70 is Cyan = 0, Magento = 0.65, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 76 | 112 | - |
| CMYK | 0 | 0.65 | 0.49 | 0.15 |
| HSL | 344.79º | 0.66% | 0.58% | - |
| HSV(B) | 344.79º | 0.65% | 0.85% | - |
| XYZ | 34.42 | 21.24 | 17.62 | - |
| YUV | 122.56 | 122.04 | 196.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 76 | 112 | 0 | 0.65 | 0.49 | 0.15 | 344.79 | 0.66 | 0.58 |
| Hex | DA | 4C | 70 | 0 | 41 | 31 | F | 159 | 42 | 3A |
| Octal | 332 | 114 | 160 | 0 | 101 | 61 | 17 | 531 | 102 | 72 |
| Binary | 11011010 | 1001100 | 1110000 | 0 | 1000001 | 110001 | 1111 | 101011001 | 1000010 | 111010 |
Color Harmonies of #DA4C70
Complementary color
Monochromatic Colors of #DA4C70
Black with #DA4C70
Text Example
Text Example
White with #DA4C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4C70; }
p { color: rgb(218,76,112); }
H1.HeaderClassName
{
color: #DA4C70;
}
.AnyTagClassName
{
color: #DA4C70;
}
</style>
background-color css
<style>
a { background-color: #DA4C70; }
a { background-color: rgb(218,76,112); }
div.DivClassName
{
background-color: #DA4C70;
}
.BgClassName
{
background-color: #DA4C70;
}
</style>
border-color css
<style>
span { border-color: #DA4C70; }
span { border-color: rgb(218,76,112); }
td.TdClassName
{
border-color: #DA4C70;
}
.TagClassName
{
border-color: #DA4C70;
}
</style>