Shades of Cranberry #DA5288
Tints of Cranberry #DA5288
RGB
CMYK
RGB Variations
Color information
#DA5288 (or 0xDA5288) is known color: Cranberry. HEX triplet: DA, 52 and 88. RGB value is (218,82,136). Sum of RGB (Red+Green+Blue) = 218+82+136=436 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50% from 436); Green value is 82 (32.42% from 255 or 18.81% from 436); Blue value is 136 (53.52% from 255 or 31.19% from 436); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5288 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA5288 is #25AD77. Grayscale: #808080. Windows color (decimal): -2469240 or 8934106. OLE color: 8934106.
HSL color Cylindrical-coordinate representation of color #DA5288: hue angle of 336.18º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DA5288 is Cyan = 0, Magento = 0.62, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 82 | 136 | - |
| CMYK | 0 | 0.62 | 0.38 | 0.15 |
| HSL | 336.18º | 0.65% | 0.59% | - |
| HSV(B) | 336.18º | 0.62% | 0.85% | - |
| XYZ | 36.37 | 22.72 | 25.76 | - |
| YUV | 128.82 | 132.06 | 191.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 82 | 136 | 0 | 0.62 | 0.38 | 0.15 | 336.18 | 0.65 | 0.59 |
| Hex | DA | 52 | 88 | 0 | 3E | 26 | F | 150 | 41 | 3B |
| Octal | 332 | 122 | 210 | 0 | 76 | 46 | 17 | 520 | 101 | 73 |
| Binary | 11011010 | 1010010 | 10001000 | 0 | 111110 | 100110 | 1111 | 101010000 | 1000001 | 111011 |
Color Harmonies of #DA5288
Complementary color
Monochromatic Colors of #DA5288
Black with #DA5288
Text Example
Text Example
White with #DA5288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5288; }
p { color: rgb(218,82,136); }
H1.HeaderClassName
{
color: #DA5288;
}
.AnyTagClassName
{
color: #DA5288;
}
</style>
background-color css
<style>
a { background-color: #DA5288; }
a { background-color: rgb(218,82,136); }
div.DivClassName
{
background-color: #DA5288;
}
.BgClassName
{
background-color: #DA5288;
}
</style>
border-color css
<style>
span { border-color: #DA5288; }
span { border-color: rgb(218,82,136); }
td.TdClassName
{
border-color: #DA5288;
}
.TagClassName
{
border-color: #DA5288;
}
</style>