Shades of Cranberry #D44771
Tints of Cranberry #D44771
RGB
CMYK
RGB Variations
Color information
#D44771 (or 0xD44771) is known color: Cranberry. HEX triplet: D4, 47 and 71. RGB value is (212,71,113). Sum of RGB (Red+Green+Blue) = 212+71+113=396 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.54% from 396); Green value is 71 (28.12% from 255 or 17.93% from 396); Blue value is 113 (44.53% from 255 or 28.54% from 396); Max value from RGB is 212 - color contains mainly: red. Hex color #D44771 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D44771 is #2BB88E. Grayscale: #757575. Windows color (decimal): -2865295 or 7423956. OLE color: 7423956.
HSL color Cylindrical-coordinate representation of color #D44771: hue angle of 342.13º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D44771 is Cyan = 0, Magento = 0.67, Yellow = 0.47 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 71 | 113 | - |
| CMYK | 0 | 0.67 | 0.47 | 0.17 |
| HSL | 342.13º | 0.62% | 0.55% | - |
| HSV(B) | 342.13º | 0.67% | 0.83% | - |
| XYZ | 32.39 | 19.7 | 17.72 | - |
| YUV | 117.95 | 125.21 | 195.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 71 | 113 | 0 | 0.67 | 0.47 | 0.17 | 342.13 | 0.62 | 0.55 |
| Hex | D4 | 47 | 71 | 0 | 43 | 2F | 11 | 156 | 3E | 37 |
| Octal | 324 | 107 | 161 | 0 | 103 | 57 | 21 | 526 | 76 | 67 |
| Binary | 11010100 | 1000111 | 1110001 | 0 | 1000011 | 101111 | 10001 | 101010110 | 111110 | 110111 |
Color Harmonies of #D44771
Complementary color
Monochromatic Colors of #D44771
Black with #D44771
Text Example
Text Example
White with #D44771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44771; }
p { color: rgb(212,71,113); }
H1.HeaderClassName
{
color: #D44771;
}
.AnyTagClassName
{
color: #D44771;
}
</style>
background-color css
<style>
a { background-color: #D44771; }
a { background-color: rgb(212,71,113); }
div.DivClassName
{
background-color: #D44771;
}
.BgClassName
{
background-color: #D44771;
}
</style>
border-color css
<style>
span { border-color: #D44771; }
span { border-color: rgb(212,71,113); }
td.TdClassName
{
border-color: #D44771;
}
.TagClassName
{
border-color: #D44771;
}
</style>