Shades of Cranberry #D34872
Tints of Cranberry #D34872
RGB
CMYK
RGB Variations
Color information
#D34872 (or 0xD34872) is known color: Cranberry. HEX triplet: D3, 48 and 72. RGB value is (211,72,114). Sum of RGB (Red+Green+Blue) = 211+72+114=397 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.15% from 397); Green value is 72 (28.52% from 255 or 18.14% from 397); Blue value is 114 (44.92% from 255 or 28.72% from 397); Max value from RGB is 211 - color contains mainly: red. Hex color #D34872 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D34872 is #2CB78D. Grayscale: #767676. Windows color (decimal): -2930574 or 7489747. OLE color: 7489747.
HSL color Cylindrical-coordinate representation of color #D34872: hue angle of 341.87º 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 #D34872 is Cyan = 0, Magento = 0.66, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 72 | 114 | - |
| CMYK | 0 | 0.66 | 0.46 | 0.17 |
| HSL | 341.87º | 0.61% | 0.55% | - |
| HSV(B) | 341.87º | 0.66% | 0.83% | - |
| XYZ | 32.22 | 19.7 | 18.02 | - |
| YUV | 118.35 | 125.55 | 194.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 72 | 114 | 0 | 0.66 | 0.46 | 0.17 | 341.87 | 0.61 | 0.55 |
| Hex | D3 | 48 | 72 | 0 | 42 | 2E | 11 | 156 | 3D | 37 |
| Octal | 323 | 110 | 162 | 0 | 102 | 56 | 21 | 526 | 75 | 67 |
| Binary | 11010011 | 1001000 | 1110010 | 0 | 1000010 | 101110 | 10001 | 101010110 | 111101 | 110111 |
Color Harmonies of #D34872
Complementary color
Monochromatic Colors of #D34872
Black with #D34872
Text Example
Text Example
White with #D34872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34872; }
p { color: rgb(211,72,114); }
H1.HeaderClassName
{
color: #D34872;
}
.AnyTagClassName
{
color: #D34872;
}
</style>
background-color css
<style>
a { background-color: #D34872; }
a { background-color: rgb(211,72,114); }
div.DivClassName
{
background-color: #D34872;
}
.BgClassName
{
background-color: #D34872;
}
</style>
border-color css
<style>
span { border-color: #D34872; }
span { border-color: rgb(211,72,114); }
td.TdClassName
{
border-color: #D34872;
}
.TagClassName
{
border-color: #D34872;
}
</style>