Shades of Cranberry #DA597B
Tints of Cranberry #DA597B
RGB
CMYK
RGB Variations
Color information
#DA597B (or 0xDA597B) is known color: Cranberry. HEX triplet: DA, 59 and 7B. RGB value is (218,89,123). Sum of RGB (Red+Green+Blue) = 218+89+123=430 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.70% from 430); Green value is 89 (35.16% from 255 or 20.70% from 430); Blue value is 123 (48.44% from 255 or 28.60% from 430); Max value from RGB is 218 - color contains mainly: red. Hex color #DA597B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA597B is #25A684. Grayscale: #838383. Windows color (decimal): -2467461 or 8083930. OLE color: 8083930.
HSL color Cylindrical-coordinate representation of color #DA597B: hue angle of 344.19º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DA597B is Cyan = 0, Magento = 0.59, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 89 | 123 | - |
| CMYK | 0 | 0.59 | 0.44 | 0.15 |
| HSL | 344.19º | 0.64% | 0.6% | - |
| HSV(B) | 344.19º | 0.59% | 0.85% | - |
| XYZ | 36.06 | 23.48 | 21.37 | - |
| YUV | 131.45 | 123.24 | 189.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 89 | 123 | 0 | 0.59 | 0.44 | 0.15 | 344.19 | 0.64 | 0.6 |
| Hex | DA | 59 | 7B | 0 | 3B | 2C | F | 158 | 40 | 3C |
| Octal | 332 | 131 | 173 | 0 | 73 | 54 | 17 | 530 | 100 | 74 |
| Binary | 11011010 | 1011001 | 1111011 | 0 | 111011 | 101100 | 1111 | 101011000 | 1000000 | 111100 |
Color Harmonies of #DA597B
Complementary color
Monochromatic Colors of #DA597B
Black with #DA597B
Text Example
Text Example
White with #DA597B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA597B; }
p { color: rgb(218,89,123); }
H1.HeaderClassName
{
color: #DA597B;
}
.AnyTagClassName
{
color: #DA597B;
}
</style>
background-color css
<style>
a { background-color: #DA597B; }
a { background-color: rgb(218,89,123); }
div.DivClassName
{
background-color: #DA597B;
}
.BgClassName
{
background-color: #DA597B;
}
</style>
border-color css
<style>
span { border-color: #DA597B; }
span { border-color: rgb(218,89,123); }
td.TdClassName
{
border-color: #DA597B;
}
.TagClassName
{
border-color: #DA597B;
}
</style>