Shades of Cranberry #DA5882
Tints of Cranberry #DA5882
RGB
CMYK
RGB Variations
Color information
#DA5882 (or 0xDA5882) is known color: Cranberry. HEX triplet: DA, 58 and 82. RGB value is (218,88,130). Sum of RGB (Red+Green+Blue) = 218+88+130=436 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50% from 436); Green value is 88 (34.77% from 255 or 20.18% from 436); Blue value is 130 (51.17% from 255 or 29.82% from 436); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5882 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA5882 is #25A77D. Grayscale: #838383. Windows color (decimal): -2467710 or 8542426. OLE color: 8542426.
HSL color Cylindrical-coordinate representation of color #DA5882: hue angle of 340.62º 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 #DA5882 is Cyan = 0, Magento = 0.60, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 88 | 130 | - |
| CMYK | 0 | 0.60 | 0.40 | 0.15 |
| HSL | 340.62º | 0.64% | 0.6% | - |
| HSV(B) | 340.62º | 0.6% | 0.85% | - |
| XYZ | 36.43 | 23.5 | 23.73 | - |
| YUV | 131.66 | 127.07 | 189.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 88 | 130 | 0 | 0.60 | 0.40 | 0.15 | 340.62 | 0.64 | 0.6 |
| Hex | DA | 58 | 82 | 0 | 3C | 28 | F | 155 | 40 | 3C |
| Octal | 332 | 130 | 202 | 0 | 74 | 50 | 17 | 525 | 100 | 74 |
| Binary | 11011010 | 1011000 | 10000010 | 0 | 111100 | 101000 | 1111 | 101010101 | 1000000 | 111100 |
Color Harmonies of #DA5882
Complementary color
Monochromatic Colors of #DA5882
Black with #DA5882
Text Example
Text Example
White with #DA5882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5882; }
p { color: rgb(218,88,130); }
H1.HeaderClassName
{
color: #DA5882;
}
.AnyTagClassName
{
color: #DA5882;
}
</style>
background-color css
<style>
a { background-color: #DA5882; }
a { background-color: rgb(218,88,130); }
div.DivClassName
{
background-color: #DA5882;
}
.BgClassName
{
background-color: #DA5882;
}
</style>
border-color css
<style>
span { border-color: #DA5882; }
span { border-color: rgb(218,88,130); }
td.TdClassName
{
border-color: #DA5882;
}
.TagClassName
{
border-color: #DA5882;
}
</style>