Shades of Cranberry #DA4A7B
Tints of Cranberry #DA4A7B
RGB
CMYK
RGB Variations
Color information
#DA4A7B (or 0xDA4A7B) is known color: Cranberry. HEX triplet: DA, 4A and 7B. RGB value is (218,74,123). Sum of RGB (Red+Green+Blue) = 218+74+123=415 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.53% from 415); Green value is 74 (29.30% from 255 or 17.83% from 415); Blue value is 123 (48.44% from 255 or 29.64% from 415); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4A7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4A7B is #25B584. Grayscale: #7A7A7A. Windows color (decimal): -2471301 or 8080090. OLE color: 8080090.
HSL color Cylindrical-coordinate representation of color #DA4A7B: hue angle of 339.58º 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 #DA4A7B is Cyan = 0, Magento = 0.66, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 74 | 123 | - |
| CMYK | 0 | 0.66 | 0.44 | 0.15 |
| HSL | 339.58º | 0.66% | 0.57% | - |
| HSV(B) | 339.58º | 0.66% | 0.85% | - |
| XYZ | 34.94 | 21.23 | 21 | - |
| YUV | 122.64 | 128.21 | 196.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 74 | 123 | 0 | 0.66 | 0.44 | 0.15 | 339.58 | 0.66 | 0.57 |
| Hex | DA | 4A | 7B | 0 | 42 | 2C | F | 154 | 42 | 39 |
| Octal | 332 | 112 | 173 | 0 | 102 | 54 | 17 | 524 | 102 | 71 |
| Binary | 11011010 | 1001010 | 1111011 | 0 | 1000010 | 101100 | 1111 | 101010100 | 1000010 | 111001 |
Color Harmonies of #DA4A7B
Complementary color
Monochromatic Colors of #DA4A7B
Black with #DA4A7B
Text Example
Text Example
White with #DA4A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4A7B; }
p { color: rgb(218,74,123); }
H1.HeaderClassName
{
color: #DA4A7B;
}
.AnyTagClassName
{
color: #DA4A7B;
}
</style>
background-color css
<style>
a { background-color: #DA4A7B; }
a { background-color: rgb(218,74,123); }
div.DivClassName
{
background-color: #DA4A7B;
}
.BgClassName
{
background-color: #DA4A7B;
}
</style>
border-color css
<style>
span { border-color: #DA4A7B; }
span { border-color: rgb(218,74,123); }
td.TdClassName
{
border-color: #DA4A7B;
}
.TagClassName
{
border-color: #DA4A7B;
}
</style>