Shades of Cranberry #DA5082
Tints of Cranberry #DA5082
RGB
CMYK
RGB Variations
Color information
#DA5082 (or 0xDA5082) is known color: Cranberry. HEX triplet: DA, 50 and 82. RGB value is (218,80,130). Sum of RGB (Red+Green+Blue) = 218+80+130=428 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.93% from 428); Green value is 80 (31.64% from 255 or 18.69% from 428); Blue value is 130 (51.17% from 255 or 30.37% from 428); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5082 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA5082 is #25AF7D. Grayscale: #7E7E7E. Windows color (decimal): -2469758 or 8540378. OLE color: 8540378.
HSL color Cylindrical-coordinate representation of color #DA5082: hue angle of 338.26º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DA5082 is Cyan = 0, Magento = 0.63, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 80 | 130 | - |
| CMYK | 0 | 0.63 | 0.40 | 0.15 |
| HSL | 338.26º | 0.65% | 0.58% | - |
| HSV(B) | 338.26º | 0.63% | 0.85% | - |
| XYZ | 35.81 | 22.25 | 23.53 | - |
| YUV | 126.96 | 129.72 | 192.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 80 | 130 | 0 | 0.63 | 0.40 | 0.15 | 338.26 | 0.65 | 0.58 |
| Hex | DA | 50 | 82 | 0 | 3F | 28 | F | 152 | 41 | 3A |
| Octal | 332 | 120 | 202 | 0 | 77 | 50 | 17 | 522 | 101 | 72 |
| Binary | 11011010 | 1010000 | 10000010 | 0 | 111111 | 101000 | 1111 | 101010010 | 1000001 | 111010 |
Color Harmonies of #DA5082
Complementary color
Monochromatic Colors of #DA5082
Black with #DA5082
Text Example
Text Example
White with #DA5082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5082; }
p { color: rgb(218,80,130); }
H1.HeaderClassName
{
color: #DA5082;
}
.AnyTagClassName
{
color: #DA5082;
}
</style>
background-color css
<style>
a { background-color: #DA5082; }
a { background-color: rgb(218,80,130); }
div.DivClassName
{
background-color: #DA5082;
}
.BgClassName
{
background-color: #DA5082;
}
</style>
border-color css
<style>
span { border-color: #DA5082; }
span { border-color: rgb(218,80,130); }
td.TdClassName
{
border-color: #DA5082;
}
.TagClassName
{
border-color: #DA5082;
}
</style>