Shades of Cranberry #DA5C74
Tints of Cranberry #DA5C74
RGB
CMYK
RGB Variations
Color information
#DA5C74 (or 0xDA5C74) is known color: Cranberry. HEX triplet: DA, 5C and 74. RGB value is (218,92,116). Sum of RGB (Red+Green+Blue) = 218+92+116=426 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.17% from 426); Green value is 92 (36.33% from 255 or 21.60% from 426); Blue value is 116 (45.70% from 255 or 27.23% from 426); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5C74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5C74 is #25A38B. Grayscale: #848484. Windows color (decimal): -2466700 or 7625946. OLE color: 7625946.
HSL color Cylindrical-coordinate representation of color #DA5C74: hue angle of 348.57º 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 #DA5C74 is Cyan = 0, Magento = 0.58, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 92 | 116 | - |
| CMYK | 0 | 0.58 | 0.47 | 0.15 |
| HSL | 348.57º | 0.63% | 0.61% | - |
| HSV(B) | 348.57º | 0.58% | 0.85% | - |
| XYZ | 35.89 | 23.82 | 19.23 | - |
| YUV | 132.41 | 118.74 | 189.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 92 | 116 | 0 | 0.58 | 0.47 | 0.15 | 348.57 | 0.63 | 0.61 |
| Hex | DA | 5C | 74 | 0 | 3A | 2F | F | 15D | 3F | 3D |
| Octal | 332 | 134 | 164 | 0 | 72 | 57 | 17 | 535 | 77 | 75 |
| Binary | 11011010 | 1011100 | 1110100 | 0 | 111010 | 101111 | 1111 | 101011101 | 111111 | 111101 |
Color Harmonies of #DA5C74
Complementary color
Monochromatic Colors of #DA5C74
Black with #DA5C74
Text Example
Text Example
White with #DA5C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA5C74; }
p { color: rgb(218,92,116); }
H1.HeaderClassName
{
color: #DA5C74;
}
.AnyTagClassName
{
color: #DA5C74;
}
</style>
background-color css
<style>
a { background-color: #DA5C74; }
a { background-color: rgb(218,92,116); }
div.DivClassName
{
background-color: #DA5C74;
}
.BgClassName
{
background-color: #DA5C74;
}
</style>
border-color css
<style>
span { border-color: #DA5C74; }
span { border-color: rgb(218,92,116); }
td.TdClassName
{
border-color: #DA5C74;
}
.TagClassName
{
border-color: #DA5C74;
}
</style>