Shades of Cranberry #D34374
Tints of Cranberry #D34374
RGB
CMYK
RGB Variations
Color information
#D34374 (or 0xD34374) is known color: Cranberry. HEX triplet: D3, 43 and 74. RGB value is (211,67,116). Sum of RGB (Red+Green+Blue) = 211+67+116=394 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.55% from 394); Green value is 67 (26.56% from 255 or 17.01% from 394); Blue value is 116 (45.70% from 255 or 29.44% from 394); Max value from RGB is 211 - color contains mainly: red. Hex color #D34374 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D34374 is #2CBC8B. Grayscale: #737373. Windows color (decimal): -2931852 or 7619539. OLE color: 7619539.
HSL color Cylindrical-coordinate representation of color #D34374: hue angle of 339.58º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D34374 is Cyan = 0, Magento = 0.68, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 67 | 116 | - |
| CMYK | 0 | 0.68 | 0.45 | 0.17 |
| HSL | 339.58º | 0.62% | 0.55% | - |
| HSV(B) | 339.58º | 0.68% | 0.83% | - |
| XYZ | 32.02 | 19.12 | 18.53 | - |
| YUV | 115.64 | 128.21 | 196.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 67 | 116 | 0 | 0.68 | 0.45 | 0.17 | 339.58 | 0.62 | 0.55 |
| Hex | D3 | 43 | 74 | 0 | 44 | 2D | 11 | 154 | 3E | 37 |
| Octal | 323 | 103 | 164 | 0 | 104 | 55 | 21 | 524 | 76 | 67 |
| Binary | 11010011 | 1000011 | 1110100 | 0 | 1000100 | 101101 | 10001 | 101010100 | 111110 | 110111 |
Color Harmonies of #D34374
Complementary color
Monochromatic Colors of #D34374
Black with #D34374
Text Example
Text Example
White with #D34374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34374; }
p { color: rgb(211,67,116); }
H1.HeaderClassName
{
color: #D34374;
}
.AnyTagClassName
{
color: #D34374;
}
</style>
background-color css
<style>
a { background-color: #D34374; }
a { background-color: rgb(211,67,116); }
div.DivClassName
{
background-color: #D34374;
}
.BgClassName
{
background-color: #D34374;
}
</style>
border-color css
<style>
span { border-color: #D34374; }
span { border-color: rgb(211,67,116); }
td.TdClassName
{
border-color: #D34374;
}
.TagClassName
{
border-color: #D34374;
}
</style>