Shades of Cranberry #DA5182
Tints of Cranberry #DA5182
RGB
CMYK
RGB Variations
Color information
#DA5182 (or 0xDA5182) is known color: Cranberry. HEX triplet: DA, 51 and 82. RGB value is (218,81,130). Sum of RGB (Red+Green+Blue) = 218+81+130=429 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.82% from 429); Green value is 81 (32.03% from 255 or 18.88% from 429); Blue value is 130 (51.17% from 255 or 30.30% from 429); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5182 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA5182 is #25AE7D. Grayscale: #7F7F7F. Windows color (decimal): -2469502 or 8540634. OLE color: 8540634.
HSL color Cylindrical-coordinate representation of color #DA5182: hue angle of 338.54º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DA5182 is Cyan = 0, Magento = 0.63, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 81 | 130 | - |
| CMYK | 0 | 0.63 | 0.40 | 0.15 |
| HSL | 338.54º | 0.65% | 0.59% | - |
| HSV(B) | 338.54º | 0.63% | 0.85% | - |
| XYZ | 35.89 | 22.4 | 23.55 | - |
| YUV | 127.55 | 129.39 | 192.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 81 | 130 | 0 | 0.63 | 0.40 | 0.15 | 338.54 | 0.65 | 0.59 |
| Hex | DA | 51 | 82 | 0 | 3F | 28 | F | 153 | 41 | 3B |
| Octal | 332 | 121 | 202 | 0 | 77 | 50 | 17 | 523 | 101 | 73 |
| Binary | 11011010 | 1010001 | 10000010 | 0 | 111111 | 101000 | 1111 | 101010011 | 1000001 | 111011 |
Color Harmonies of #DA5182
Complementary color
Monochromatic Colors of #DA5182
Black with #DA5182
Text Example
Text Example
White with #DA5182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5182; }
p { color: rgb(218,81,130); }
H1.HeaderClassName
{
color: #DA5182;
}
.AnyTagClassName
{
color: #DA5182;
}
</style>
background-color css
<style>
a { background-color: #DA5182; }
a { background-color: rgb(218,81,130); }
div.DivClassName
{
background-color: #DA5182;
}
.BgClassName
{
background-color: #DA5182;
}
</style>
border-color css
<style>
span { border-color: #DA5182; }
span { border-color: rgb(218,81,130); }
td.TdClassName
{
border-color: #DA5182;
}
.TagClassName
{
border-color: #DA5182;
}
</style>