Shades of Cranberry #DA3C76
Tints of Cranberry #DA3C76
RGB
CMYK
RGB Variations
Color information
#DA3C76 (or 0xDA3C76) is known color: Cranberry. HEX triplet: DA, 3C and 76. RGB value is (218,60,118). Sum of RGB (Red+Green+Blue) = 218+60+118=396 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.05% from 396); Green value is 60 (23.83% from 255 or 15.15% from 396); Blue value is 118 (46.48% from 255 or 29.80% from 396); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3C76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3C76 is #25C389. Grayscale: #717171. Windows color (decimal): -2474890 or 7748826. OLE color: 7748826.
HSL color Cylindrical-coordinate representation of color #DA3C76: hue angle of 337.97º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DA3C76 is Cyan = 0, Magento = 0.72, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 60 | 118 | - |
| CMYK | 0 | 0.72 | 0.46 | 0.15 |
| HSL | 337.97º | 0.68% | 0.55% | - |
| HSV(B) | 337.97º | 0.72% | 0.85% | - |
| XYZ | 33.8 | 19.45 | 19.11 | - |
| YUV | 113.85 | 130.35 | 202.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 60 | 118 | 0 | 0.72 | 0.46 | 0.15 | 337.97 | 0.68 | 0.55 |
| Hex | DA | 3C | 76 | 0 | 48 | 2E | F | 152 | 44 | 37 |
| Octal | 332 | 74 | 166 | 0 | 110 | 56 | 17 | 522 | 104 | 67 |
| Binary | 11011010 | 111100 | 1110110 | 0 | 1001000 | 101110 | 1111 | 101010010 | 1000100 | 110111 |
Color Harmonies of #DA3C76
Complementary color
Monochromatic Colors of #DA3C76
Black with #DA3C76
Text Example
Text Example
White with #DA3C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3C76; }
p { color: rgb(218,60,118); }
H1.HeaderClassName
{
color: #DA3C76;
}
.AnyTagClassName
{
color: #DA3C76;
}
</style>
background-color css
<style>
a { background-color: #DA3C76; }
a { background-color: rgb(218,60,118); }
div.DivClassName
{
background-color: #DA3C76;
}
.BgClassName
{
background-color: #DA3C76;
}
</style>
border-color css
<style>
span { border-color: #DA3C76; }
span { border-color: rgb(218,60,118); }
td.TdClassName
{
border-color: #DA3C76;
}
.TagClassName
{
border-color: #DA3C76;
}
</style>