Shades of Cranberry #D34174
Tints of Cranberry #D34174
RGB
CMYK
RGB Variations
Color information
#D34174 (or 0xD34174) is known color: Cranberry. HEX triplet: D3, 41 and 74. RGB value is (211,65,116). Sum of RGB (Red+Green+Blue) = 211+65+116=392 (51% of max value = 765). Red value is 211 (82.81% from 255 or 53.83% from 392); Green value is 65 (25.78% from 255 or 16.58% from 392); Blue value is 116 (45.70% from 255 or 29.59% from 392); Max value from RGB is 211 - color contains mainly: red. Hex color #D34174 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D34174 is #2CBE8B. Grayscale: #727272. Windows color (decimal): -2932364 or 7619027. OLE color: 7619027.
HSL color Cylindrical-coordinate representation of color #D34174: hue angle of 339.04º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D34174 is Cyan = 0, Magento = 0.69, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 65 | 116 | - |
| CMYK | 0 | 0.69 | 0.45 | 0.17 |
| HSL | 339.04º | 0.62% | 0.54% | - |
| HSV(B) | 339.04º | 0.69% | 0.83% | - |
| XYZ | 31.91 | 18.89 | 18.49 | - |
| YUV | 114.47 | 128.87 | 196.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 65 | 116 | 0 | 0.69 | 0.45 | 0.17 | 339.04 | 0.62 | 0.54 |
| Hex | D3 | 41 | 74 | 0 | 45 | 2D | 11 | 153 | 3E | 36 |
| Octal | 323 | 101 | 164 | 0 | 105 | 55 | 21 | 523 | 76 | 66 |
| Binary | 11010011 | 1000001 | 1110100 | 0 | 1000101 | 101101 | 10001 | 101010011 | 111110 | 110110 |
Color Harmonies of #D34174
Complementary color
Monochromatic Colors of #D34174
Black with #D34174
Text Example
Text Example
White with #D34174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34174; }
p { color: rgb(211,65,116); }
H1.HeaderClassName
{
color: #D34174;
}
.AnyTagClassName
{
color: #D34174;
}
</style>
background-color css
<style>
a { background-color: #D34174; }
a { background-color: rgb(211,65,116); }
div.DivClassName
{
background-color: #D34174;
}
.BgClassName
{
background-color: #D34174;
}
</style>
border-color css
<style>
span { border-color: #D34174; }
span { border-color: rgb(211,65,116); }
td.TdClassName
{
border-color: #D34174;
}
.TagClassName
{
border-color: #D34174;
}
</style>