Shades of Cranberry #D14D79
Tints of Cranberry #D14D79
RGB
CMYK
RGB Variations
Color information
#D14D79 (or 0xD14D79) is known color: Cranberry. HEX triplet: D1, 4D and 79. RGB value is (209,77,121). Sum of RGB (Red+Green+Blue) = 209+77+121=407 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.35% from 407); Green value is 77 (30.47% from 255 or 18.92% from 407); Blue value is 121 (47.66% from 255 or 29.73% from 407); Max value from RGB is 209 - color contains mainly: red. Hex color #D14D79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D14D79 is #2EB286. Grayscale: #797979. Windows color (decimal): -3060359 or 7949777. OLE color: 7949777.
HSL color Cylindrical-coordinate representation of color #D14D79: hue angle of 340º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D14D79 is Cyan = 0, Magento = 0.63, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 77 | 121 | - |
| CMYK | 0 | 0.63 | 0.42 | 0.18 |
| HSL | 340º | 0.59% | 0.56% | - |
| HSV(B) | 340º | 0.63% | 0.82% | - |
| XYZ | 32.4 | 20.24 | 20.29 | - |
| YUV | 121.48 | 127.73 | 190.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 77 | 121 | 0 | 0.63 | 0.42 | 0.18 | 340 | 0.59 | 0.56 |
| Hex | D1 | 4D | 79 | 0 | 3F | 2A | 12 | 154 | 3B | 38 |
| Octal | 321 | 115 | 171 | 0 | 77 | 52 | 22 | 524 | 73 | 70 |
| Binary | 11010001 | 1001101 | 1111001 | 0 | 111111 | 101010 | 10010 | 101010100 | 111011 | 111000 |
Color Harmonies of #D14D79
Complementary color
Monochromatic Colors of #D14D79
Black with #D14D79
Text Example
Text Example
White with #D14D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14D79; }
p { color: rgb(209,77,121); }
H1.HeaderClassName
{
color: #D14D79;
}
.AnyTagClassName
{
color: #D14D79;
}
</style>
background-color css
<style>
a { background-color: #D14D79; }
a { background-color: rgb(209,77,121); }
div.DivClassName
{
background-color: #D14D79;
}
.BgClassName
{
background-color: #D14D79;
}
</style>
border-color css
<style>
span { border-color: #D14D79; }
span { border-color: rgb(209,77,121); }
td.TdClassName
{
border-color: #D14D79;
}
.TagClassName
{
border-color: #D14D79;
}
</style>