Shades of Cranberry #DA5F80
Tints of Cranberry #DA5F80
RGB
CMYK
RGB Variations
Color information
#DA5F80 (or 0xDA5F80) is known color: Cranberry. HEX triplet: DA, 5F and 80. RGB value is (218,95,128). Sum of RGB (Red+Green+Blue) = 218+95+128=441 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.43% from 441); Green value is 95 (37.5% from 255 or 21.54% from 441); Blue value is 128 (50.39% from 255 or 29.02% from 441); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5F80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA5F80 is #25A07F. Grayscale: #878787. Windows color (decimal): -2465920 or 8413146. OLE color: 8413146.
HSL color Cylindrical-coordinate representation of color #DA5F80: hue angle of 343.9º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DA5F80 is Cyan = 0, Magento = 0.56, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 95 | 128 | - |
| CMYK | 0 | 0.56 | 0.41 | 0.15 |
| HSL | 343.9º | 0.62% | 0.61% | - |
| HSV(B) | 343.9º | 0.56% | 0.85% | - |
| XYZ | 36.9 | 24.65 | 23.23 | - |
| YUV | 135.54 | 123.75 | 186.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 95 | 128 | 0 | 0.56 | 0.41 | 0.15 | 343.9 | 0.62 | 0.61 |
| Hex | DA | 5F | 80 | 0 | 38 | 29 | F | 158 | 3E | 3D |
| Octal | 332 | 137 | 200 | 0 | 70 | 51 | 17 | 530 | 76 | 75 |
| Binary | 11011010 | 1011111 | 10000000 | 0 | 111000 | 101001 | 1111 | 101011000 | 111110 | 111101 |
Color Harmonies of #DA5F80
Complementary color
Monochromatic Colors of #DA5F80
Black with #DA5F80
Text Example
Text Example
White with #DA5F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5F80; }
p { color: rgb(218,95,128); }
H1.HeaderClassName
{
color: #DA5F80;
}
.AnyTagClassName
{
color: #DA5F80;
}
</style>
background-color css
<style>
a { background-color: #DA5F80; }
a { background-color: rgb(218,95,128); }
div.DivClassName
{
background-color: #DA5F80;
}
.BgClassName
{
background-color: #DA5F80;
}
</style>
border-color css
<style>
span { border-color: #DA5F80; }
span { border-color: rgb(218,95,128); }
td.TdClassName
{
border-color: #DA5F80;
}
.TagClassName
{
border-color: #DA5F80;
}
</style>