Shades of Cranberry #DA5581
Tints of Cranberry #DA5581
RGB
CMYK
RGB Variations
Color information
#DA5581 (or 0xDA5581) is known color: Cranberry. HEX triplet: DA, 55 and 81. RGB value is (218,85,129). Sum of RGB (Red+Green+Blue) = 218+85+129=432 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.46% from 432); Green value is 85 (33.59% from 255 or 19.68% from 432); Blue value is 129 (50.78% from 255 or 29.86% from 432); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5581 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA5581 is #25AA7E. Grayscale: #818181. Windows color (decimal): -2468479 or 8476122. OLE color: 8476122.
HSL color Cylindrical-coordinate representation of color #DA5581: hue angle of 340.15º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DA5581 is Cyan = 0, Magento = 0.61, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 85 | 129 | - |
| CMYK | 0 | 0.61 | 0.41 | 0.15 |
| HSL | 340.15º | 0.64% | 0.59% | - |
| HSV(B) | 340.15º | 0.61% | 0.85% | - |
| XYZ | 36.12 | 22.99 | 23.3 | - |
| YUV | 129.78 | 127.56 | 190.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 85 | 129 | 0 | 0.61 | 0.41 | 0.15 | 340.15 | 0.64 | 0.59 |
| Hex | DA | 55 | 81 | 0 | 3D | 29 | F | 154 | 40 | 3B |
| Octal | 332 | 125 | 201 | 0 | 75 | 51 | 17 | 524 | 100 | 73 |
| Binary | 11011010 | 1010101 | 10000001 | 0 | 111101 | 101001 | 1111 | 101010100 | 1000000 | 111011 |
Color Harmonies of #DA5581
Complementary color
Monochromatic Colors of #DA5581
Black with #DA5581
Text Example
Text Example
White with #DA5581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5581; }
p { color: rgb(218,85,129); }
H1.HeaderClassName
{
color: #DA5581;
}
.AnyTagClassName
{
color: #DA5581;
}
</style>
background-color css
<style>
a { background-color: #DA5581; }
a { background-color: rgb(218,85,129); }
div.DivClassName
{
background-color: #DA5581;
}
.BgClassName
{
background-color: #DA5581;
}
</style>
border-color css
<style>
span { border-color: #DA5581; }
span { border-color: rgb(218,85,129); }
td.TdClassName
{
border-color: #DA5581;
}
.TagClassName
{
border-color: #DA5581;
}
</style>