Shades of Cranberry #D34979
Tints of Cranberry #D34979
RGB
CMYK
RGB Variations
Color information
#D34979 (or 0xD34979) is known color: Cranberry. HEX triplet: D3, 49 and 79. RGB value is (211,73,121). Sum of RGB (Red+Green+Blue) = 211+73+121=405 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.10% from 405); Green value is 73 (28.91% from 255 or 18.02% from 405); Blue value is 121 (47.66% from 255 or 29.88% from 405); Max value from RGB is 211 - color contains mainly: red. Hex color #D34979 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D34979 is #2CB686. Grayscale: #777777. Windows color (decimal): -2930311 or 7948755. OLE color: 7948755.
HSL color Cylindrical-coordinate representation of color #D34979: hue angle of 339.13º 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 #D34979 is Cyan = 0, Magento = 0.65, Yellow = 0.43 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 73 | 121 | - |
| CMYK | 0 | 0.65 | 0.43 | 0.17 |
| HSL | 339.13º | 0.61% | 0.56% | - |
| HSV(B) | 339.13º | 0.65% | 0.83% | - |
| XYZ | 32.7 | 19.99 | 20.23 | - |
| YUV | 119.73 | 128.72 | 193.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 73 | 121 | 0 | 0.65 | 0.43 | 0.17 | 339.13 | 0.61 | 0.56 |
| Hex | D3 | 49 | 79 | 0 | 41 | 2B | 11 | 153 | 3D | 38 |
| Octal | 323 | 111 | 171 | 0 | 101 | 53 | 21 | 523 | 75 | 70 |
| Binary | 11010011 | 1001001 | 1111001 | 0 | 1000001 | 101011 | 10001 | 101010011 | 111101 | 111000 |
Color Harmonies of #D34979
Complementary color
Monochromatic Colors of #D34979
Black with #D34979
Text Example
Text Example
White with #D34979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34979; }
p { color: rgb(211,73,121); }
H1.HeaderClassName
{
color: #D34979;
}
.AnyTagClassName
{
color: #D34979;
}
</style>
background-color css
<style>
a { background-color: #D34979; }
a { background-color: rgb(211,73,121); }
div.DivClassName
{
background-color: #D34979;
}
.BgClassName
{
background-color: #D34979;
}
</style>
border-color css
<style>
span { border-color: #D34979; }
span { border-color: rgb(211,73,121); }
td.TdClassName
{
border-color: #D34979;
}
.TagClassName
{
border-color: #D34979;
}
</style>