Shades of Cranberry #DA577A
Tints of Cranberry #DA577A
RGB
CMYK
RGB Variations
Color information
#DA577A (or 0xDA577A) is known color: Cranberry. HEX triplet: DA, 57 and 7A. RGB value is (218,87,122). Sum of RGB (Red+Green+Blue) = 218+87+122=427 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.05% from 427); Green value is 87 (34.38% from 255 or 20.37% from 427); Blue value is 122 (48.05% from 255 or 28.57% from 427); Max value from RGB is 218 - color contains mainly: red. Hex color #DA577A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA577A is #25A885. Grayscale: #828282. Windows color (decimal): -2467974 or 8017882. OLE color: 8017882.
HSL color Cylindrical-coordinate representation of color #DA577A: hue angle of 343.97º 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 #DA577A is Cyan = 0, Magento = 0.60, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 87 | 122 | - |
| CMYK | 0 | 0.60 | 0.44 | 0.15 |
| HSL | 343.97º | 0.64% | 0.6% | - |
| HSV(B) | 343.97º | 0.6% | 0.85% | - |
| XYZ | 35.83 | 23.13 | 20.99 | - |
| YUV | 130.16 | 123.4 | 190.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 87 | 122 | 0 | 0.60 | 0.44 | 0.15 | 343.97 | 0.64 | 0.6 |
| Hex | DA | 57 | 7A | 0 | 3C | 2C | F | 158 | 40 | 3C |
| Octal | 332 | 127 | 172 | 0 | 74 | 54 | 17 | 530 | 100 | 74 |
| Binary | 11011010 | 1010111 | 1111010 | 0 | 111100 | 101100 | 1111 | 101011000 | 1000000 | 111100 |
Color Harmonies of #DA577A
Complementary color
Monochromatic Colors of #DA577A
Black with #DA577A
Text Example
Text Example
White with #DA577A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA577A; }
p { color: rgb(218,87,122); }
H1.HeaderClassName
{
color: #DA577A;
}
.AnyTagClassName
{
color: #DA577A;
}
</style>
background-color css
<style>
a { background-color: #DA577A; }
a { background-color: rgb(218,87,122); }
div.DivClassName
{
background-color: #DA577A;
}
.BgClassName
{
background-color: #DA577A;
}
</style>
border-color css
<style>
span { border-color: #DA577A; }
span { border-color: rgb(218,87,122); }
td.TdClassName
{
border-color: #DA577A;
}
.TagClassName
{
border-color: #DA577A;
}
</style>