Shades of Cranberry #DA5283
Tints of Cranberry #DA5283
RGB
CMYK
RGB Variations
Color information
#DA5283 (or 0xDA5283) is known color: Cranberry. HEX triplet: DA, 52 and 83. RGB value is (218,82,131). Sum of RGB (Red+Green+Blue) = 218+82+131=431 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.58% from 431); Green value is 82 (32.42% from 255 or 19.03% from 431); Blue value is 131 (51.56% from 255 or 30.39% from 431); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5283 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA5283 is #25AD7C. Grayscale: #808080. Windows color (decimal): -2469245 or 8606426. OLE color: 8606426.
HSL color Cylindrical-coordinate representation of color #DA5283: hue angle of 338.38º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DA5283 is Cyan = 0, Magento = 0.62, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 82 | 131 | - |
| CMYK | 0 | 0.62 | 0.40 | 0.15 |
| HSL | 338.38º | 0.65% | 0.59% | - |
| HSV(B) | 338.38º | 0.62% | 0.85% | - |
| XYZ | 36.03 | 22.58 | 23.93 | - |
| YUV | 128.25 | 129.56 | 192.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 82 | 131 | 0 | 0.62 | 0.40 | 0.15 | 338.38 | 0.65 | 0.59 |
| Hex | DA | 52 | 83 | 0 | 3E | 28 | F | 152 | 41 | 3B |
| Octal | 332 | 122 | 203 | 0 | 76 | 50 | 17 | 522 | 101 | 73 |
| Binary | 11011010 | 1010010 | 10000011 | 0 | 111110 | 101000 | 1111 | 101010010 | 1000001 | 111011 |
Color Harmonies of #DA5283
Complementary color
Monochromatic Colors of #DA5283
Black with #DA5283
Text Example
Text Example
White with #DA5283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5283; }
p { color: rgb(218,82,131); }
H1.HeaderClassName
{
color: #DA5283;
}
.AnyTagClassName
{
color: #DA5283;
}
</style>
background-color css
<style>
a { background-color: #DA5283; }
a { background-color: rgb(218,82,131); }
div.DivClassName
{
background-color: #DA5283;
}
.BgClassName
{
background-color: #DA5283;
}
</style>
border-color css
<style>
span { border-color: #DA5283; }
span { border-color: rgb(218,82,131); }
td.TdClassName
{
border-color: #DA5283;
}
.TagClassName
{
border-color: #DA5283;
}
</style>