Shades of Cranberry #D34974
Tints of Cranberry #D34974
RGB
CMYK
RGB Variations
Color information
#D34974 (or 0xD34974) is known color: Cranberry. HEX triplet: D3, 49 and 74. RGB value is (211,73,116). Sum of RGB (Red+Green+Blue) = 211+73+116=400 (52% of max value = 765). Red value is 211 (82.81% from 255 or 52.75% from 400); Green value is 73 (28.91% from 255 or 18.25% from 400); Blue value is 116 (45.70% from 255 or 29% from 400); Max value from RGB is 211 - color contains mainly: red. Hex color #D34974 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D34974 is #2CB68B. Grayscale: #777777. Windows color (decimal): -2930316 or 7621075. OLE color: 7621075.
HSL color Cylindrical-coordinate representation of color #D34974: hue angle of 341.3º 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 #D34974 is Cyan = 0, Magento = 0.65, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 73 | 116 | - |
| CMYK | 0 | 0.65 | 0.45 | 0.17 |
| HSL | 341.3º | 0.61% | 0.56% | - |
| HSV(B) | 341.3º | 0.65% | 0.83% | - |
| XYZ | 32.4 | 19.87 | 18.65 | - |
| YUV | 119.16 | 126.22 | 193.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 73 | 116 | 0 | 0.65 | 0.45 | 0.17 | 341.3 | 0.61 | 0.56 |
| Hex | D3 | 49 | 74 | 0 | 41 | 2D | 11 | 155 | 3D | 38 |
| Octal | 323 | 111 | 164 | 0 | 101 | 55 | 21 | 525 | 75 | 70 |
| Binary | 11010011 | 1001001 | 1110100 | 0 | 1000001 | 101101 | 10001 | 101010101 | 111101 | 111000 |
Color Harmonies of #D34974
Complementary color
Monochromatic Colors of #D34974
Black with #D34974
Text Example
Text Example
White with #D34974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34974; }
p { color: rgb(211,73,116); }
H1.HeaderClassName
{
color: #D34974;
}
.AnyTagClassName
{
color: #D34974;
}
</style>
background-color css
<style>
a { background-color: #D34974; }
a { background-color: rgb(211,73,116); }
div.DivClassName
{
background-color: #D34974;
}
.BgClassName
{
background-color: #D34974;
}
</style>
border-color css
<style>
span { border-color: #D34974; }
span { border-color: rgb(211,73,116); }
td.TdClassName
{
border-color: #D34974;
}
.TagClassName
{
border-color: #D34974;
}
</style>