Shades of Cranberry #DA467C
Tints of Cranberry #DA467C
RGB
CMYK
RGB Variations
Color information
#DA467C (or 0xDA467C) is known color: Cranberry. HEX triplet: DA, 46 and 7C. RGB value is (218,70,124). Sum of RGB (Red+Green+Blue) = 218+70+124=412 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.91% from 412); Green value is 70 (27.73% from 255 or 16.99% from 412); Blue value is 124 (48.83% from 255 or 30.10% from 412); Max value from RGB is 218 - color contains mainly: red. Hex color #DA467C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA467C is #25B983. Grayscale: #787878. Windows color (decimal): -2472324 or 8144602. OLE color: 8144602.
HSL color Cylindrical-coordinate representation of color #DA467C: hue angle of 338.11º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DA467C is Cyan = 0, Magento = 0.68, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 70 | 124 | - |
| CMYK | 0 | 0.68 | 0.43 | 0.15 |
| HSL | 338.11º | 0.67% | 0.56% | - |
| HSV(B) | 338.11º | 0.68% | 0.85% | - |
| XYZ | 34.74 | 20.74 | 21.24 | - |
| YUV | 120.41 | 130.03 | 197.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 70 | 124 | 0 | 0.68 | 0.43 | 0.15 | 338.11 | 0.67 | 0.56 |
| Hex | DA | 46 | 7C | 0 | 44 | 2B | F | 152 | 43 | 38 |
| Octal | 332 | 106 | 174 | 0 | 104 | 53 | 17 | 522 | 103 | 70 |
| Binary | 11011010 | 1000110 | 1111100 | 0 | 1000100 | 101011 | 1111 | 101010010 | 1000011 | 111000 |
Color Harmonies of #DA467C
Complementary color
Monochromatic Colors of #DA467C
Black with #DA467C
Text Example
Text Example
White with #DA467C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA467C; }
p { color: rgb(218,70,124); }
H1.HeaderClassName
{
color: #DA467C;
}
.AnyTagClassName
{
color: #DA467C;
}
</style>
background-color css
<style>
a { background-color: #DA467C; }
a { background-color: rgb(218,70,124); }
div.DivClassName
{
background-color: #DA467C;
}
.BgClassName
{
background-color: #DA467C;
}
</style>
border-color css
<style>
span { border-color: #DA467C; }
span { border-color: rgb(218,70,124); }
td.TdClassName
{
border-color: #DA467C;
}
.TagClassName
{
border-color: #DA467C;
}
</style>