Shades of Cranberry #DA4980
Tints of Cranberry #DA4980
RGB
CMYK
RGB Variations
Color information
#DA4980 (or 0xDA4980) is known color: Cranberry. HEX triplet: DA, 49 and 80. RGB value is (218,73,128). Sum of RGB (Red+Green+Blue) = 218+73+128=419 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.03% from 419); Green value is 73 (28.91% from 255 or 17.42% from 419); Blue value is 128 (50.39% from 255 or 30.55% from 419); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4980 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4980 is #25B67F. Grayscale: #7A7A7A. Windows color (decimal): -2471552 or 8407514. OLE color: 8407514.
HSL color Cylindrical-coordinate representation of color #DA4980: hue angle of 337.24º degrees, saturation: 0.66, 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 #DA4980 is Cyan = 0, Magento = 0.67, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 73 | 128 | - |
| CMYK | 0 | 0.67 | 0.41 | 0.15 |
| HSL | 337.24º | 0.66% | 0.57% | - |
| HSV(B) | 337.24º | 0.67% | 0.85% | - |
| XYZ | 35.19 | 21.23 | 22.66 | - |
| YUV | 122.63 | 131.04 | 196.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 73 | 128 | 0 | 0.67 | 0.41 | 0.15 | 337.24 | 0.66 | 0.57 |
| Hex | DA | 49 | 80 | 0 | 43 | 29 | F | 151 | 42 | 39 |
| Octal | 332 | 111 | 200 | 0 | 103 | 51 | 17 | 521 | 102 | 71 |
| Binary | 11011010 | 1001001 | 10000000 | 0 | 1000011 | 101001 | 1111 | 101010001 | 1000010 | 111001 |
Color Harmonies of #DA4980
Complementary color
Monochromatic Colors of #DA4980
Black with #DA4980
Text Example
Text Example
White with #DA4980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4980; }
p { color: rgb(218,73,128); }
H1.HeaderClassName
{
color: #DA4980;
}
.AnyTagClassName
{
color: #DA4980;
}
</style>
background-color css
<style>
a { background-color: #DA4980; }
a { background-color: rgb(218,73,128); }
div.DivClassName
{
background-color: #DA4980;
}
.BgClassName
{
background-color: #DA4980;
}
</style>
border-color css
<style>
span { border-color: #DA4980; }
span { border-color: rgb(218,73,128); }
td.TdClassName
{
border-color: #DA4980;
}
.TagClassName
{
border-color: #DA4980;
}
</style>