Shades of Cranberry #DA577B
Tints of Cranberry #DA577B
RGB
CMYK
RGB Variations
Color information
#DA577B (or 0xDA577B) is known color: Cranberry. HEX triplet: DA, 57 and 7B. RGB value is (218,87,123). Sum of RGB (Red+Green+Blue) = 218+87+123=428 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.93% from 428); Green value is 87 (34.38% from 255 or 20.33% from 428); Blue value is 123 (48.44% from 255 or 28.74% from 428); Max value from RGB is 218 - color contains mainly: red. Hex color #DA577B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA577B is #25A884. Grayscale: #828282. Windows color (decimal): -2467973 or 8083418. OLE color: 8083418.
HSL color Cylindrical-coordinate representation of color #DA577B: hue angle of 343.51º 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 #DA577B is Cyan = 0, Magento = 0.60, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 87 | 123 | - |
| CMYK | 0 | 0.60 | 0.44 | 0.15 |
| HSL | 343.51º | 0.64% | 0.6% | - |
| HSV(B) | 343.51º | 0.6% | 0.85% | - |
| XYZ | 35.9 | 23.15 | 21.32 | - |
| YUV | 130.27 | 123.9 | 190.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 87 | 123 | 0 | 0.60 | 0.44 | 0.15 | 343.51 | 0.64 | 0.6 |
| Hex | DA | 57 | 7B | 0 | 3C | 2C | F | 158 | 40 | 3C |
| Octal | 332 | 127 | 173 | 0 | 74 | 54 | 17 | 530 | 100 | 74 |
| Binary | 11011010 | 1010111 | 1111011 | 0 | 111100 | 101100 | 1111 | 101011000 | 1000000 | 111100 |
Color Harmonies of #DA577B
Complementary color
Monochromatic Colors of #DA577B
Black with #DA577B
Text Example
Text Example
White with #DA577B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA577B; }
p { color: rgb(218,87,123); }
H1.HeaderClassName
{
color: #DA577B;
}
.AnyTagClassName
{
color: #DA577B;
}
</style>
background-color css
<style>
a { background-color: #DA577B; }
a { background-color: rgb(218,87,123); }
div.DivClassName
{
background-color: #DA577B;
}
.BgClassName
{
background-color: #DA577B;
}
</style>
border-color css
<style>
span { border-color: #DA577B; }
span { border-color: rgb(218,87,123); }
td.TdClassName
{
border-color: #DA577B;
}
.TagClassName
{
border-color: #DA577B;
}
</style>