Shades of Cranberry #DA3E76
Tints of Cranberry #DA3E76
RGB
CMYK
RGB Variations
Color information
#DA3E76 (or 0xDA3E76) is known color: Cranberry. HEX triplet: DA, 3E and 76. RGB value is (218,62,118). Sum of RGB (Red+Green+Blue) = 218+62+118=398 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.77% from 398); Green value is 62 (24.61% from 255 or 15.58% from 398); Blue value is 118 (46.48% from 255 or 29.65% from 398); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3E76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3E76 is #25C189. Grayscale: #727272. Windows color (decimal): -2474378 or 7749338. OLE color: 7749338.
HSL color Cylindrical-coordinate representation of color #DA3E76: hue angle of 338.46º 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 #DA3E76 is Cyan = 0, Magento = 0.72, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 62 | 118 | - |
| CMYK | 0 | 0.72 | 0.46 | 0.15 |
| HSL | 338.46º | 0.68% | 0.55% | - |
| HSV(B) | 338.46º | 0.72% | 0.85% | - |
| XYZ | 33.91 | 19.66 | 19.15 | - |
| YUV | 115.03 | 129.68 | 201.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 62 | 118 | 0 | 0.72 | 0.46 | 0.15 | 338.46 | 0.68 | 0.55 |
| Hex | DA | 3E | 76 | 0 | 48 | 2E | F | 152 | 44 | 37 |
| Octal | 332 | 76 | 166 | 0 | 110 | 56 | 17 | 522 | 104 | 67 |
| Binary | 11011010 | 111110 | 1110110 | 0 | 1001000 | 101110 | 1111 | 101010010 | 1000100 | 110111 |
Color Harmonies of #DA3E76
Complementary color
Monochromatic Colors of #DA3E76
Black with #DA3E76
Text Example
Text Example
White with #DA3E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3E76; }
p { color: rgb(218,62,118); }
H1.HeaderClassName
{
color: #DA3E76;
}
.AnyTagClassName
{
color: #DA3E76;
}
</style>
background-color css
<style>
a { background-color: #DA3E76; }
a { background-color: rgb(218,62,118); }
div.DivClassName
{
background-color: #DA3E76;
}
.BgClassName
{
background-color: #DA3E76;
}
</style>
border-color css
<style>
span { border-color: #DA3E76; }
span { border-color: rgb(218,62,118); }
td.TdClassName
{
border-color: #DA3E76;
}
.TagClassName
{
border-color: #DA3E76;
}
</style>