Shades of Cranberry #DA4A70
Tints of Cranberry #DA4A70
RGB
CMYK
RGB Variations
Color information
#DA4A70 (or 0xDA4A70) is known color: Cranberry. HEX triplet: DA, 4A and 70. RGB value is (218,74,112). Sum of RGB (Red+Green+Blue) = 218+74+112=404 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.96% from 404); Green value is 74 (29.30% from 255 or 18.32% from 404); Blue value is 112 (44.14% from 255 or 27.72% from 404); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4A70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4A70 is #25B58F. Grayscale: #797979. Windows color (decimal): -2471312 or 7359194. OLE color: 7359194.
HSL color Cylindrical-coordinate representation of color #DA4A70: hue angle of 344.17º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DA4A70 is Cyan = 0, Magento = 0.66, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 74 | 112 | - |
| CMYK | 0 | 0.66 | 0.49 | 0.15 |
| HSL | 344.17º | 0.66% | 0.57% | - |
| HSV(B) | 344.17º | 0.66% | 0.85% | - |
| XYZ | 34.29 | 20.97 | 17.57 | - |
| YUV | 121.39 | 122.71 | 196.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 74 | 112 | 0 | 0.66 | 0.49 | 0.15 | 344.17 | 0.66 | 0.57 |
| Hex | DA | 4A | 70 | 0 | 42 | 31 | F | 158 | 42 | 39 |
| Octal | 332 | 112 | 160 | 0 | 102 | 61 | 17 | 530 | 102 | 71 |
| Binary | 11011010 | 1001010 | 1110000 | 0 | 1000010 | 110001 | 1111 | 101011000 | 1000010 | 111001 |
Color Harmonies of #DA4A70
Complementary color
Monochromatic Colors of #DA4A70
Black with #DA4A70
Text Example
Text Example
White with #DA4A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4A70; }
p { color: rgb(218,74,112); }
H1.HeaderClassName
{
color: #DA4A70;
}
.AnyTagClassName
{
color: #DA4A70;
}
</style>
background-color css
<style>
a { background-color: #DA4A70; }
a { background-color: rgb(218,74,112); }
div.DivClassName
{
background-color: #DA4A70;
}
.BgClassName
{
background-color: #DA4A70;
}
</style>
border-color css
<style>
span { border-color: #DA4A70; }
span { border-color: rgb(218,74,112); }
td.TdClassName
{
border-color: #DA4A70;
}
.TagClassName
{
border-color: #DA4A70;
}
</style>