Shades of Cranberry #D34D77
Tints of Cranberry #D34D77
RGB
CMYK
RGB Variations
Color information
#D34D77 (or 0xD34D77) is known color: Cranberry. HEX triplet: D3, 4D and 77. RGB value is (211,77,119). Sum of RGB (Red+Green+Blue) = 211+77+119=407 (53% of max value = 765). Red value is 211 (82.81% from 255 or 51.84% from 407); Green value is 77 (30.47% from 255 or 18.92% from 407); Blue value is 119 (46.88% from 255 or 29.24% from 407); Max value from RGB is 211 - color contains mainly: red. Hex color #D34D77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D34D77 is #2CB288. Grayscale: #797979. Windows color (decimal): -2929289 or 7818707. OLE color: 7818707.
HSL color Cylindrical-coordinate representation of color #D34D77: hue angle of 341.19º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D34D77 is Cyan = 0, Magento = 0.64, Yellow = 0.44 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 77 | 119 | - |
| CMYK | 0 | 0.64 | 0.44 | 0.17 |
| HSL | 341.19º | 0.6% | 0.56% | - |
| HSV(B) | 341.19º | 0.64% | 0.83% | - |
| XYZ | 32.85 | 20.49 | 19.68 | - |
| YUV | 121.85 | 126.39 | 191.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 77 | 119 | 0 | 0.64 | 0.44 | 0.17 | 341.19 | 0.6 | 0.56 |
| Hex | D3 | 4D | 77 | 0 | 40 | 2C | 11 | 155 | 3C | 38 |
| Octal | 323 | 115 | 167 | 0 | 100 | 54 | 21 | 525 | 74 | 70 |
| Binary | 11010011 | 1001101 | 1110111 | 0 | 1000000 | 101100 | 10001 | 101010101 | 111100 | 111000 |
Color Harmonies of #D34D77
Complementary color
Monochromatic Colors of #D34D77
Black with #D34D77
Text Example
Text Example
White with #D34D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34D77; }
p { color: rgb(211,77,119); }
H1.HeaderClassName
{
color: #D34D77;
}
.AnyTagClassName
{
color: #D34D77;
}
</style>
background-color css
<style>
a { background-color: #D34D77; }
a { background-color: rgb(211,77,119); }
div.DivClassName
{
background-color: #D34D77;
}
.BgClassName
{
background-color: #D34D77;
}
</style>
border-color css
<style>
span { border-color: #D34D77; }
span { border-color: rgb(211,77,119); }
td.TdClassName
{
border-color: #D34D77;
}
.TagClassName
{
border-color: #D34D77;
}
</style>