Shades of Cranberry #DA4D80
Tints of Cranberry #DA4D80
RGB
CMYK
RGB Variations
Color information
#DA4D80 (or 0xDA4D80) is known color: Cranberry. HEX triplet: DA, 4D and 80. RGB value is (218,77,128). Sum of RGB (Red+Green+Blue) = 218+77+128=423 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.54% from 423); Green value is 77 (30.47% from 255 or 18.20% from 423); Blue value is 128 (50.39% from 255 or 30.26% from 423); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4D80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA4D80 is #25B27F. Grayscale: #7C7C7C. Windows color (decimal): -2470528 or 8408538. OLE color: 8408538.
HSL color Cylindrical-coordinate representation of color #DA4D80: hue angle of 338.3º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DA4D80 is Cyan = 0, Magento = 0.65, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 77 | 128 | - |
| CMYK | 0 | 0.65 | 0.41 | 0.15 |
| HSL | 338.3º | 0.66% | 0.58% | - |
| HSV(B) | 338.3º | 0.65% | 0.85% | - |
| XYZ | 35.46 | 21.77 | 22.76 | - |
| YUV | 124.97 | 129.71 | 194.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 77 | 128 | 0 | 0.65 | 0.41 | 0.15 | 338.3 | 0.66 | 0.58 |
| Hex | DA | 4D | 80 | 0 | 41 | 29 | F | 152 | 42 | 3A |
| Octal | 332 | 115 | 200 | 0 | 101 | 51 | 17 | 522 | 102 | 72 |
| Binary | 11011010 | 1001101 | 10000000 | 0 | 1000001 | 101001 | 1111 | 101010010 | 1000010 | 111010 |
Color Harmonies of #DA4D80
Complementary color
Monochromatic Colors of #DA4D80
Black with #DA4D80
Text Example
Text Example
White with #DA4D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4D80; }
p { color: rgb(218,77,128); }
H1.HeaderClassName
{
color: #DA4D80;
}
.AnyTagClassName
{
color: #DA4D80;
}
</style>
background-color css
<style>
a { background-color: #DA4D80; }
a { background-color: rgb(218,77,128); }
div.DivClassName
{
background-color: #DA4D80;
}
.BgClassName
{
background-color: #DA4D80;
}
</style>
border-color css
<style>
span { border-color: #DA4D80; }
span { border-color: rgb(218,77,128); }
td.TdClassName
{
border-color: #DA4D80;
}
.TagClassName
{
border-color: #DA4D80;
}
</style>