Shades of Cranberry #DA4A7A
Tints of Cranberry #DA4A7A
RGB
CMYK
RGB Variations
Color information
#DA4A7A (or 0xDA4A7A) is known color: Cranberry. HEX triplet: DA, 4A and 7A. RGB value is (218,74,122). Sum of RGB (Red+Green+Blue) = 218+74+122=414 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.66% from 414); Green value is 74 (29.30% from 255 or 17.87% from 414); Blue value is 122 (48.05% from 255 or 29.47% from 414); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4A7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4A7A is #25B585. Grayscale: #7A7A7A. Windows color (decimal): -2471302 or 8014554. OLE color: 8014554.
HSL color Cylindrical-coordinate representation of color #DA4A7A: hue angle of 340º 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 #DA4A7A is Cyan = 0, Magento = 0.66, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 74 | 122 | - |
| CMYK | 0 | 0.66 | 0.44 | 0.15 |
| HSL | 340º | 0.66% | 0.57% | - |
| HSV(B) | 340º | 0.66% | 0.85% | - |
| XYZ | 34.88 | 21.21 | 20.67 | - |
| YUV | 122.53 | 127.71 | 196.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 74 | 122 | 0 | 0.66 | 0.44 | 0.15 | 340 | 0.66 | 0.57 |
| Hex | DA | 4A | 7A | 0 | 42 | 2C | F | 154 | 42 | 39 |
| Octal | 332 | 112 | 172 | 0 | 102 | 54 | 17 | 524 | 102 | 71 |
| Binary | 11011010 | 1001010 | 1111010 | 0 | 1000010 | 101100 | 1111 | 101010100 | 1000010 | 111001 |
Color Harmonies of #DA4A7A
Complementary color
Monochromatic Colors of #DA4A7A
Black with #DA4A7A
Text Example
Text Example
White with #DA4A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4A7A; }
p { color: rgb(218,74,122); }
H1.HeaderClassName
{
color: #DA4A7A;
}
.AnyTagClassName
{
color: #DA4A7A;
}
</style>
background-color css
<style>
a { background-color: #DA4A7A; }
a { background-color: rgb(218,74,122); }
div.DivClassName
{
background-color: #DA4A7A;
}
.BgClassName
{
background-color: #DA4A7A;
}
</style>
border-color css
<style>
span { border-color: #DA4A7A; }
span { border-color: rgb(218,74,122); }
td.TdClassName
{
border-color: #DA4A7A;
}
.TagClassName
{
border-color: #DA4A7A;
}
</style>