Shades of Cranberry #DA4A89
Tints of Cranberry #DA4A89
RGB
CMYK
RGB Variations
Color information
#DA4A89 (or 0xDA4A89) is known color: Cranberry. HEX triplet: DA, 4A and 89. RGB value is (218,74,137). Sum of RGB (Red+Green+Blue) = 218+74+137=429 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.82% from 429); Green value is 74 (29.30% from 255 or 17.25% from 429); Blue value is 137 (53.91% from 255 or 31.93% from 429); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4A89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4A89 is #25B576. Grayscale: #7C7C7C. Windows color (decimal): -2471287 or 8997594. OLE color: 8997594.
HSL color Cylindrical-coordinate representation of color #DA4A89: hue angle of 333.75º 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 #DA4A89 is Cyan = 0, Magento = 0.66, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 74 | 137 | - |
| CMYK | 0 | 0.66 | 0.37 | 0.15 |
| HSL | 333.75º | 0.66% | 0.57% | - |
| HSV(B) | 333.75º | 0.66% | 0.85% | - |
| XYZ | 35.88 | 21.61 | 25.95 | - |
| YUV | 124.24 | 135.21 | 194.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 74 | 137 | 0 | 0.66 | 0.37 | 0.15 | 333.75 | 0.66 | 0.57 |
| Hex | DA | 4A | 89 | 0 | 42 | 25 | F | 14E | 42 | 39 |
| Octal | 332 | 112 | 211 | 0 | 102 | 45 | 17 | 516 | 102 | 71 |
| Binary | 11011010 | 1001010 | 10001001 | 0 | 1000010 | 100101 | 1111 | 101001110 | 1000010 | 111001 |
Color Harmonies of #DA4A89
Complementary color
Monochromatic Colors of #DA4A89
Black with #DA4A89
Text Example
Text Example
White with #DA4A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4A89; }
p { color: rgb(218,74,137); }
H1.HeaderClassName
{
color: #DA4A89;
}
.AnyTagClassName
{
color: #DA4A89;
}
</style>
background-color css
<style>
a { background-color: #DA4A89; }
a { background-color: rgb(218,74,137); }
div.DivClassName
{
background-color: #DA4A89;
}
.BgClassName
{
background-color: #DA4A89;
}
</style>
border-color css
<style>
span { border-color: #DA4A89; }
span { border-color: rgb(218,74,137); }
td.TdClassName
{
border-color: #DA4A89;
}
.TagClassName
{
border-color: #DA4A89;
}
</style>