Shades of Cranberry #DA587B
Tints of Cranberry #DA587B
RGB
CMYK
RGB Variations
Color information
#DA587B (or 0xDA587B) is known color: Cranberry. HEX triplet: DA, 58 and 7B. RGB value is (218,88,123). Sum of RGB (Red+Green+Blue) = 218+88+123=429 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.82% from 429); Green value is 88 (34.77% from 255 or 20.51% from 429); Blue value is 123 (48.44% from 255 or 28.67% from 429); Max value from RGB is 218 - color contains mainly: red. Hex color #DA587B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA587B is #25A784. Grayscale: #828282. Windows color (decimal): -2467717 or 8083674. OLE color: 8083674.
HSL color Cylindrical-coordinate representation of color #DA587B: hue angle of 343.85º 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 #DA587B is Cyan = 0, Magento = 0.60, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 88 | 123 | - |
| CMYK | 0 | 0.60 | 0.44 | 0.15 |
| HSL | 343.85º | 0.64% | 0.6% | - |
| HSV(B) | 343.85º | 0.6% | 0.85% | - |
| XYZ | 35.98 | 23.31 | 21.34 | - |
| YUV | 130.86 | 123.57 | 190.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 88 | 123 | 0 | 0.60 | 0.44 | 0.15 | 343.85 | 0.64 | 0.6 |
| Hex | DA | 58 | 7B | 0 | 3C | 2C | F | 158 | 40 | 3C |
| Octal | 332 | 130 | 173 | 0 | 74 | 54 | 17 | 530 | 100 | 74 |
| Binary | 11011010 | 1011000 | 1111011 | 0 | 111100 | 101100 | 1111 | 101011000 | 1000000 | 111100 |
Color Harmonies of #DA587B
Complementary color
Monochromatic Colors of #DA587B
Black with #DA587B
Text Example
Text Example
White with #DA587B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA587B; }
p { color: rgb(218,88,123); }
H1.HeaderClassName
{
color: #DA587B;
}
.AnyTagClassName
{
color: #DA587B;
}
</style>
background-color css
<style>
a { background-color: #DA587B; }
a { background-color: rgb(218,88,123); }
div.DivClassName
{
background-color: #DA587B;
}
.BgClassName
{
background-color: #DA587B;
}
</style>
border-color css
<style>
span { border-color: #DA587B; }
span { border-color: rgb(218,88,123); }
td.TdClassName
{
border-color: #DA587B;
}
.TagClassName
{
border-color: #DA587B;
}
</style>