Shades of Cranberry #D34473
Tints of Cranberry #D34473
RGB
CMYK
RGB Variations
Color information
#D34473 (or 0xD34473) is known color: Cranberry. HEX triplet: D3, 44 and 73. RGB value is (211,68,115). Sum of RGB (Red+Green+Blue) = 211+68+115=394 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.55% from 394); Green value is 68 (26.95% from 255 or 17.26% from 394); Blue value is 115 (45.31% from 255 or 29.19% from 394); Max value from RGB is 211 - color contains mainly: red. Hex color #D34473 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D34473 is #2CBB8C. Grayscale: #747474. Windows color (decimal): -2931597 or 7554259. OLE color: 7554259.
HSL color Cylindrical-coordinate representation of color #D34473: hue angle of 340.28º 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 #D34473 is Cyan = 0, Magento = 0.68, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 68 | 115 | - |
| CMYK | 0 | 0.68 | 0.45 | 0.17 |
| HSL | 340.28º | 0.62% | 0.55% | - |
| HSV(B) | 340.28º | 0.68% | 0.83% | - |
| XYZ | 32.03 | 19.22 | 18.24 | - |
| YUV | 116.12 | 127.38 | 195.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 68 | 115 | 0 | 0.68 | 0.45 | 0.17 | 340.28 | 0.62 | 0.55 |
| Hex | D3 | 44 | 73 | 0 | 44 | 2D | 11 | 154 | 3E | 37 |
| Octal | 323 | 104 | 163 | 0 | 104 | 55 | 21 | 524 | 76 | 67 |
| Binary | 11010011 | 1000100 | 1110011 | 0 | 1000100 | 101101 | 10001 | 101010100 | 111110 | 110111 |
Color Harmonies of #D34473
Complementary color
Monochromatic Colors of #D34473
Black with #D34473
Text Example
Text Example
White with #D34473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34473; }
p { color: rgb(211,68,115); }
H1.HeaderClassName
{
color: #D34473;
}
.AnyTagClassName
{
color: #D34473;
}
</style>
background-color css
<style>
a { background-color: #D34473; }
a { background-color: rgb(211,68,115); }
div.DivClassName
{
background-color: #D34473;
}
.BgClassName
{
background-color: #D34473;
}
</style>
border-color css
<style>
span { border-color: #D34473; }
span { border-color: rgb(211,68,115); }
td.TdClassName
{
border-color: #D34473;
}
.TagClassName
{
border-color: #D34473;
}
</style>