Shades of Cranberry #D14F76
Tints of Cranberry #D14F76
RGB
CMYK
RGB Variations
Color information
#D14F76 (or 0xD14F76) is known color: Cranberry. HEX triplet: D1, 4F and 76. RGB value is (209,79,118). Sum of RGB (Red+Green+Blue) = 209+79+118=406 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.48% from 406); Green value is 79 (31.25% from 255 or 19.46% from 406); Blue value is 118 (46.48% from 255 or 29.06% from 406); Max value from RGB is 209 - color contains mainly: red. Hex color #D14F76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D14F76 is #2EB089. Grayscale: #7A7A7A. Windows color (decimal): -3059850 or 7753681. OLE color: 7753681.
HSL color Cylindrical-coordinate representation of color #D14F76: hue angle of 342º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D14F76 is Cyan = 0, Magento = 0.62, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 79 | 118 | - |
| CMYK | 0 | 0.62 | 0.44 | 0.18 |
| HSL | 342º | 0.59% | 0.56% | - |
| HSV(B) | 342º | 0.62% | 0.82% | - |
| XYZ | 32.36 | 20.46 | 19.38 | - |
| YUV | 122.32 | 125.57 | 189.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 79 | 118 | 0 | 0.62 | 0.44 | 0.18 | 342 | 0.59 | 0.56 |
| Hex | D1 | 4F | 76 | 0 | 3E | 2C | 12 | 156 | 3B | 38 |
| Octal | 321 | 117 | 166 | 0 | 76 | 54 | 22 | 526 | 73 | 70 |
| Binary | 11010001 | 1001111 | 1110110 | 0 | 111110 | 101100 | 10010 | 101010110 | 111011 | 111000 |
Color Harmonies of #D14F76
Complementary color
Monochromatic Colors of #D14F76
Black with #D14F76
Text Example
Text Example
White with #D14F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14F76; }
p { color: rgb(209,79,118); }
H1.HeaderClassName
{
color: #D14F76;
}
.AnyTagClassName
{
color: #D14F76;
}
</style>
background-color css
<style>
a { background-color: #D14F76; }
a { background-color: rgb(209,79,118); }
div.DivClassName
{
background-color: #D14F76;
}
.BgClassName
{
background-color: #D14F76;
}
</style>
border-color css
<style>
span { border-color: #D14F76; }
span { border-color: rgb(209,79,118); }
td.TdClassName
{
border-color: #D14F76;
}
.TagClassName
{
border-color: #D14F76;
}
</style>