Shades of Cranberry #DA577E
Tints of Cranberry #DA577E
RGB
CMYK
RGB Variations
Color information
#DA577E (or 0xDA577E) is known color: Cranberry. HEX triplet: DA, 57 and 7E. RGB value is (218,87,126). Sum of RGB (Red+Green+Blue) = 218+87+126=431 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.58% from 431); Green value is 87 (34.38% from 255 or 20.19% from 431); Blue value is 126 (49.61% from 255 or 29.23% from 431); Max value from RGB is 218 - color contains mainly: red. Hex color #DA577E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA577E is #25A881. Grayscale: #828282. Windows color (decimal): -2467970 or 8280026. OLE color: 8280026.
HSL color Cylindrical-coordinate representation of color #DA577E: hue angle of 342.14º 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 #DA577E is Cyan = 0, Magento = 0.60, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 87 | 126 | - |
| CMYK | 0 | 0.60 | 0.42 | 0.15 |
| HSL | 342.14º | 0.64% | 0.6% | - |
| HSV(B) | 342.14º | 0.6% | 0.85% | - |
| XYZ | 36.09 | 23.23 | 22.32 | - |
| YUV | 130.62 | 125.4 | 190.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 87 | 126 | 0 | 0.60 | 0.42 | 0.15 | 342.14 | 0.64 | 0.6 |
| Hex | DA | 57 | 7E | 0 | 3C | 2A | F | 156 | 40 | 3C |
| Octal | 332 | 127 | 176 | 0 | 74 | 52 | 17 | 526 | 100 | 74 |
| Binary | 11011010 | 1010111 | 1111110 | 0 | 111100 | 101010 | 1111 | 101010110 | 1000000 | 111100 |
Color Harmonies of #DA577E
Complementary color
Monochromatic Colors of #DA577E
Black with #DA577E
Text Example
Text Example
White with #DA577E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA577E; }
p { color: rgb(218,87,126); }
H1.HeaderClassName
{
color: #DA577E;
}
.AnyTagClassName
{
color: #DA577E;
}
</style>
background-color css
<style>
a { background-color: #DA577E; }
a { background-color: rgb(218,87,126); }
div.DivClassName
{
background-color: #DA577E;
}
.BgClassName
{
background-color: #DA577E;
}
</style>
border-color css
<style>
span { border-color: #DA577E; }
span { border-color: rgb(218,87,126); }
td.TdClassName
{
border-color: #DA577E;
}
.TagClassName
{
border-color: #DA577E;
}
</style>