Shades of Cranberry #D34172
Tints of Cranberry #D34172
RGB
CMYK
RGB Variations
Color information
#D34172 (or 0xD34172) is known color: Cranberry. HEX triplet: D3, 41 and 72. RGB value is (211,65,114). Sum of RGB (Red+Green+Blue) = 211+65+114=390 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.10% from 390); Green value is 65 (25.78% from 255 or 16.67% from 390); Blue value is 114 (44.92% from 255 or 29.23% from 390); Max value from RGB is 211 - color contains mainly: red. Hex color #D34172 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D34172 is #2CBE8D. Grayscale: #727272. Windows color (decimal): -2932366 or 7487955. OLE color: 7487955.
HSL color Cylindrical-coordinate representation of color #D34172: hue angle of 339.86º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D34172 is Cyan = 0, Magento = 0.69, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 65 | 114 | - |
| CMYK | 0 | 0.69 | 0.46 | 0.17 |
| HSL | 339.86º | 0.62% | 0.54% | - |
| HSV(B) | 339.86º | 0.69% | 0.83% | - |
| XYZ | 31.79 | 18.84 | 17.88 | - |
| YUV | 114.24 | 127.87 | 197.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 65 | 114 | 0 | 0.69 | 0.46 | 0.17 | 339.86 | 0.62 | 0.54 |
| Hex | D3 | 41 | 72 | 0 | 45 | 2E | 11 | 154 | 3E | 36 |
| Octal | 323 | 101 | 162 | 0 | 105 | 56 | 21 | 524 | 76 | 66 |
| Binary | 11010011 | 1000001 | 1110010 | 0 | 1000101 | 101110 | 10001 | 101010100 | 111110 | 110110 |
Color Harmonies of #D34172
Complementary color
Monochromatic Colors of #D34172
Black with #D34172
Text Example
Text Example
White with #D34172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34172; }
p { color: rgb(211,65,114); }
H1.HeaderClassName
{
color: #D34172;
}
.AnyTagClassName
{
color: #D34172;
}
</style>
background-color css
<style>
a { background-color: #D34172; }
a { background-color: rgb(211,65,114); }
div.DivClassName
{
background-color: #D34172;
}
.BgClassName
{
background-color: #D34172;
}
</style>
border-color css
<style>
span { border-color: #D34172; }
span { border-color: rgb(211,65,114); }
td.TdClassName
{
border-color: #D34172;
}
.TagClassName
{
border-color: #D34172;
}
</style>