Shades of Cranberry #D34874
Tints of Cranberry #D34874
RGB
CMYK
RGB Variations
Color information
#D34874 (or 0xD34874) is known color: Cranberry. HEX triplet: D3, 48 and 74. RGB value is (211,72,116). Sum of RGB (Red+Green+Blue) = 211+72+116=399 (52% of max value = 765). Red value is 211 (82.81% from 255 or 52.88% from 399); Green value is 72 (28.52% from 255 or 18.05% from 399); Blue value is 116 (45.70% from 255 or 29.07% from 399); Max value from RGB is 211 - color contains mainly: red. Hex color #D34874 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D34874 is #2CB78B. Grayscale: #767676. Windows color (decimal): -2930572 or 7620819. OLE color: 7620819.
HSL color Cylindrical-coordinate representation of color #D34874: hue angle of 341.01º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D34874 is Cyan = 0, Magento = 0.66, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 72 | 116 | - |
| CMYK | 0 | 0.66 | 0.45 | 0.17 |
| HSL | 341.01º | 0.61% | 0.55% | - |
| HSV(B) | 341.01º | 0.66% | 0.83% | - |
| XYZ | 32.33 | 19.74 | 18.63 | - |
| YUV | 118.58 | 126.55 | 193.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 72 | 116 | 0 | 0.66 | 0.45 | 0.17 | 341.01 | 0.61 | 0.55 |
| Hex | D3 | 48 | 74 | 0 | 42 | 2D | 11 | 155 | 3D | 37 |
| Octal | 323 | 110 | 164 | 0 | 102 | 55 | 21 | 525 | 75 | 67 |
| Binary | 11010011 | 1001000 | 1110100 | 0 | 1000010 | 101101 | 10001 | 101010101 | 111101 | 110111 |
Color Harmonies of #D34874
Complementary color
Monochromatic Colors of #D34874
Black with #D34874
Text Example
Text Example
White with #D34874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34874; }
p { color: rgb(211,72,116); }
H1.HeaderClassName
{
color: #D34874;
}
.AnyTagClassName
{
color: #D34874;
}
</style>
background-color css
<style>
a { background-color: #D34874; }
a { background-color: rgb(211,72,116); }
div.DivClassName
{
background-color: #D34874;
}
.BgClassName
{
background-color: #D34874;
}
</style>
border-color css
<style>
span { border-color: #D34874; }
span { border-color: rgb(211,72,116); }
td.TdClassName
{
border-color: #D34874;
}
.TagClassName
{
border-color: #D34874;
}
</style>