Shades of Cranberry #DA4576
Tints of Cranberry #DA4576
RGB
CMYK
RGB Variations
Color information
#DA4576 (or 0xDA4576) is known color: Cranberry. HEX triplet: DA, 45 and 76. RGB value is (218,69,118). Sum of RGB (Red+Green+Blue) = 218+69+118=405 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.83% from 405); Green value is 69 (27.34% from 255 or 17.04% from 405); Blue value is 118 (46.48% from 255 or 29.14% from 405); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4576 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4576 is #25BA89. Grayscale: #777777. Windows color (decimal): -2472586 or 7751130. OLE color: 7751130.
HSL color Cylindrical-coordinate representation of color #DA4576: hue angle of 340.27º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DA4576 is Cyan = 0, Magento = 0.68, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 69 | 118 | - |
| CMYK | 0 | 0.68 | 0.46 | 0.15 |
| HSL | 340.27º | 0.67% | 0.56% | - |
| HSV(B) | 340.27º | 0.68% | 0.85% | - |
| XYZ | 34.31 | 20.47 | 19.28 | - |
| YUV | 119.14 | 127.36 | 198.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 69 | 118 | 0 | 0.68 | 0.46 | 0.15 | 340.27 | 0.67 | 0.56 |
| Hex | DA | 45 | 76 | 0 | 44 | 2E | F | 154 | 43 | 38 |
| Octal | 332 | 105 | 166 | 0 | 104 | 56 | 17 | 524 | 103 | 70 |
| Binary | 11011010 | 1000101 | 1110110 | 0 | 1000100 | 101110 | 1111 | 101010100 | 1000011 | 111000 |
Color Harmonies of #DA4576
Complementary color
Monochromatic Colors of #DA4576
Black with #DA4576
Text Example
Text Example
White with #DA4576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4576; }
p { color: rgb(218,69,118); }
H1.HeaderClassName
{
color: #DA4576;
}
.AnyTagClassName
{
color: #DA4576;
}
</style>
background-color css
<style>
a { background-color: #DA4576; }
a { background-color: rgb(218,69,118); }
div.DivClassName
{
background-color: #DA4576;
}
.BgClassName
{
background-color: #DA4576;
}
</style>
border-color css
<style>
span { border-color: #DA4576; }
span { border-color: rgb(218,69,118); }
td.TdClassName
{
border-color: #DA4576;
}
.TagClassName
{
border-color: #DA4576;
}
</style>