Shades of Cranberry #DA4686
Tints of Cranberry #DA4686
RGB
CMYK
RGB Variations
Color information
#DA4686 (or 0xDA4686) is known color: Cranberry. HEX triplet: DA, 46 and 86. RGB value is (218,70,134). Sum of RGB (Red+Green+Blue) = 218+70+134=422 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.66% from 422); Green value is 70 (27.73% from 255 or 16.59% from 422); Blue value is 134 (52.73% from 255 or 31.75% from 422); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4686 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4686 is #25B979. Grayscale: #797979. Windows color (decimal): -2472314 or 8799962. OLE color: 8799962.
HSL color Cylindrical-coordinate representation of color #DA4686: hue angle of 334.05º 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 #DA4686 is Cyan = 0, Magento = 0.68, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 70 | 134 | - |
| CMYK | 0 | 0.68 | 0.39 | 0.15 |
| HSL | 334.05º | 0.67% | 0.56% | - |
| HSV(B) | 334.05º | 0.68% | 0.85% | - |
| XYZ | 35.41 | 21.01 | 24.74 | - |
| YUV | 121.55 | 135.03 | 196.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 70 | 134 | 0 | 0.68 | 0.39 | 0.15 | 334.05 | 0.67 | 0.56 |
| Hex | DA | 46 | 86 | 0 | 44 | 27 | F | 14E | 43 | 38 |
| Octal | 332 | 106 | 206 | 0 | 104 | 47 | 17 | 516 | 103 | 70 |
| Binary | 11011010 | 1000110 | 10000110 | 0 | 1000100 | 100111 | 1111 | 101001110 | 1000011 | 111000 |
Color Harmonies of #DA4686
Complementary color
Monochromatic Colors of #DA4686
Black with #DA4686
Text Example
Text Example
White with #DA4686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4686; }
p { color: rgb(218,70,134); }
H1.HeaderClassName
{
color: #DA4686;
}
.AnyTagClassName
{
color: #DA4686;
}
</style>
background-color css
<style>
a { background-color: #DA4686; }
a { background-color: rgb(218,70,134); }
div.DivClassName
{
background-color: #DA4686;
}
.BgClassName
{
background-color: #DA4686;
}
</style>
border-color css
<style>
span { border-color: #DA4686; }
span { border-color: rgb(218,70,134); }
td.TdClassName
{
border-color: #DA4686;
}
.TagClassName
{
border-color: #DA4686;
}
</style>