Shades of Cranberry #DA3C74
Tints of Cranberry #DA3C74
RGB
CMYK
RGB Variations
Color information
#DA3C74 (or 0xDA3C74) is known color: Cranberry. HEX triplet: DA, 3C and 74. RGB value is (218,60,116). Sum of RGB (Red+Green+Blue) = 218+60+116=394 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.33% from 394); Green value is 60 (23.83% from 255 or 15.23% from 394); Blue value is 116 (45.70% from 255 or 29.44% from 394); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3C74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3C74 is #25C38B. Grayscale: #717171. Windows color (decimal): -2474892 or 7617754. OLE color: 7617754.
HSL color Cylindrical-coordinate representation of color #DA3C74: hue angle of 338.73º 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 #DA3C74 is Cyan = 0, Magento = 0.72, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 60 | 116 | - |
| CMYK | 0 | 0.72 | 0.47 | 0.15 |
| HSL | 338.73º | 0.68% | 0.55% | - |
| HSV(B) | 338.73º | 0.72% | 0.85% | - |
| XYZ | 33.68 | 19.4 | 18.49 | - |
| YUV | 113.63 | 129.35 | 202.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 60 | 116 | 0 | 0.72 | 0.47 | 0.15 | 338.73 | 0.68 | 0.55 |
| Hex | DA | 3C | 74 | 0 | 48 | 2F | F | 153 | 44 | 37 |
| Octal | 332 | 74 | 164 | 0 | 110 | 57 | 17 | 523 | 104 | 67 |
| Binary | 11011010 | 111100 | 1110100 | 0 | 1001000 | 101111 | 1111 | 101010011 | 1000100 | 110111 |
Color Harmonies of #DA3C74
Complementary color
Monochromatic Colors of #DA3C74
Black with #DA3C74
Text Example
Text Example
White with #DA3C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3C74; }
p { color: rgb(218,60,116); }
H1.HeaderClassName
{
color: #DA3C74;
}
.AnyTagClassName
{
color: #DA3C74;
}
</style>
background-color css
<style>
a { background-color: #DA3C74; }
a { background-color: rgb(218,60,116); }
div.DivClassName
{
background-color: #DA3C74;
}
.BgClassName
{
background-color: #DA3C74;
}
</style>
border-color css
<style>
span { border-color: #DA3C74; }
span { border-color: rgb(218,60,116); }
td.TdClassName
{
border-color: #DA3C74;
}
.TagClassName
{
border-color: #DA3C74;
}
</style>