Shades of Cranberry #DA4D78
Tints of Cranberry #DA4D78
RGB
CMYK
RGB Variations
Color information
#DA4D78 (or 0xDA4D78) is known color: Cranberry. HEX triplet: DA, 4D and 78. RGB value is (218,77,120). Sum of RGB (Red+Green+Blue) = 218+77+120=415 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.53% from 415); Green value is 77 (30.47% from 255 or 18.55% from 415); Blue value is 120 (47.27% from 255 or 28.92% from 415); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4D78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA4D78 is #25B287. Grayscale: #7C7C7C. Windows color (decimal): -2470536 or 7884250. OLE color: 7884250.
HSL color Cylindrical-coordinate representation of color #DA4D78: hue angle of 341.7º 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 #DA4D78 is Cyan = 0, Magento = 0.65, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 77 | 120 | - |
| CMYK | 0 | 0.65 | 0.45 | 0.15 |
| HSL | 341.7º | 0.66% | 0.58% | - |
| HSV(B) | 341.7º | 0.65% | 0.85% | - |
| XYZ | 34.96 | 21.57 | 20.09 | - |
| YUV | 124.06 | 125.71 | 195 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 77 | 120 | 0 | 0.65 | 0.45 | 0.15 | 341.7 | 0.66 | 0.58 |
| Hex | DA | 4D | 78 | 0 | 41 | 2D | F | 156 | 42 | 3A |
| Octal | 332 | 115 | 170 | 0 | 101 | 55 | 17 | 526 | 102 | 72 |
| Binary | 11011010 | 1001101 | 1111000 | 0 | 1000001 | 101101 | 1111 | 101010110 | 1000010 | 111010 |
Color Harmonies of #DA4D78
Complementary color
Monochromatic Colors of #DA4D78
Black with #DA4D78
Text Example
Text Example
White with #DA4D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4D78; }
p { color: rgb(218,77,120); }
H1.HeaderClassName
{
color: #DA4D78;
}
.AnyTagClassName
{
color: #DA4D78;
}
</style>
background-color css
<style>
a { background-color: #DA4D78; }
a { background-color: rgb(218,77,120); }
div.DivClassName
{
background-color: #DA4D78;
}
.BgClassName
{
background-color: #DA4D78;
}
</style>
border-color css
<style>
span { border-color: #DA4D78; }
span { border-color: rgb(218,77,120); }
td.TdClassName
{
border-color: #DA4D78;
}
.TagClassName
{
border-color: #DA4D78;
}
</style>