Shades of Cranberry #DA6080
Tints of Cranberry #DA6080
RGB
CMYK
RGB Variations
Color information
#DA6080 (or 0xDA6080) is known color: Cranberry. HEX triplet: DA, 60 and 80. RGB value is (218,96,128). Sum of RGB (Red+Green+Blue) = 218+96+128=442 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.32% from 442); Green value is 96 (37.89% from 255 or 21.72% from 442); Blue value is 128 (50.39% from 255 or 28.96% from 442); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6080 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6080 is #259F7F. Grayscale: #888888. Windows color (decimal): -2465664 or 8413402. OLE color: 8413402.
HSL color Cylindrical-coordinate representation of color #DA6080: hue angle of 344.26º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DA6080 is Cyan = 0, Magento = 0.56, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 96 | 128 | - |
| CMYK | 0 | 0.56 | 0.41 | 0.15 |
| HSL | 344.26º | 0.62% | 0.62% | - |
| HSV(B) | 344.26º | 0.56% | 0.85% | - |
| XYZ | 36.99 | 24.83 | 23.26 | - |
| YUV | 136.13 | 123.42 | 186.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 96 | 128 | 0 | 0.56 | 0.41 | 0.15 | 344.26 | 0.62 | 0.62 |
| Hex | DA | 60 | 80 | 0 | 38 | 29 | F | 158 | 3E | 3E |
| Octal | 332 | 140 | 200 | 0 | 70 | 51 | 17 | 530 | 76 | 76 |
| Binary | 11011010 | 1100000 | 10000000 | 0 | 111000 | 101001 | 1111 | 101011000 | 111110 | 111110 |
Color Harmonies of #DA6080
Complementary color
Monochromatic Colors of #DA6080
Black with #DA6080
Text Example
Text Example
White with #DA6080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6080; }
p { color: rgb(218,96,128); }
H1.HeaderClassName
{
color: #DA6080;
}
.AnyTagClassName
{
color: #DA6080;
}
</style>
background-color css
<style>
a { background-color: #DA6080; }
a { background-color: rgb(218,96,128); }
div.DivClassName
{
background-color: #DA6080;
}
.BgClassName
{
background-color: #DA6080;
}
</style>
border-color css
<style>
span { border-color: #DA6080; }
span { border-color: rgb(218,96,128); }
td.TdClassName
{
border-color: #DA6080;
}
.TagClassName
{
border-color: #DA6080;
}
</style>