Shades of Cranberry #DA5670
Tints of Cranberry #DA5670
RGB
CMYK
RGB Variations
Color information
#DA5670 (or 0xDA5670) is known color: Cranberry. HEX triplet: DA, 56 and 70. RGB value is (218,86,112). Sum of RGB (Red+Green+Blue) = 218+86+112=416 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.40% from 416); Green value is 86 (33.98% from 255 or 20.67% from 416); Blue value is 112 (44.14% from 255 or 26.92% from 416); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5670 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5670 is #25A98F. Grayscale: #808080. Windows color (decimal): -2468240 or 7362266. OLE color: 7362266.
HSL color Cylindrical-coordinate representation of color #DA5670: hue angle of 348.18º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DA5670 is Cyan = 0, Magento = 0.61, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 86 | 112 | - |
| CMYK | 0 | 0.61 | 0.49 | 0.15 |
| HSL | 348.18º | 0.64% | 0.6% | - |
| HSV(B) | 348.18º | 0.61% | 0.85% | - |
| XYZ | 35.17 | 22.73 | 17.86 | - |
| YUV | 128.43 | 118.73 | 191.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 86 | 112 | 0 | 0.61 | 0.49 | 0.15 | 348.18 | 0.64 | 0.6 |
| Hex | DA | 56 | 70 | 0 | 3D | 31 | F | 15C | 40 | 3C |
| Octal | 332 | 126 | 160 | 0 | 75 | 61 | 17 | 534 | 100 | 74 |
| Binary | 11011010 | 1010110 | 1110000 | 0 | 111101 | 110001 | 1111 | 101011100 | 1000000 | 111100 |
Color Harmonies of #DA5670
Complementary color
Monochromatic Colors of #DA5670
Black with #DA5670
Text Example
Text Example
White with #DA5670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5670; }
p { color: rgb(218,86,112); }
H1.HeaderClassName
{
color: #DA5670;
}
.AnyTagClassName
{
color: #DA5670;
}
</style>
background-color css
<style>
a { background-color: #DA5670; }
a { background-color: rgb(218,86,112); }
div.DivClassName
{
background-color: #DA5670;
}
.BgClassName
{
background-color: #DA5670;
}
</style>
border-color css
<style>
span { border-color: #DA5670; }
span { border-color: rgb(218,86,112); }
td.TdClassName
{
border-color: #DA5670;
}
.TagClassName
{
border-color: #DA5670;
}
</style>