Shades of Cranberry #DA5088
Tints of Cranberry #DA5088
RGB
CMYK
RGB Variations
Color information
#DA5088 (or 0xDA5088) is known color: Cranberry. HEX triplet: DA, 50 and 88. RGB value is (218,80,136). Sum of RGB (Red+Green+Blue) = 218+80+136=434 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.23% from 434); Green value is 80 (31.64% from 255 or 18.43% from 434); Blue value is 136 (53.52% from 255 or 31.34% from 434); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5088 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA5088 is #25AF77. Grayscale: #7F7F7F. Windows color (decimal): -2469752 or 8933594. OLE color: 8933594.
HSL color Cylindrical-coordinate representation of color #DA5088: hue angle of 335.65º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DA5088 is Cyan = 0, Magento = 0.63, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 80 | 136 | - |
| CMYK | 0 | 0.63 | 0.38 | 0.15 |
| HSL | 335.65º | 0.65% | 0.58% | - |
| HSV(B) | 335.65º | 0.63% | 0.85% | - |
| XYZ | 36.23 | 22.42 | 25.71 | - |
| YUV | 127.65 | 132.72 | 192.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 80 | 136 | 0 | 0.63 | 0.38 | 0.15 | 335.65 | 0.65 | 0.58 |
| Hex | DA | 50 | 88 | 0 | 3F | 26 | F | 150 | 41 | 3A |
| Octal | 332 | 120 | 210 | 0 | 77 | 46 | 17 | 520 | 101 | 72 |
| Binary | 11011010 | 1010000 | 10001000 | 0 | 111111 | 100110 | 1111 | 101010000 | 1000001 | 111010 |
Color Harmonies of #DA5088
Complementary color
Monochromatic Colors of #DA5088
Black with #DA5088
Text Example
Text Example
White with #DA5088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5088; }
p { color: rgb(218,80,136); }
H1.HeaderClassName
{
color: #DA5088;
}
.AnyTagClassName
{
color: #DA5088;
}
</style>
background-color css
<style>
a { background-color: #DA5088; }
a { background-color: rgb(218,80,136); }
div.DivClassName
{
background-color: #DA5088;
}
.BgClassName
{
background-color: #DA5088;
}
</style>
border-color css
<style>
span { border-color: #DA5088; }
span { border-color: rgb(218,80,136); }
td.TdClassName
{
border-color: #DA5088;
}
.TagClassName
{
border-color: #DA5088;
}
</style>