Shades of Cranberry #DA4F86
Tints of Cranberry #DA4F86
RGB
CMYK
RGB Variations
Color information
#DA4F86 (or 0xDA4F86) is known color: Cranberry. HEX triplet: DA, 4F and 86. RGB value is (218,79,134). Sum of RGB (Red+Green+Blue) = 218+79+134=431 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.58% from 431); Green value is 79 (31.25% from 255 or 18.33% from 431); Blue value is 134 (52.73% from 255 or 31.09% from 431); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4F86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA4F86 is #25B079. Grayscale: #7E7E7E. Windows color (decimal): -2470010 or 8802266. OLE color: 8802266.
HSL color Cylindrical-coordinate representation of color #DA4F86: hue angle of 336.26º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DA4F86 is Cyan = 0, Magento = 0.64, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 79 | 134 | - |
| CMYK | 0 | 0.64 | 0.39 | 0.15 |
| HSL | 336.26º | 0.65% | 0.58% | - |
| HSV(B) | 336.26º | 0.64% | 0.85% | - |
| XYZ | 36.01 | 22.22 | 24.94 | - |
| YUV | 126.83 | 132.05 | 193.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 79 | 134 | 0 | 0.64 | 0.39 | 0.15 | 336.26 | 0.65 | 0.58 |
| Hex | DA | 4F | 86 | 0 | 40 | 27 | F | 150 | 41 | 3A |
| Octal | 332 | 117 | 206 | 0 | 100 | 47 | 17 | 520 | 101 | 72 |
| Binary | 11011010 | 1001111 | 10000110 | 0 | 1000000 | 100111 | 1111 | 101010000 | 1000001 | 111010 |
Color Harmonies of #DA4F86
Complementary color
Monochromatic Colors of #DA4F86
Black with #DA4F86
Text Example
Text Example
White with #DA4F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4F86; }
p { color: rgb(218,79,134); }
H1.HeaderClassName
{
color: #DA4F86;
}
.AnyTagClassName
{
color: #DA4F86;
}
</style>
background-color css
<style>
a { background-color: #DA4F86; }
a { background-color: rgb(218,79,134); }
div.DivClassName
{
background-color: #DA4F86;
}
.BgClassName
{
background-color: #DA4F86;
}
</style>
border-color css
<style>
span { border-color: #DA4F86; }
span { border-color: rgb(218,79,134); }
td.TdClassName
{
border-color: #DA4F86;
}
.TagClassName
{
border-color: #DA4F86;
}
</style>