Shades of Cranberry #DA4772
Tints of Cranberry #DA4772
RGB
CMYK
RGB Variations
Color information
#DA4772 (or 0xDA4772) is known color: Cranberry. HEX triplet: DA, 47 and 72. RGB value is (218,71,114). Sum of RGB (Red+Green+Blue) = 218+71+114=403 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.09% from 403); Green value is 71 (28.12% from 255 or 17.62% from 403); Blue value is 114 (44.92% from 255 or 28.29% from 403); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4772 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4772 is #25B88D. Grayscale: #777777. Windows color (decimal): -2472078 or 7489498. OLE color: 7489498.
HSL color Cylindrical-coordinate representation of color #DA4772: hue angle of 342.45º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DA4772 is Cyan = 0, Magento = 0.67, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 71 | 114 | - |
| CMYK | 0 | 0.67 | 0.48 | 0.15 |
| HSL | 342.45º | 0.67% | 0.57% | - |
| HSV(B) | 342.45º | 0.67% | 0.85% | - |
| XYZ | 34.2 | 20.63 | 18.1 | - |
| YUV | 119.86 | 124.7 | 198 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 71 | 114 | 0 | 0.67 | 0.48 | 0.15 | 342.45 | 0.67 | 0.57 |
| Hex | DA | 47 | 72 | 0 | 43 | 30 | F | 156 | 43 | 39 |
| Octal | 332 | 107 | 162 | 0 | 103 | 60 | 17 | 526 | 103 | 71 |
| Binary | 11011010 | 1000111 | 1110010 | 0 | 1000011 | 110000 | 1111 | 101010110 | 1000011 | 111001 |
Color Harmonies of #DA4772
Complementary color
Monochromatic Colors of #DA4772
Black with #DA4772
Text Example
Text Example
White with #DA4772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4772; }
p { color: rgb(218,71,114); }
H1.HeaderClassName
{
color: #DA4772;
}
.AnyTagClassName
{
color: #DA4772;
}
</style>
background-color css
<style>
a { background-color: #DA4772; }
a { background-color: rgb(218,71,114); }
div.DivClassName
{
background-color: #DA4772;
}
.BgClassName
{
background-color: #DA4772;
}
</style>
border-color css
<style>
span { border-color: #DA4772; }
span { border-color: rgb(218,71,114); }
td.TdClassName
{
border-color: #DA4772;
}
.TagClassName
{
border-color: #DA4772;
}
</style>