Shades of Cranberry #D14672
Tints of Cranberry #D14672
RGB
CMYK
RGB Variations
Color information
#D14672 (or 0xD14672) is known color: Cranberry. HEX triplet: D1, 46 and 72. RGB value is (209,70,114). Sum of RGB (Red+Green+Blue) = 209+70+114=393 (52% of max value = 765). Red value is 209 (82.03% from 255 or 53.18% from 393); Green value is 70 (27.73% from 255 or 17.81% from 393); Blue value is 114 (44.92% from 255 or 29.01% from 393); Max value from RGB is 209 - color contains mainly: red. Hex color #D14672 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14672 is #2EB98D. Grayscale: #747474. Windows color (decimal): -3062158 or 7489233. OLE color: 7489233.
HSL color Cylindrical-coordinate representation of color #D14672: hue angle of 341.01º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D14672 is Cyan = 0, Magento = 0.67, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 70 | 114 | - |
| CMYK | 0 | 0.67 | 0.45 | 0.18 |
| HSL | 341.01º | 0.6% | 0.55% | - |
| HSV(B) | 341.01º | 0.67% | 0.82% | - |
| XYZ | 31.52 | 19.15 | 17.95 | - |
| YUV | 116.58 | 126.55 | 193.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 70 | 114 | 0 | 0.67 | 0.45 | 0.18 | 341.01 | 0.6 | 0.55 |
| Hex | D1 | 46 | 72 | 0 | 43 | 2D | 12 | 155 | 3C | 37 |
| Octal | 321 | 106 | 162 | 0 | 103 | 55 | 22 | 525 | 74 | 67 |
| Binary | 11010001 | 1000110 | 1110010 | 0 | 1000011 | 101101 | 10010 | 101010101 | 111100 | 110111 |
Color Harmonies of #D14672
Complementary color
Monochromatic Colors of #D14672
Black with #D14672
Text Example
Text Example
White with #D14672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14672; }
p { color: rgb(209,70,114); }
H1.HeaderClassName
{
color: #D14672;
}
.AnyTagClassName
{
color: #D14672;
}
</style>
background-color css
<style>
a { background-color: #D14672; }
a { background-color: rgb(209,70,114); }
div.DivClassName
{
background-color: #D14672;
}
.BgClassName
{
background-color: #D14672;
}
</style>
border-color css
<style>
span { border-color: #D14672; }
span { border-color: rgb(209,70,114); }
td.TdClassName
{
border-color: #D14672;
}
.TagClassName
{
border-color: #D14672;
}
</style>