Shades of Cranberry #D44C7F
Tints of Cranberry #D44C7F
RGB
CMYK
RGB Variations
Color information
#D44C7F (or 0xD44C7F) is known color: Cranberry. HEX triplet: D4, 4C and 7F. RGB value is (212,76,127). Sum of RGB (Red+Green+Blue) = 212+76+127=415 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.08% from 415); Green value is 76 (30.08% from 255 or 18.31% from 415); Blue value is 127 (50% from 255 or 30.60% from 415); Max value from RGB is 212 - color contains mainly: red. Hex color #D44C7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D44C7F is #2BB380. Grayscale: #7A7A7A. Windows color (decimal): -2864001 or 8342740. OLE color: 8342740.
HSL color Cylindrical-coordinate representation of color #D44C7F: hue angle of 337.5º 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 #D44C7F is Cyan = 0, Magento = 0.64, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 76 | 127 | - |
| CMYK | 0 | 0.64 | 0.40 | 0.17 |
| HSL | 337.5º | 0.61% | 0.56% | - |
| HSV(B) | 337.5º | 0.64% | 0.83% | - |
| XYZ | 33.57 | 20.7 | 22.3 | - |
| YUV | 122.48 | 130.56 | 191.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 76 | 127 | 0 | 0.64 | 0.40 | 0.17 | 337.5 | 0.61 | 0.56 |
| Hex | D4 | 4C | 7F | 0 | 40 | 28 | 11 | 152 | 3D | 38 |
| Octal | 324 | 114 | 177 | 0 | 100 | 50 | 21 | 522 | 75 | 70 |
| Binary | 11010100 | 1001100 | 1111111 | 0 | 1000000 | 101000 | 10001 | 101010010 | 111101 | 111000 |
Color Harmonies of #D44C7F
Complementary color
Monochromatic Colors of #D44C7F
Black with #D44C7F
Text Example
Text Example
White with #D44C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44C7F; }
p { color: rgb(212,76,127); }
H1.HeaderClassName
{
color: #D44C7F;
}
.AnyTagClassName
{
color: #D44C7F;
}
</style>
background-color css
<style>
a { background-color: #D44C7F; }
a { background-color: rgb(212,76,127); }
div.DivClassName
{
background-color: #D44C7F;
}
.BgClassName
{
background-color: #D44C7F;
}
</style>
border-color css
<style>
span { border-color: #D44C7F; }
span { border-color: rgb(212,76,127); }
td.TdClassName
{
border-color: #D44C7F;
}
.TagClassName
{
border-color: #D44C7F;
}
</style>