Shades of Cranberry #DA4D72
Tints of Cranberry #DA4D72
RGB
CMYK
RGB Variations
Color information
#DA4D72 (or 0xDA4D72) is known color: Cranberry. HEX triplet: DA, 4D and 72. RGB value is (218,77,114). Sum of RGB (Red+Green+Blue) = 218+77+114=409 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.30% from 409); Green value is 77 (30.47% from 255 or 18.83% from 409); Blue value is 114 (44.92% from 255 or 27.87% from 409); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4D72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA4D72 is #25B28D. Grayscale: #7B7B7B. Windows color (decimal): -2470542 or 7491034. OLE color: 7491034.
HSL color Cylindrical-coordinate representation of color #DA4D72: hue angle of 344.26º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DA4D72 is Cyan = 0, Magento = 0.65, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 77 | 114 | - |
| CMYK | 0 | 0.65 | 0.48 | 0.15 |
| HSL | 344.26º | 0.66% | 0.58% | - |
| HSV(B) | 344.26º | 0.65% | 0.85% | - |
| XYZ | 34.6 | 21.43 | 18.23 | - |
| YUV | 123.38 | 122.71 | 195.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 77 | 114 | 0 | 0.65 | 0.48 | 0.15 | 344.26 | 0.66 | 0.58 |
| Hex | DA | 4D | 72 | 0 | 41 | 30 | F | 158 | 42 | 3A |
| Octal | 332 | 115 | 162 | 0 | 101 | 60 | 17 | 530 | 102 | 72 |
| Binary | 11011010 | 1001101 | 1110010 | 0 | 1000001 | 110000 | 1111 | 101011000 | 1000010 | 111010 |
Color Harmonies of #DA4D72
Complementary color
Monochromatic Colors of #DA4D72
Black with #DA4D72
Text Example
Text Example
White with #DA4D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4D72; }
p { color: rgb(218,77,114); }
H1.HeaderClassName
{
color: #DA4D72;
}
.AnyTagClassName
{
color: #DA4D72;
}
</style>
background-color css
<style>
a { background-color: #DA4D72; }
a { background-color: rgb(218,77,114); }
div.DivClassName
{
background-color: #DA4D72;
}
.BgClassName
{
background-color: #DA4D72;
}
</style>
border-color css
<style>
span { border-color: #DA4D72; }
span { border-color: rgb(218,77,114); }
td.TdClassName
{
border-color: #DA4D72;
}
.TagClassName
{
border-color: #DA4D72;
}
</style>