Shades of Cranberry #DA4E70
Tints of Cranberry #DA4E70
RGB
CMYK
RGB Variations
Color information
#DA4E70 (or 0xDA4E70) is known color: Cranberry. HEX triplet: DA, 4E and 70. RGB value is (218,78,112). Sum of RGB (Red+Green+Blue) = 218+78+112=408 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.43% from 408); Green value is 78 (30.86% from 255 or 19.12% from 408); Blue value is 112 (44.14% from 255 or 27.45% from 408); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4E70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA4E70 is #25B18F. Grayscale: #7B7B7B. Windows color (decimal): -2470288 or 7360218. OLE color: 7360218.
HSL color Cylindrical-coordinate representation of color #DA4E70: hue angle of 345.43º 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 #DA4E70 is Cyan = 0, Magento = 0.64, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 78 | 112 | - |
| CMYK | 0 | 0.64 | 0.49 | 0.15 |
| HSL | 345.43º | 0.65% | 0.58% | - |
| HSV(B) | 345.43º | 0.64% | 0.85% | - |
| XYZ | 34.56 | 21.52 | 17.66 | - |
| YUV | 123.74 | 121.38 | 195.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 78 | 112 | 0 | 0.64 | 0.49 | 0.15 | 345.43 | 0.65 | 0.58 |
| Hex | DA | 4E | 70 | 0 | 40 | 31 | F | 159 | 41 | 3A |
| Octal | 332 | 116 | 160 | 0 | 100 | 61 | 17 | 531 | 101 | 72 |
| Binary | 11011010 | 1001110 | 1110000 | 0 | 1000000 | 110001 | 1111 | 101011001 | 1000001 | 111010 |
Color Harmonies of #DA4E70
Complementary color
Monochromatic Colors of #DA4E70
Black with #DA4E70
Text Example
Text Example
White with #DA4E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4E70; }
p { color: rgb(218,78,112); }
H1.HeaderClassName
{
color: #DA4E70;
}
.AnyTagClassName
{
color: #DA4E70;
}
</style>
background-color css
<style>
a { background-color: #DA4E70; }
a { background-color: rgb(218,78,112); }
div.DivClassName
{
background-color: #DA4E70;
}
.BgClassName
{
background-color: #DA4E70;
}
</style>
border-color css
<style>
span { border-color: #DA4E70; }
span { border-color: rgb(218,78,112); }
td.TdClassName
{
border-color: #DA4E70;
}
.TagClassName
{
border-color: #DA4E70;
}
</style>