Shades of Cranberry #DA5672
Tints of Cranberry #DA5672
RGB
CMYK
RGB Variations
Color information
#DA5672 (or 0xDA5672) is known color: Cranberry. HEX triplet: DA, 56 and 72. RGB value is (218,86,114). Sum of RGB (Red+Green+Blue) = 218+86+114=418 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.15% from 418); Green value is 86 (33.98% from 255 or 20.57% from 418); Blue value is 114 (44.92% from 255 or 27.27% from 418); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5672 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5672 is #25A98D. Grayscale: #808080. Windows color (decimal): -2468238 or 7493338. OLE color: 7493338.
HSL color Cylindrical-coordinate representation of color #DA5672: hue angle of 347.27º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DA5672 is Cyan = 0, Magento = 0.61, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 86 | 114 | - |
| CMYK | 0 | 0.61 | 0.48 | 0.15 |
| HSL | 347.27º | 0.64% | 0.6% | - |
| HSV(B) | 347.27º | 0.61% | 0.85% | - |
| XYZ | 35.28 | 22.78 | 18.46 | - |
| YUV | 128.66 | 119.73 | 191.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 86 | 114 | 0 | 0.61 | 0.48 | 0.15 | 347.27 | 0.64 | 0.6 |
| Hex | DA | 56 | 72 | 0 | 3D | 30 | F | 15B | 40 | 3C |
| Octal | 332 | 126 | 162 | 0 | 75 | 60 | 17 | 533 | 100 | 74 |
| Binary | 11011010 | 1010110 | 1110010 | 0 | 111101 | 110000 | 1111 | 101011011 | 1000000 | 111100 |
Color Harmonies of #DA5672
Complementary color
Monochromatic Colors of #DA5672
Black with #DA5672
Text Example
Text Example
White with #DA5672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5672; }
p { color: rgb(218,86,114); }
H1.HeaderClassName
{
color: #DA5672;
}
.AnyTagClassName
{
color: #DA5672;
}
</style>
background-color css
<style>
a { background-color: #DA5672; }
a { background-color: rgb(218,86,114); }
div.DivClassName
{
background-color: #DA5672;
}
.BgClassName
{
background-color: #DA5672;
}
</style>
border-color css
<style>
span { border-color: #DA5672; }
span { border-color: rgb(218,86,114); }
td.TdClassName
{
border-color: #DA5672;
}
.TagClassName
{
border-color: #DA5672;
}
</style>