Shades of Cranberry #DA477A
Tints of Cranberry #DA477A
RGB
CMYK
RGB Variations
Color information
#DA477A (or 0xDA477A) is known color: Cranberry. HEX triplet: DA, 47 and 7A. RGB value is (218,71,122). Sum of RGB (Red+Green+Blue) = 218+71+122=411 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.04% from 411); Green value is 71 (28.12% from 255 or 17.27% from 411); Blue value is 122 (48.05% from 255 or 29.68% from 411); Max value from RGB is 218 - color contains mainly: red. Hex color #DA477A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA477A is #25B885. Grayscale: #787878. Windows color (decimal): -2472070 or 8013786. OLE color: 8013786.
HSL color Cylindrical-coordinate representation of color #DA477A: hue angle of 339.18º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DA477A is Cyan = 0, Magento = 0.67, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 71 | 122 | - |
| CMYK | 0 | 0.67 | 0.44 | 0.15 |
| HSL | 339.18º | 0.67% | 0.57% | - |
| HSV(B) | 339.18º | 0.67% | 0.85% | - |
| XYZ | 34.68 | 20.82 | 20.6 | - |
| YUV | 120.77 | 128.7 | 197.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 71 | 122 | 0 | 0.67 | 0.44 | 0.15 | 339.18 | 0.67 | 0.57 |
| Hex | DA | 47 | 7A | 0 | 43 | 2C | F | 153 | 43 | 39 |
| Octal | 332 | 107 | 172 | 0 | 103 | 54 | 17 | 523 | 103 | 71 |
| Binary | 11011010 | 1000111 | 1111010 | 0 | 1000011 | 101100 | 1111 | 101010011 | 1000011 | 111001 |
Color Harmonies of #DA477A
Complementary color
Monochromatic Colors of #DA477A
Black with #DA477A
Text Example
Text Example
White with #DA477A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA477A; }
p { color: rgb(218,71,122); }
H1.HeaderClassName
{
color: #DA477A;
}
.AnyTagClassName
{
color: #DA477A;
}
</style>
background-color css
<style>
a { background-color: #DA477A; }
a { background-color: rgb(218,71,122); }
div.DivClassName
{
background-color: #DA477A;
}
.BgClassName
{
background-color: #DA477A;
}
</style>
border-color css
<style>
span { border-color: #DA477A; }
span { border-color: rgb(218,71,122); }
td.TdClassName
{
border-color: #DA477A;
}
.TagClassName
{
border-color: #DA477A;
}
</style>