Shades of Cranberry #DA3E72
Tints of Cranberry #DA3E72
RGB
CMYK
RGB Variations
Color information
#DA3E72 (or 0xDA3E72) is known color: Cranberry. HEX triplet: DA, 3E and 72. RGB value is (218,62,114). Sum of RGB (Red+Green+Blue) = 218+62+114=394 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.33% from 394); Green value is 62 (24.61% from 255 or 15.74% from 394); Blue value is 114 (44.92% from 255 or 28.93% from 394); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3E72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3E72 is #25C18D. Grayscale: #727272. Windows color (decimal): -2474382 or 7487194. OLE color: 7487194.
HSL color Cylindrical-coordinate representation of color #DA3E72: hue angle of 340º 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 #DA3E72 is Cyan = 0, Magento = 0.72, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 62 | 114 | - |
| CMYK | 0 | 0.72 | 0.48 | 0.15 |
| HSL | 340º | 0.68% | 0.55% | - |
| HSV(B) | 340º | 0.72% | 0.85% | - |
| XYZ | 33.67 | 19.57 | 17.92 | - |
| YUV | 114.57 | 127.68 | 201.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 62 | 114 | 0 | 0.72 | 0.48 | 0.15 | 340 | 0.68 | 0.55 |
| Hex | DA | 3E | 72 | 0 | 48 | 30 | F | 154 | 44 | 37 |
| Octal | 332 | 76 | 162 | 0 | 110 | 60 | 17 | 524 | 104 | 67 |
| Binary | 11011010 | 111110 | 1110010 | 0 | 1001000 | 110000 | 1111 | 101010100 | 1000100 | 110111 |
Color Harmonies of #DA3E72
Complementary color
Monochromatic Colors of #DA3E72
Black with #DA3E72
Text Example
Text Example
White with #DA3E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3E72; }
p { color: rgb(218,62,114); }
H1.HeaderClassName
{
color: #DA3E72;
}
.AnyTagClassName
{
color: #DA3E72;
}
</style>
background-color css
<style>
a { background-color: #DA3E72; }
a { background-color: rgb(218,62,114); }
div.DivClassName
{
background-color: #DA3E72;
}
.BgClassName
{
background-color: #DA3E72;
}
</style>
border-color css
<style>
span { border-color: #DA3E72; }
span { border-color: rgb(218,62,114); }
td.TdClassName
{
border-color: #DA3E72;
}
.TagClassName
{
border-color: #DA3E72;
}
</style>