Shades of Cranberry #DA5184
Tints of Cranberry #DA5184
RGB
CMYK
RGB Variations
Color information
#DA5184 (or 0xDA5184) is known color: Cranberry. HEX triplet: DA, 51 and 84. RGB value is (218,81,132). Sum of RGB (Red+Green+Blue) = 218+81+132=431 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.58% from 431); Green value is 81 (32.03% from 255 or 18.79% from 431); Blue value is 132 (51.95% from 255 or 30.63% from 431); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5184 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA5184 is #25AE7B. Grayscale: #7F7F7F. Windows color (decimal): -2469500 or 8671706. OLE color: 8671706.
HSL color Cylindrical-coordinate representation of color #DA5184: hue angle of 337.66º 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 #DA5184 is Cyan = 0, Magento = 0.63, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 81 | 132 | - |
| CMYK | 0 | 0.63 | 0.39 | 0.15 |
| HSL | 337.66º | 0.65% | 0.59% | - |
| HSV(B) | 337.66º | 0.63% | 0.85% | - |
| XYZ | 36.02 | 22.46 | 24.27 | - |
| YUV | 127.78 | 130.39 | 192.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 81 | 132 | 0 | 0.63 | 0.39 | 0.15 | 337.66 | 0.65 | 0.59 |
| Hex | DA | 51 | 84 | 0 | 3F | 27 | F | 152 | 41 | 3B |
| Octal | 332 | 121 | 204 | 0 | 77 | 47 | 17 | 522 | 101 | 73 |
| Binary | 11011010 | 1010001 | 10000100 | 0 | 111111 | 100111 | 1111 | 101010010 | 1000001 | 111011 |
Color Harmonies of #DA5184
Complementary color
Monochromatic Colors of #DA5184
Black with #DA5184
Text Example
Text Example
White with #DA5184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5184; }
p { color: rgb(218,81,132); }
H1.HeaderClassName
{
color: #DA5184;
}
.AnyTagClassName
{
color: #DA5184;
}
</style>
background-color css
<style>
a { background-color: #DA5184; }
a { background-color: rgb(218,81,132); }
div.DivClassName
{
background-color: #DA5184;
}
.BgClassName
{
background-color: #DA5184;
}
</style>
border-color css
<style>
span { border-color: #DA5184; }
span { border-color: rgb(218,81,132); }
td.TdClassName
{
border-color: #DA5184;
}
.TagClassName
{
border-color: #DA5184;
}
</style>