Shades of Cranberry #DA5779
Tints of Cranberry #DA5779
RGB
CMYK
RGB Variations
Color information
#DA5779 (or 0xDA5779) is known color: Cranberry. HEX triplet: DA, 57 and 79. RGB value is (218,87,121). Sum of RGB (Red+Green+Blue) = 218+87+121=426 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.17% from 426); Green value is 87 (34.38% from 255 or 20.42% from 426); Blue value is 121 (47.66% from 255 or 28.40% from 426); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5779 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5779 is #25A886. Grayscale: #828282. Windows color (decimal): -2467975 or 7952346. OLE color: 7952346.
HSL color Cylindrical-coordinate representation of color #DA5779: hue angle of 344.43º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DA5779 is Cyan = 0, Magento = 0.60, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 87 | 121 | - |
| CMYK | 0 | 0.60 | 0.44 | 0.15 |
| HSL | 344.43º | 0.64% | 0.6% | - |
| HSV(B) | 344.43º | 0.6% | 0.85% | - |
| XYZ | 35.77 | 23.1 | 20.66 | - |
| YUV | 130.05 | 122.9 | 190.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 87 | 121 | 0 | 0.60 | 0.44 | 0.15 | 344.43 | 0.64 | 0.6 |
| Hex | DA | 57 | 79 | 0 | 3C | 2C | F | 158 | 40 | 3C |
| Octal | 332 | 127 | 171 | 0 | 74 | 54 | 17 | 530 | 100 | 74 |
| Binary | 11011010 | 1010111 | 1111001 | 0 | 111100 | 101100 | 1111 | 101011000 | 1000000 | 111100 |
Color Harmonies of #DA5779
Complementary color
Monochromatic Colors of #DA5779
Black with #DA5779
Text Example
Text Example
White with #DA5779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5779; }
p { color: rgb(218,87,121); }
H1.HeaderClassName
{
color: #DA5779;
}
.AnyTagClassName
{
color: #DA5779;
}
</style>
background-color css
<style>
a { background-color: #DA5779; }
a { background-color: rgb(218,87,121); }
div.DivClassName
{
background-color: #DA5779;
}
.BgClassName
{
background-color: #DA5779;
}
</style>
border-color css
<style>
span { border-color: #DA5779; }
span { border-color: rgb(218,87,121); }
td.TdClassName
{
border-color: #DA5779;
}
.TagClassName
{
border-color: #DA5779;
}
</style>