Shades of Cranberry #D34573
Tints of Cranberry #D34573
RGB
CMYK
RGB Variations
Color information
#D34573 (or 0xD34573) is known color: Cranberry. HEX triplet: D3, 45 and 73. RGB value is (211,69,115). Sum of RGB (Red+Green+Blue) = 211+69+115=395 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.42% from 395); Green value is 69 (27.34% from 255 or 17.47% from 395); Blue value is 115 (45.31% from 255 or 29.11% from 395); Max value from RGB is 211 - color contains mainly: red. Hex color #D34573 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D34573 is #2CBA8C. Grayscale: #747474. Windows color (decimal): -2931341 or 7554515. OLE color: 7554515.
HSL color Cylindrical-coordinate representation of color #D34573: hue angle of 340.56º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D34573 is Cyan = 0, Magento = 0.67, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 69 | 115 | - |
| CMYK | 0 | 0.67 | 0.45 | 0.17 |
| HSL | 340.56º | 0.62% | 0.55% | - |
| HSV(B) | 340.56º | 0.67% | 0.83% | - |
| XYZ | 32.09 | 19.34 | 18.26 | - |
| YUV | 116.7 | 127.04 | 195.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 69 | 115 | 0 | 0.67 | 0.45 | 0.17 | 340.56 | 0.62 | 0.55 |
| Hex | D3 | 45 | 73 | 0 | 43 | 2D | 11 | 155 | 3E | 37 |
| Octal | 323 | 105 | 163 | 0 | 103 | 55 | 21 | 525 | 76 | 67 |
| Binary | 11010011 | 1000101 | 1110011 | 0 | 1000011 | 101101 | 10001 | 101010101 | 111110 | 110111 |
Color Harmonies of #D34573
Complementary color
Monochromatic Colors of #D34573
Black with #D34573
Text Example
Text Example
White with #D34573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34573; }
p { color: rgb(211,69,115); }
H1.HeaderClassName
{
color: #D34573;
}
.AnyTagClassName
{
color: #D34573;
}
</style>
background-color css
<style>
a { background-color: #D34573; }
a { background-color: rgb(211,69,115); }
div.DivClassName
{
background-color: #D34573;
}
.BgClassName
{
background-color: #D34573;
}
</style>
border-color css
<style>
span { border-color: #D34573; }
span { border-color: rgb(211,69,115); }
td.TdClassName
{
border-color: #D34573;
}
.TagClassName
{
border-color: #D34573;
}
</style>