Shades of Cranberry #D34771
Tints of Cranberry #D34771
RGB
CMYK
RGB Variations
Color information
#D34771 (or 0xD34771) is known color: Cranberry. HEX triplet: D3, 47 and 71. RGB value is (211,71,113). Sum of RGB (Red+Green+Blue) = 211+71+113=395 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.42% from 395); Green value is 71 (28.12% from 255 or 17.97% from 395); Blue value is 113 (44.53% from 255 or 28.61% from 395); Max value from RGB is 211 - color contains mainly: red. Hex color #D34771 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D34771 is #2CB88E. Grayscale: #757575. Windows color (decimal): -2930831 or 7423955. OLE color: 7423955.
HSL color Cylindrical-coordinate representation of color #D34771: hue angle of 342º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D34771 is Cyan = 0, Magento = 0.66, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 71 | 113 | - |
| CMYK | 0 | 0.66 | 0.46 | 0.17 |
| HSL | 342º | 0.61% | 0.55% | - |
| HSV(B) | 342º | 0.66% | 0.83% | - |
| XYZ | 32.1 | 19.55 | 17.7 | - |
| YUV | 117.65 | 125.38 | 194.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 71 | 113 | 0 | 0.66 | 0.46 | 0.17 | 342 | 0.61 | 0.55 |
| Hex | D3 | 47 | 71 | 0 | 42 | 2E | 11 | 156 | 3D | 37 |
| Octal | 323 | 107 | 161 | 0 | 102 | 56 | 21 | 526 | 75 | 67 |
| Binary | 11010011 | 1000111 | 1110001 | 0 | 1000010 | 101110 | 10001 | 101010110 | 111101 | 110111 |
Color Harmonies of #D34771
Complementary color
Monochromatic Colors of #D34771
Black with #D34771
Text Example
Text Example
White with #D34771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34771; }
p { color: rgb(211,71,113); }
H1.HeaderClassName
{
color: #D34771;
}
.AnyTagClassName
{
color: #D34771;
}
</style>
background-color css
<style>
a { background-color: #D34771; }
a { background-color: rgb(211,71,113); }
div.DivClassName
{
background-color: #D34771;
}
.BgClassName
{
background-color: #D34771;
}
</style>
border-color css
<style>
span { border-color: #D34771; }
span { border-color: rgb(211,71,113); }
td.TdClassName
{
border-color: #D34771;
}
.TagClassName
{
border-color: #D34771;
}
</style>