Shades of Cranberry #DA5C72
Tints of Cranberry #DA5C72
RGB
CMYK
RGB Variations
Color information
#DA5C72 (or 0xDA5C72) is known color: Cranberry. HEX triplet: DA, 5C and 72. RGB value is (218,92,114). Sum of RGB (Red+Green+Blue) = 218+92+114=424 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.42% from 424); Green value is 92 (36.33% from 255 or 21.70% from 424); Blue value is 114 (44.92% from 255 or 26.89% from 424); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5C72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5C72 is #25A38D. Grayscale: #848484. Windows color (decimal): -2466702 or 7494874. OLE color: 7494874.
HSL color Cylindrical-coordinate representation of color #DA5C72: hue angle of 349.52º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DA5C72 is Cyan = 0, Magento = 0.58, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 92 | 114 | - |
| CMYK | 0 | 0.58 | 0.48 | 0.15 |
| HSL | 349.52º | 0.63% | 0.61% | - |
| HSV(B) | 349.52º | 0.58% | 0.85% | - |
| XYZ | 35.78 | 23.77 | 18.62 | - |
| YUV | 132.18 | 117.74 | 189.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 92 | 114 | 0 | 0.58 | 0.48 | 0.15 | 349.52 | 0.63 | 0.61 |
| Hex | DA | 5C | 72 | 0 | 3A | 30 | F | 15E | 3F | 3D |
| Octal | 332 | 134 | 162 | 0 | 72 | 60 | 17 | 536 | 77 | 75 |
| Binary | 11011010 | 1011100 | 1110010 | 0 | 111010 | 110000 | 1111 | 101011110 | 111111 | 111101 |
Color Harmonies of #DA5C72
Complementary color
Monochromatic Colors of #DA5C72
Black with #DA5C72
Text Example
Text Example
White with #DA5C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5C72; }
p { color: rgb(218,92,114); }
H1.HeaderClassName
{
color: #DA5C72;
}
.AnyTagClassName
{
color: #DA5C72;
}
</style>
background-color css
<style>
a { background-color: #DA5C72; }
a { background-color: rgb(218,92,114); }
div.DivClassName
{
background-color: #DA5C72;
}
.BgClassName
{
background-color: #DA5C72;
}
</style>
border-color css
<style>
span { border-color: #DA5C72; }
span { border-color: rgb(218,92,114); }
td.TdClassName
{
border-color: #DA5C72;
}
.TagClassName
{
border-color: #DA5C72;
}
</style>