Shades of Cranberry #D44C74
Tints of Cranberry #D44C74
RGB
CMYK
RGB Variations
Color information
#D44C74 (or 0xD44C74) is known color: Cranberry. HEX triplet: D4, 4C and 74. RGB value is (212,76,116). Sum of RGB (Red+Green+Blue) = 212+76+116=404 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.48% from 404); Green value is 76 (30.08% from 255 or 18.81% from 404); Blue value is 116 (45.70% from 255 or 28.71% from 404); Max value from RGB is 212 - color contains mainly: red. Hex color #D44C74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D44C74 is #2BB38B. Grayscale: #797979. Windows color (decimal): -2864012 or 7621844. OLE color: 7621844.
HSL color Cylindrical-coordinate representation of color #D44C74: hue angle of 342.35º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D44C74 is Cyan = 0, Magento = 0.64, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 76 | 116 | - |
| CMYK | 0 | 0.64 | 0.45 | 0.17 |
| HSL | 342.35º | 0.61% | 0.56% | - |
| HSV(B) | 342.35º | 0.64% | 0.83% | - |
| XYZ | 32.89 | 20.43 | 18.73 | - |
| YUV | 121.22 | 125.06 | 192.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 76 | 116 | 0 | 0.64 | 0.45 | 0.17 | 342.35 | 0.61 | 0.56 |
| Hex | D4 | 4C | 74 | 0 | 40 | 2D | 11 | 156 | 3D | 38 |
| Octal | 324 | 114 | 164 | 0 | 100 | 55 | 21 | 526 | 75 | 70 |
| Binary | 11010100 | 1001100 | 1110100 | 0 | 1000000 | 101101 | 10001 | 101010110 | 111101 | 111000 |
Color Harmonies of #D44C74
Complementary color
Monochromatic Colors of #D44C74
Black with #D44C74
Text Example
Text Example
White with #D44C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44C74; }
p { color: rgb(212,76,116); }
H1.HeaderClassName
{
color: #D44C74;
}
.AnyTagClassName
{
color: #D44C74;
}
</style>
background-color css
<style>
a { background-color: #D44C74; }
a { background-color: rgb(212,76,116); }
div.DivClassName
{
background-color: #D44C74;
}
.BgClassName
{
background-color: #D44C74;
}
</style>
border-color css
<style>
span { border-color: #D44C74; }
span { border-color: rgb(212,76,116); }
td.TdClassName
{
border-color: #D44C74;
}
.TagClassName
{
border-color: #D44C74;
}
</style>