Shades of Cranberry #DA5178
Tints of Cranberry #DA5178
RGB
CMYK
RGB Variations
Color information
#DA5178 (or 0xDA5178) is known color: Cranberry. HEX triplet: DA, 51 and 78. RGB value is (218,81,120). Sum of RGB (Red+Green+Blue) = 218+81+120=419 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.03% from 419); Green value is 81 (32.03% from 255 or 19.33% from 419); Blue value is 120 (47.27% from 255 or 28.64% from 419); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5178 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5178 is #25AE87. Grayscale: #7E7E7E. Windows color (decimal): -2469512 or 7885274. OLE color: 7885274.
HSL color Cylindrical-coordinate representation of color #DA5178: hue angle of 342.92º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DA5178 is Cyan = 0, Magento = 0.63, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 81 | 120 | - |
| CMYK | 0 | 0.63 | 0.45 | 0.15 |
| HSL | 342.92º | 0.65% | 0.59% | - |
| HSV(B) | 342.92º | 0.63% | 0.85% | - |
| XYZ | 35.25 | 22.15 | 20.19 | - |
| YUV | 126.41 | 124.39 | 193.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 81 | 120 | 0 | 0.63 | 0.45 | 0.15 | 342.92 | 0.65 | 0.59 |
| Hex | DA | 51 | 78 | 0 | 3F | 2D | F | 157 | 41 | 3B |
| Octal | 332 | 121 | 170 | 0 | 77 | 55 | 17 | 527 | 101 | 73 |
| Binary | 11011010 | 1010001 | 1111000 | 0 | 111111 | 101101 | 1111 | 101010111 | 1000001 | 111011 |
Color Harmonies of #DA5178
Complementary color
Monochromatic Colors of #DA5178
Black with #DA5178
Text Example
Text Example
White with #DA5178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5178; }
p { color: rgb(218,81,120); }
H1.HeaderClassName
{
color: #DA5178;
}
.AnyTagClassName
{
color: #DA5178;
}
</style>
background-color css
<style>
a { background-color: #DA5178; }
a { background-color: rgb(218,81,120); }
div.DivClassName
{
background-color: #DA5178;
}
.BgClassName
{
background-color: #DA5178;
}
</style>
border-color css
<style>
span { border-color: #DA5178; }
span { border-color: rgb(218,81,120); }
td.TdClassName
{
border-color: #DA5178;
}
.TagClassName
{
border-color: #DA5178;
}
</style>