Shades of Cranberry #DA5881
Tints of Cranberry #DA5881
RGB
CMYK
RGB Variations
Color information
#DA5881 (or 0xDA5881) is known color: Cranberry. HEX triplet: DA, 58 and 81. RGB value is (218,88,129). Sum of RGB (Red+Green+Blue) = 218+88+129=435 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.11% from 435); Green value is 88 (34.77% from 255 or 20.23% from 435); Blue value is 129 (50.78% from 255 or 29.66% from 435); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5881 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA5881 is #25A77E. Grayscale: #838383. Windows color (decimal): -2467711 or 8476890. OLE color: 8476890.
HSL color Cylindrical-coordinate representation of color #DA5881: hue angle of 341.08º 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 #DA5881 is Cyan = 0, Magento = 0.60, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 88 | 129 | - |
| CMYK | 0 | 0.60 | 0.41 | 0.15 |
| HSL | 341.08º | 0.64% | 0.6% | - |
| HSV(B) | 341.08º | 0.6% | 0.85% | - |
| XYZ | 36.37 | 23.47 | 23.38 | - |
| YUV | 131.54 | 126.57 | 189.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 88 | 129 | 0 | 0.60 | 0.41 | 0.15 | 341.08 | 0.64 | 0.6 |
| Hex | DA | 58 | 81 | 0 | 3C | 29 | F | 155 | 40 | 3C |
| Octal | 332 | 130 | 201 | 0 | 74 | 51 | 17 | 525 | 100 | 74 |
| Binary | 11011010 | 1011000 | 10000001 | 0 | 111100 | 101001 | 1111 | 101010101 | 1000000 | 111100 |
Color Harmonies of #DA5881
Complementary color
Monochromatic Colors of #DA5881
Black with #DA5881
Text Example
Text Example
White with #DA5881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5881; }
p { color: rgb(218,88,129); }
H1.HeaderClassName
{
color: #DA5881;
}
.AnyTagClassName
{
color: #DA5881;
}
</style>
background-color css
<style>
a { background-color: #DA5881; }
a { background-color: rgb(218,88,129); }
div.DivClassName
{
background-color: #DA5881;
}
.BgClassName
{
background-color: #DA5881;
}
</style>
border-color css
<style>
span { border-color: #DA5881; }
span { border-color: rgb(218,88,129); }
td.TdClassName
{
border-color: #DA5881;
}
.TagClassName
{
border-color: #DA5881;
}
</style>