Shades of Cranberry #DA4A80
Tints of Cranberry #DA4A80
RGB
CMYK
RGB Variations
Color information
#DA4A80 (or 0xDA4A80) is known color: Cranberry. HEX triplet: DA, 4A and 80. RGB value is (218,74,128). Sum of RGB (Red+Green+Blue) = 218+74+128=420 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.90% from 420); Green value is 74 (29.30% from 255 or 17.62% from 420); Blue value is 128 (50.39% from 255 or 30.48% from 420); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4A80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4A80 is #25B57F. Grayscale: #7B7B7B. Windows color (decimal): -2471296 or 8407770. OLE color: 8407770.
HSL color Cylindrical-coordinate representation of color #DA4A80: hue angle of 337.5º 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 #DA4A80 is Cyan = 0, Magento = 0.66, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 74 | 128 | - |
| CMYK | 0 | 0.66 | 0.41 | 0.15 |
| HSL | 337.5º | 0.66% | 0.57% | - |
| HSV(B) | 337.5º | 0.66% | 0.85% | - |
| XYZ | 35.26 | 21.36 | 22.69 | - |
| YUV | 123.21 | 130.71 | 195.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 74 | 128 | 0 | 0.66 | 0.41 | 0.15 | 337.5 | 0.66 | 0.57 |
| Hex | DA | 4A | 80 | 0 | 42 | 29 | F | 152 | 42 | 39 |
| Octal | 332 | 112 | 200 | 0 | 102 | 51 | 17 | 522 | 102 | 71 |
| Binary | 11011010 | 1001010 | 10000000 | 0 | 1000010 | 101001 | 1111 | 101010010 | 1000010 | 111001 |
Color Harmonies of #DA4A80
Complementary color
Monochromatic Colors of #DA4A80
Black with #DA4A80
Text Example
Text Example
White with #DA4A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4A80; }
p { color: rgb(218,74,128); }
H1.HeaderClassName
{
color: #DA4A80;
}
.AnyTagClassName
{
color: #DA4A80;
}
</style>
background-color css
<style>
a { background-color: #DA4A80; }
a { background-color: rgb(218,74,128); }
div.DivClassName
{
background-color: #DA4A80;
}
.BgClassName
{
background-color: #DA4A80;
}
</style>
border-color css
<style>
span { border-color: #DA4A80; }
span { border-color: rgb(218,74,128); }
td.TdClassName
{
border-color: #DA4A80;
}
.TagClassName
{
border-color: #DA4A80;
}
</style>