Shades of Cranberry #DA3E78
Tints of Cranberry #DA3E78
RGB
CMYK
RGB Variations
Color information
#DA3E78 (or 0xDA3E78) is known color: Cranberry. HEX triplet: DA, 3E and 78. RGB value is (218,62,120). Sum of RGB (Red+Green+Blue) = 218+62+120=400 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.5% from 400); Green value is 62 (24.61% from 255 or 15.5% from 400); Blue value is 120 (47.27% from 255 or 30% from 400); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3E78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3E78 is #25C187. Grayscale: #737373. Windows color (decimal): -2474376 or 7880410. OLE color: 7880410.
HSL color Cylindrical-coordinate representation of color #DA3E78: hue angle of 337.69º 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 #DA3E78 is Cyan = 0, Magento = 0.72, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 62 | 120 | - |
| CMYK | 0 | 0.72 | 0.45 | 0.15 |
| HSL | 337.69º | 0.68% | 0.55% | - |
| HSV(B) | 337.69º | 0.72% | 0.85% | - |
| XYZ | 34.03 | 19.71 | 19.78 | - |
| YUV | 115.26 | 130.68 | 201.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 62 | 120 | 0 | 0.72 | 0.45 | 0.15 | 337.69 | 0.68 | 0.55 |
| Hex | DA | 3E | 78 | 0 | 48 | 2D | F | 152 | 44 | 37 |
| Octal | 332 | 76 | 170 | 0 | 110 | 55 | 17 | 522 | 104 | 67 |
| Binary | 11011010 | 111110 | 1111000 | 0 | 1001000 | 101101 | 1111 | 101010010 | 1000100 | 110111 |
Color Harmonies of #DA3E78
Complementary color
Monochromatic Colors of #DA3E78
Black with #DA3E78
Text Example
Text Example
White with #DA3E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3E78; }
p { color: rgb(218,62,120); }
H1.HeaderClassName
{
color: #DA3E78;
}
.AnyTagClassName
{
color: #DA3E78;
}
</style>
background-color css
<style>
a { background-color: #DA3E78; }
a { background-color: rgb(218,62,120); }
div.DivClassName
{
background-color: #DA3E78;
}
.BgClassName
{
background-color: #DA3E78;
}
</style>
border-color css
<style>
span { border-color: #DA3E78; }
span { border-color: rgb(218,62,120); }
td.TdClassName
{
border-color: #DA3E78;
}
.TagClassName
{
border-color: #DA3E78;
}
</style>