Shades of Cranberry #D34977
Tints of Cranberry #D34977
RGB
CMYK
RGB Variations
Color information
#D34977 (or 0xD34977) is known color: Cranberry. HEX triplet: D3, 49 and 77. RGB value is (211,73,119). Sum of RGB (Red+Green+Blue) = 211+73+119=403 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.36% from 403); Green value is 73 (28.91% from 255 or 18.11% from 403); Blue value is 119 (46.88% from 255 or 29.53% from 403); Max value from RGB is 211 - color contains mainly: red. Hex color #D34977 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D34977 is #2CB688. Grayscale: #777777. Windows color (decimal): -2930313 or 7817683. OLE color: 7817683.
HSL color Cylindrical-coordinate representation of color #D34977: hue angle of 340º 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 #D34977 is Cyan = 0, Magento = 0.65, Yellow = 0.44 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 73 | 119 | - |
| CMYK | 0 | 0.65 | 0.44 | 0.17 |
| HSL | 340º | 0.61% | 0.56% | - |
| HSV(B) | 340º | 0.65% | 0.83% | - |
| XYZ | 32.58 | 19.95 | 19.59 | - |
| YUV | 119.51 | 127.72 | 193.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 73 | 119 | 0 | 0.65 | 0.44 | 0.17 | 340 | 0.61 | 0.56 |
| Hex | D3 | 49 | 77 | 0 | 41 | 2C | 11 | 154 | 3D | 38 |
| Octal | 323 | 111 | 167 | 0 | 101 | 54 | 21 | 524 | 75 | 70 |
| Binary | 11010011 | 1001001 | 1110111 | 0 | 1000001 | 101100 | 10001 | 101010100 | 111101 | 111000 |
Color Harmonies of #D34977
Complementary color
Monochromatic Colors of #D34977
Black with #D34977
Text Example
Text Example
White with #D34977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34977; }
p { color: rgb(211,73,119); }
H1.HeaderClassName
{
color: #D34977;
}
.AnyTagClassName
{
color: #D34977;
}
</style>
background-color css
<style>
a { background-color: #D34977; }
a { background-color: rgb(211,73,119); }
div.DivClassName
{
background-color: #D34977;
}
.BgClassName
{
background-color: #D34977;
}
</style>
border-color css
<style>
span { border-color: #D34977; }
span { border-color: rgb(211,73,119); }
td.TdClassName
{
border-color: #D34977;
}
.TagClassName
{
border-color: #D34977;
}
</style>