Shades of Cranberry #D14471
Tints of Cranberry #D14471
RGB
CMYK
RGB Variations
Color information
#D14471 (or 0xD14471) is known color: Cranberry. HEX triplet: D1, 44 and 71. RGB value is (209,68,113). Sum of RGB (Red+Green+Blue) = 209+68+113=390 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.59% from 390); Green value is 68 (26.95% from 255 or 17.44% from 390); Blue value is 113 (44.53% from 255 or 28.97% from 390); Max value from RGB is 209 - color contains mainly: red. Hex color #D14471 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14471 is #2EBB8E. Grayscale: #737373. Windows color (decimal): -3062671 or 7423185. OLE color: 7423185.
HSL color Cylindrical-coordinate representation of color #D14471: hue angle of 340.85º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D14471 is Cyan = 0, Magento = 0.67, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 68 | 113 | - |
| CMYK | 0 | 0.67 | 0.46 | 0.18 |
| HSL | 340.85º | 0.61% | 0.54% | - |
| HSV(B) | 340.85º | 0.67% | 0.82% | - |
| XYZ | 31.34 | 18.88 | 17.62 | - |
| YUV | 115.29 | 126.71 | 194.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 68 | 113 | 0 | 0.67 | 0.46 | 0.18 | 340.85 | 0.61 | 0.54 |
| Hex | D1 | 44 | 71 | 0 | 43 | 2E | 12 | 155 | 3D | 36 |
| Octal | 321 | 104 | 161 | 0 | 103 | 56 | 22 | 525 | 75 | 66 |
| Binary | 11010001 | 1000100 | 1110001 | 0 | 1000011 | 101110 | 10010 | 101010101 | 111101 | 110110 |
Color Harmonies of #D14471
Complementary color
Monochromatic Colors of #D14471
Black with #D14471
Text Example
Text Example
White with #D14471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14471; }
p { color: rgb(209,68,113); }
H1.HeaderClassName
{
color: #D14471;
}
.AnyTagClassName
{
color: #D14471;
}
</style>
background-color css
<style>
a { background-color: #D14471; }
a { background-color: rgb(209,68,113); }
div.DivClassName
{
background-color: #D14471;
}
.BgClassName
{
background-color: #D14471;
}
</style>
border-color css
<style>
span { border-color: #D14471; }
span { border-color: rgb(209,68,113); }
td.TdClassName
{
border-color: #D14471;
}
.TagClassName
{
border-color: #D14471;
}
</style>