Shades of Cranberry #D34A73
Tints of Cranberry #D34A73
RGB
CMYK
RGB Variations
Color information
#D34A73 (or 0xD34A73) is known color: Cranberry. HEX triplet: D3, 4A and 73. RGB value is (211,74,115). Sum of RGB (Red+Green+Blue) = 211+74+115=400 (52% of max value = 765). Red value is 211 (82.81% from 255 or 52.75% from 400); Green value is 74 (29.30% from 255 or 18.5% from 400); Blue value is 115 (45.31% from 255 or 28.75% from 400); Max value from RGB is 211 - color contains mainly: red. Hex color #D34A73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D34A73 is #2CB58C. Grayscale: #777777. Windows color (decimal): -2930061 or 7555795. OLE color: 7555795.
HSL color Cylindrical-coordinate representation of color #D34A73: hue angle of 342.04º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D34A73 is Cyan = 0, Magento = 0.65, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 74 | 115 | - |
| CMYK | 0 | 0.65 | 0.45 | 0.17 |
| HSL | 342.04º | 0.61% | 0.56% | - |
| HSV(B) | 342.04º | 0.65% | 0.83% | - |
| XYZ | 32.41 | 19.98 | 18.37 | - |
| YUV | 119.64 | 125.39 | 193.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 74 | 115 | 0 | 0.65 | 0.45 | 0.17 | 342.04 | 0.61 | 0.56 |
| Hex | D3 | 4A | 73 | 0 | 41 | 2D | 11 | 156 | 3D | 38 |
| Octal | 323 | 112 | 163 | 0 | 101 | 55 | 21 | 526 | 75 | 70 |
| Binary | 11010011 | 1001010 | 1110011 | 0 | 1000001 | 101101 | 10001 | 101010110 | 111101 | 111000 |
Color Harmonies of #D34A73
Complementary color
Monochromatic Colors of #D34A73
Black with #D34A73
Text Example
Text Example
White with #D34A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34A73; }
p { color: rgb(211,74,115); }
H1.HeaderClassName
{
color: #D34A73;
}
.AnyTagClassName
{
color: #D34A73;
}
</style>
background-color css
<style>
a { background-color: #D34A73; }
a { background-color: rgb(211,74,115); }
div.DivClassName
{
background-color: #D34A73;
}
.BgClassName
{
background-color: #D34A73;
}
</style>
border-color css
<style>
span { border-color: #D34A73; }
span { border-color: rgb(211,74,115); }
td.TdClassName
{
border-color: #D34A73;
}
.TagClassName
{
border-color: #D34A73;
}
</style>