Shades of Cranberry #D34D7E
Tints of Cranberry #D34D7E
RGB
CMYK
RGB Variations
Color information
#D34D7E (or 0xD34D7E) is known color: Cranberry. HEX triplet: D3, 4D and 7E. RGB value is (211,77,126). Sum of RGB (Red+Green+Blue) = 211+77+126=414 (54% of max value = 765). Red value is 211 (82.81% from 255 or 50.97% from 414); Green value is 77 (30.47% from 255 or 18.60% from 414); Blue value is 126 (49.61% from 255 or 30.43% from 414); Max value from RGB is 211 - color contains mainly: red. Hex color #D34D7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D34D7E is #2CB281. Grayscale: #7A7A7A. Windows color (decimal): -2929282 or 8277459. OLE color: 8277459.
HSL color Cylindrical-coordinate representation of color #D34D7E: hue angle of 338.06º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D34D7E is Cyan = 0, Magento = 0.64, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 77 | 126 | - |
| CMYK | 0 | 0.64 | 0.40 | 0.17 |
| HSL | 338.06º | 0.6% | 0.56% | - |
| HSV(B) | 338.06º | 0.64% | 0.83% | - |
| XYZ | 33.28 | 20.66 | 21.97 | - |
| YUV | 122.65 | 129.89 | 191.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 77 | 126 | 0 | 0.64 | 0.40 | 0.17 | 338.06 | 0.6 | 0.56 |
| Hex | D3 | 4D | 7E | 0 | 40 | 28 | 11 | 152 | 3C | 38 |
| Octal | 323 | 115 | 176 | 0 | 100 | 50 | 21 | 522 | 74 | 70 |
| Binary | 11010011 | 1001101 | 1111110 | 0 | 1000000 | 101000 | 10001 | 101010010 | 111100 | 111000 |
Color Harmonies of #D34D7E
Complementary color
Monochromatic Colors of #D34D7E
Black with #D34D7E
Text Example
Text Example
White with #D34D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34D7E; }
p { color: rgb(211,77,126); }
H1.HeaderClassName
{
color: #D34D7E;
}
.AnyTagClassName
{
color: #D34D7E;
}
</style>
background-color css
<style>
a { background-color: #D34D7E; }
a { background-color: rgb(211,77,126); }
div.DivClassName
{
background-color: #D34D7E;
}
.BgClassName
{
background-color: #D34D7E;
}
</style>
border-color css
<style>
span { border-color: #D34D7E; }
span { border-color: rgb(211,77,126); }
td.TdClassName
{
border-color: #D34D7E;
}
.TagClassName
{
border-color: #D34D7E;
}
</style>