Shades of Cranberry #DA466E
Tints of Cranberry #DA466E
RGB
CMYK
RGB Variations
Color information
#DA466E (or 0xDA466E) is known color: Cranberry. HEX triplet: DA, 46 and 6E. RGB value is (218,70,110). Sum of RGB (Red+Green+Blue) = 218+70+110=398 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.77% from 398); Green value is 70 (27.73% from 255 or 17.59% from 398); Blue value is 110 (43.36% from 255 or 27.64% from 398); Max value from RGB is 218 - color contains mainly: red. Hex color #DA466E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA466E is #25B991. Grayscale: #767676. Windows color (decimal): -2472338 or 7227098. OLE color: 7227098.
HSL color Cylindrical-coordinate representation of color #DA466E: hue angle of 343.78º 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 #DA466E is Cyan = 0, Magento = 0.68, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 70 | 110 | - |
| CMYK | 0 | 0.68 | 0.50 | 0.15 |
| HSL | 343.78º | 0.67% | 0.56% | - |
| HSV(B) | 343.78º | 0.68% | 0.85% | - |
| XYZ | 33.92 | 20.41 | 16.9 | - |
| YUV | 118.81 | 123.03 | 198.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 70 | 110 | 0 | 0.68 | 0.50 | 0.15 | 343.78 | 0.67 | 0.56 |
| Hex | DA | 46 | 6E | 0 | 44 | 32 | F | 158 | 43 | 38 |
| Octal | 332 | 106 | 156 | 0 | 104 | 62 | 17 | 530 | 103 | 70 |
| Binary | 11011010 | 1000110 | 1101110 | 0 | 1000100 | 110010 | 1111 | 101011000 | 1000011 | 111000 |
Color Harmonies of #DA466E
Complementary color
Monochromatic Colors of #DA466E
Black with #DA466E
Text Example
Text Example
White with #DA466E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA466E; }
p { color: rgb(218,70,110); }
H1.HeaderClassName
{
color: #DA466E;
}
.AnyTagClassName
{
color: #DA466E;
}
</style>
background-color css
<style>
a { background-color: #DA466E; }
a { background-color: rgb(218,70,110); }
div.DivClassName
{
background-color: #DA466E;
}
.BgClassName
{
background-color: #DA466E;
}
</style>
border-color css
<style>
span { border-color: #DA466E; }
span { border-color: rgb(218,70,110); }
td.TdClassName
{
border-color: #DA466E;
}
.TagClassName
{
border-color: #DA466E;
}
</style>