Shades of Cranberry #DA4E88
Tints of Cranberry #DA4E88
RGB
CMYK
RGB Variations
Color information
#DA4E88 (or 0xDA4E88) is known color: Cranberry. HEX triplet: DA, 4E and 88. RGB value is (218,78,136). Sum of RGB (Red+Green+Blue) = 218+78+136=432 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.46% from 432); Green value is 78 (30.86% from 255 or 18.06% from 432); Blue value is 136 (53.52% from 255 or 31.48% from 432); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4E88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA4E88 is #25B177. Grayscale: #7E7E7E. Windows color (decimal): -2470264 or 8933082. OLE color: 8933082.
HSL color Cylindrical-coordinate representation of color #DA4E88: hue angle of 335.14º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DA4E88 is Cyan = 0, Magento = 0.64, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 78 | 136 | - |
| CMYK | 0 | 0.64 | 0.38 | 0.15 |
| HSL | 335.14º | 0.65% | 0.58% | - |
| HSV(B) | 335.14º | 0.64% | 0.85% | - |
| XYZ | 36.08 | 22.13 | 25.66 | - |
| YUV | 126.47 | 133.38 | 193.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 78 | 136 | 0 | 0.64 | 0.38 | 0.15 | 335.14 | 0.65 | 0.58 |
| Hex | DA | 4E | 88 | 0 | 40 | 26 | F | 14F | 41 | 3A |
| Octal | 332 | 116 | 210 | 0 | 100 | 46 | 17 | 517 | 101 | 72 |
| Binary | 11011010 | 1001110 | 10001000 | 0 | 1000000 | 100110 | 1111 | 101001111 | 1000001 | 111010 |
Color Harmonies of #DA4E88
Complementary color
Monochromatic Colors of #DA4E88
Black with #DA4E88
Text Example
Text Example
White with #DA4E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4E88; }
p { color: rgb(218,78,136); }
H1.HeaderClassName
{
color: #DA4E88;
}
.AnyTagClassName
{
color: #DA4E88;
}
</style>
background-color css
<style>
a { background-color: #DA4E88; }
a { background-color: rgb(218,78,136); }
div.DivClassName
{
background-color: #DA4E88;
}
.BgClassName
{
background-color: #DA4E88;
}
</style>
border-color css
<style>
span { border-color: #DA4E88; }
span { border-color: rgb(218,78,136); }
td.TdClassName
{
border-color: #DA4E88;
}
.TagClassName
{
border-color: #DA4E88;
}
</style>