Shades of Cranberry #DA5878
Tints of Cranberry #DA5878
RGB
CMYK
RGB Variations
Color information
#DA5878 (or 0xDA5878) is known color: Cranberry. HEX triplet: DA, 58 and 78. RGB value is (218,88,120). Sum of RGB (Red+Green+Blue) = 218+88+120=426 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.17% from 426); Green value is 88 (34.77% from 255 or 20.66% from 426); Blue value is 120 (47.27% from 255 or 28.17% from 426); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5878 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5878 is #25A787. Grayscale: #828282. Windows color (decimal): -2467720 or 7887066. OLE color: 7887066.
HSL color Cylindrical-coordinate representation of color #DA5878: hue angle of 345.23º 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 #DA5878 is Cyan = 0, Magento = 0.60, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 88 | 120 | - |
| CMYK | 0 | 0.60 | 0.45 | 0.15 |
| HSL | 345.23º | 0.64% | 0.6% | - |
| HSV(B) | 345.23º | 0.6% | 0.85% | - |
| XYZ | 35.79 | 23.24 | 20.37 | - |
| YUV | 130.52 | 122.07 | 190.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 88 | 120 | 0 | 0.60 | 0.45 | 0.15 | 345.23 | 0.64 | 0.6 |
| Hex | DA | 58 | 78 | 0 | 3C | 2D | F | 159 | 40 | 3C |
| Octal | 332 | 130 | 170 | 0 | 74 | 55 | 17 | 531 | 100 | 74 |
| Binary | 11011010 | 1011000 | 1111000 | 0 | 111100 | 101101 | 1111 | 101011001 | 1000000 | 111100 |
Color Harmonies of #DA5878
Complementary color
Monochromatic Colors of #DA5878
Black with #DA5878
Text Example
Text Example
White with #DA5878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5878; }
p { color: rgb(218,88,120); }
H1.HeaderClassName
{
color: #DA5878;
}
.AnyTagClassName
{
color: #DA5878;
}
</style>
background-color css
<style>
a { background-color: #DA5878; }
a { background-color: rgb(218,88,120); }
div.DivClassName
{
background-color: #DA5878;
}
.BgClassName
{
background-color: #DA5878;
}
</style>
border-color css
<style>
span { border-color: #DA5878; }
span { border-color: rgb(218,88,120); }
td.TdClassName
{
border-color: #DA5878;
}
.TagClassName
{
border-color: #DA5878;
}
</style>