Shades of Cranberry #DA4178
Tints of Cranberry #DA4178
RGB
CMYK
RGB Variations
Color information
#DA4178 (or 0xDA4178) is known color: Cranberry. HEX triplet: DA, 41 and 78. RGB value is (218,65,120). Sum of RGB (Red+Green+Blue) = 218+65+120=403 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.09% from 403); Green value is 65 (25.78% from 255 or 16.13% from 403); Blue value is 120 (47.27% from 255 or 29.78% from 403); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4178 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4178 is #25BE87. Grayscale: #747474. Windows color (decimal): -2473608 or 7881178. OLE color: 7881178.
HSL color Cylindrical-coordinate representation of color #DA4178: hue angle of 338.43º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DA4178 is Cyan = 0, Magento = 0.70, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 65 | 120 | - |
| CMYK | 0 | 0.70 | 0.45 | 0.15 |
| HSL | 338.43º | 0.67% | 0.55% | - |
| HSV(B) | 338.43º | 0.7% | 0.85% | - |
| XYZ | 34.19 | 20.04 | 19.84 | - |
| YUV | 117.02 | 129.69 | 200.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 65 | 120 | 0 | 0.70 | 0.45 | 0.15 | 338.43 | 0.67 | 0.55 |
| Hex | DA | 41 | 78 | 0 | 46 | 2D | F | 152 | 43 | 37 |
| Octal | 332 | 101 | 170 | 0 | 106 | 55 | 17 | 522 | 103 | 67 |
| Binary | 11011010 | 1000001 | 1111000 | 0 | 1000110 | 101101 | 1111 | 101010010 | 1000011 | 110111 |
Color Harmonies of #DA4178
Complementary color
Monochromatic Colors of #DA4178
Black with #DA4178
Text Example
Text Example
White with #DA4178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4178; }
p { color: rgb(218,65,120); }
H1.HeaderClassName
{
color: #DA4178;
}
.AnyTagClassName
{
color: #DA4178;
}
</style>
background-color css
<style>
a { background-color: #DA4178; }
a { background-color: rgb(218,65,120); }
div.DivClassName
{
background-color: #DA4178;
}
.BgClassName
{
background-color: #DA4178;
}
</style>
border-color css
<style>
span { border-color: #DA4178; }
span { border-color: rgb(218,65,120); }
td.TdClassName
{
border-color: #DA4178;
}
.TagClassName
{
border-color: #DA4178;
}
</style>