Shades of Cranberry #D44172
Tints of Cranberry #D44172
RGB
CMYK
RGB Variations
Color information
#D44172 (or 0xD44172) is known color: Cranberry. HEX triplet: D4, 41 and 72. RGB value is (212,65,114). Sum of RGB (Red+Green+Blue) = 212+65+114=391 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.22% from 391); Green value is 65 (25.78% from 255 or 16.62% from 391); Blue value is 114 (44.92% from 255 or 29.16% from 391); Max value from RGB is 212 - color contains mainly: red. Hex color #D44172 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D44172 is #2BBE8D. Grayscale: #727272. Windows color (decimal): -2866830 or 7487956. OLE color: 7487956.
HSL color Cylindrical-coordinate representation of color #D44172: hue angle of 340º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D44172 is Cyan = 0, Magento = 0.69, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 65 | 114 | - |
| CMYK | 0 | 0.69 | 0.46 | 0.17 |
| HSL | 340º | 0.63% | 0.54% | - |
| HSV(B) | 340º | 0.69% | 0.83% | - |
| XYZ | 32.08 | 18.99 | 17.89 | - |
| YUV | 114.54 | 127.7 | 197.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 65 | 114 | 0 | 0.69 | 0.46 | 0.17 | 340 | 0.63 | 0.54 |
| Hex | D4 | 41 | 72 | 0 | 45 | 2E | 11 | 154 | 3F | 36 |
| Octal | 324 | 101 | 162 | 0 | 105 | 56 | 21 | 524 | 77 | 66 |
| Binary | 11010100 | 1000001 | 1110010 | 0 | 1000101 | 101110 | 10001 | 101010100 | 111111 | 110110 |
Color Harmonies of #D44172
Complementary color
Monochromatic Colors of #D44172
Black with #D44172
Text Example
Text Example
White with #D44172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44172; }
p { color: rgb(212,65,114); }
H1.HeaderClassName
{
color: #D44172;
}
.AnyTagClassName
{
color: #D44172;
}
</style>
background-color css
<style>
a { background-color: #D44172; }
a { background-color: rgb(212,65,114); }
div.DivClassName
{
background-color: #D44172;
}
.BgClassName
{
background-color: #D44172;
}
</style>
border-color css
<style>
span { border-color: #D44172; }
span { border-color: rgb(212,65,114); }
td.TdClassName
{
border-color: #D44172;
}
.TagClassName
{
border-color: #D44172;
}
</style>