Shades of Cranberry #DA5470
Tints of Cranberry #DA5470
RGB
CMYK
RGB Variations
Color information
#DA5470 (or 0xDA5470) is known color: Cranberry. HEX triplet: DA, 54 and 70. RGB value is (218,84,112). Sum of RGB (Red+Green+Blue) = 218+84+112=414 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.66% from 414); Green value is 84 (33.20% from 255 or 20.29% from 414); Blue value is 112 (44.14% from 255 or 27.05% from 414); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5470 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5470 is #25AB8F. Grayscale: #7F7F7F. Windows color (decimal): -2468752 or 7361754. OLE color: 7361754.
HSL color Cylindrical-coordinate representation of color #DA5470: hue angle of 347.46º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DA5470 is Cyan = 0, Magento = 0.61, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 84 | 112 | - |
| CMYK | 0 | 0.61 | 0.49 | 0.15 |
| HSL | 347.46º | 0.64% | 0.59% | - |
| HSV(B) | 347.46º | 0.61% | 0.85% | - |
| XYZ | 35.01 | 22.42 | 17.81 | - |
| YUV | 127.26 | 119.39 | 192.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 84 | 112 | 0 | 0.61 | 0.49 | 0.15 | 347.46 | 0.64 | 0.59 |
| Hex | DA | 54 | 70 | 0 | 3D | 31 | F | 15B | 40 | 3B |
| Octal | 332 | 124 | 160 | 0 | 75 | 61 | 17 | 533 | 100 | 73 |
| Binary | 11011010 | 1010100 | 1110000 | 0 | 111101 | 110001 | 1111 | 101011011 | 1000000 | 111011 |
Color Harmonies of #DA5470
Complementary color
Monochromatic Colors of #DA5470
Black with #DA5470
Text Example
Text Example
White with #DA5470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5470; }
p { color: rgb(218,84,112); }
H1.HeaderClassName
{
color: #DA5470;
}
.AnyTagClassName
{
color: #DA5470;
}
</style>
background-color css
<style>
a { background-color: #DA5470; }
a { background-color: rgb(218,84,112); }
div.DivClassName
{
background-color: #DA5470;
}
.BgClassName
{
background-color: #DA5470;
}
</style>
border-color css
<style>
span { border-color: #DA5470; }
span { border-color: rgb(218,84,112); }
td.TdClassName
{
border-color: #DA5470;
}
.TagClassName
{
border-color: #DA5470;
}
</style>