Shades of Cranberry #DA486C
Tints of Cranberry #DA486C
RGB
CMYK
RGB Variations
Color information
#DA486C (or 0xDA486C) is known color: Cranberry. HEX triplet: DA, 48 and 6C. RGB value is (218,72,108). Sum of RGB (Red+Green+Blue) = 218+72+108=398 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.77% from 398); Green value is 72 (28.52% from 255 or 18.09% from 398); Blue value is 108 (42.58% from 255 or 27.14% from 398); Max value from RGB is 218 - color contains mainly: red. Hex color #DA486C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA486C is #25B793. Grayscale: #777777. Windows color (decimal): -2471828 or 7096538. OLE color: 7096538.
HSL color Cylindrical-coordinate representation of color #DA486C: hue angle of 345.21º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DA486C is Cyan = 0, Magento = 0.67, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 72 | 108 | - |
| CMYK | 0 | 0.67 | 0.50 | 0.15 |
| HSL | 345.21º | 0.66% | 0.57% | - |
| HSV(B) | 345.21º | 0.67% | 0.85% | - |
| XYZ | 33.94 | 20.62 | 16.38 | - |
| YUV | 119.76 | 121.37 | 198.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 72 | 108 | 0 | 0.67 | 0.50 | 0.15 | 345.21 | 0.66 | 0.57 |
| Hex | DA | 48 | 6C | 0 | 43 | 32 | F | 159 | 42 | 39 |
| Octal | 332 | 110 | 154 | 0 | 103 | 62 | 17 | 531 | 102 | 71 |
| Binary | 11011010 | 1001000 | 1101100 | 0 | 1000011 | 110010 | 1111 | 101011001 | 1000010 | 111001 |
Color Harmonies of #DA486C
Complementary color
Monochromatic Colors of #DA486C
Black with #DA486C
Text Example
Text Example
White with #DA486C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA486C; }
p { color: rgb(218,72,108); }
H1.HeaderClassName
{
color: #DA486C;
}
.AnyTagClassName
{
color: #DA486C;
}
</style>
background-color css
<style>
a { background-color: #DA486C; }
a { background-color: rgb(218,72,108); }
div.DivClassName
{
background-color: #DA486C;
}
.BgClassName
{
background-color: #DA486C;
}
</style>
border-color css
<style>
span { border-color: #DA486C; }
span { border-color: rgb(218,72,108); }
td.TdClassName
{
border-color: #DA486C;
}
.TagClassName
{
border-color: #DA486C;
}
</style>